What is the smallest positive integer $n > 1$ such that $3^n$ ends with $003$?
Hello! I hope you are doing great. I was doing some number theory and solving the above question but I could not. Any help would be appreciated.
Here's what I've done so far: Since $3^n$ ends with $003$, hence, $3^{n-1}$ should end with $001$. Since the units digit of the power is $1$, $n-1$ is a multiple of $4$.
Also note that $125 | 3^{n} - 003$. Not sure how this would help.
That's it. I have not made any more progress.
Thank You