1

For $m>1$ $$ (m-2)^3\cdot(m+2)^4\equiv 4 \mod m $$ How many possible integers $m$ can be? My modular arithmetic intuition is a bit scarce, so hints and explanations are more appreciated.

1 Answers1

1

As hinted in the comments by Fredrik Meyer:

$${(m - 2)^3}\cdot{(m + 2)^4} \equiv {(0-2)^3}\cdot{(0+2)^4} \equiv 4 \pmod m,$$

so that $m \mid (-128 - 4) = -132$. In other words, if you restrict $m > 1$, then $m \mid 132 = {2^2}\cdot{3}\cdot{11}$. Thus, there are $d(m) - 1 = (2+1)\cdot(1+1)\cdot(1+1) - 1 = 3\cdot{2}\cdot{2} - 1= 12 - 1 = 11$ possible choices for $m$ (because of the restriction $m > 1$).