Find the remainder when ## 4444^{4444} ## is divided by ## 9 ##.

  • Thread starter Thread starter Math100
  • Start date Start date
  • Tags Tags
    Remainder
AI Thread Summary
The remainder when 4444^4444 is divided by 9 is 7. This conclusion is reached by observing that 4444 is congruent to 7 modulo 9. The calculations show that powers of 7 modulo 9 consistently yield 7, regardless of the exponent. Additionally, an alternative approach confirms that 4444 is congruent to 1 modulo 3, reinforcing that 4444^4444 also results in 7 modulo 9. Thus, the final answer remains consistent across different methods of calculation.
Math100
Messages
813
Reaction score
229
Homework Statement
Find the remainder when ## 4444^{4444} ## is divided by ## 9 ##.
[Hint: Observe that ## 2^{3}\equiv -1\pmod {9} ##.]
Relevant Equations
None.
Observe that ## 4444\equiv 7\pmod {9} ##.
This means ## 4444^{4444}\equiv 7^{4444}\pmod {9}\equiv 7^{4+40+400+4000}\pmod {9} ##.
Now we have
\begin{align*}
&7^{4}\equiv 7\pmod {9}\\
&7^{40}\equiv (7^{4})^{10}\pmod {9}\equiv 7^{10}\pmod {9}\equiv [(7^{4})^{2}\cdot 7^{2}]\pmod {9}\equiv 7^{4}\pmod {9}\equiv 7\pmod {9}\\
&7^{400}\equiv (7^{4})^{100}\pmod {9}\equiv 7^{100}\pmod {9}\equiv (7^{4})^{25}\pmod {9}\equiv 7^{25}\pmod {9}\equiv [(7^{4})^{6}\cdot 7]\pmod {9}\equiv (7^{6}\cdot 7)\pmod {9}\equiv 7\pmod {9}\\
&7^{4000}\equiv (7^{400})^{10}\pmod {9}\equiv 7^{10}\pmod {9}\equiv 7\pmod {9}.\\
\end{align*}
Thus ## 7^{4444}\equiv (7^{4000}\cdot 7^{400}\cdot 7^{40}\cdot 7^{4})\pmod {9}\equiv 7\pmod {9} ##.
Therefore, the remainder when ## 4444^{4444} ## is divided by ## 9 ## is ## 7 ##.
 
Physics news on Phys.org
Looks good.

Maybe you could have explained a bit more. E.g. ##4444=493\cdot 9 +7## or ##7^4=49^2\equiv 4^2\equiv 7\pmod 9## and similar for ##7^{10}## and ##7^6.##
 
  • Like
Likes Delta2 and Math100
Thank you.
 
Alternatively, using the hint:

You have already concluded that ##4444 \equiv 7 \equiv -2 ( \mod 9)##. It follows that ##4444^3 \equiv -2^3 \equiv 1( \mod 9)## and therefore ##4444^{3n}\equiv 1 (\mod 9)##.
Since ##4444 \equiv 4\cdot 4 \equiv 1 (\mod 3)## we therefore have ##4444^{4444} \equiv 4444 \equiv 7 (\mod 9)##.
 
Back
Top