$$x^4+x^3-x-1\equiv0\bmod15$$ In attempting to solve this equation I thought of using a congruence mod $p$ in order to show that no solutions mod $p$ implies no solutions to the equality. But I have come to the conclusion that this method is not going to work because if 1 is subbed into the equation it gives 0 no matter the $p$.
From my intuition I feel like there is a solution because it gives 0 when 1 is subbed in. But I am unsure which tools I could use to help me solve it.
Hint
The given equation can be reduced as $$(x^3-1)(x+1)\equiv 0\pmod {15}$$ Hence $$x\equiv 1 \pmod {15}$$ or $$ x\equiv 14 \pmod {15} $$ or $$ x^2+x\equiv 14 \pmod {15} $$
Edit 1:
As by the explanation given by Fleablood, we have by Chinese Remainder Theorem $$x\equiv 1,2\pmod 3$$
And
$$x\equiv-1,1\pmod 5$$
Hence giving us
$$x\equiv 1,4,11,14 \pmod {15}$$