$21x^5 + 10x^3 + 14x \equiv 0 \pmod{3}$.
I want to use flt and crt to solve this but I am not sure where to start. Do you have any tips?
$21x^5 + 10x^3 + 14x \equiv 0 \pmod{3}$.
I want to use flt and crt to solve this but I am not sure where to start. Do you have any tips?
The given equation is equivalent mod $3$ to (using that $\Bbb Z_3$ is a field)
$$x^3+2x=0\iff x(x^2+2)=0\iff x=0\lor x=\pm 1$$