recategorized by
3,321 views

12 Answers

0 votes
0 votes
see that 4444 (mod 9) = 7

4444^4444 (mod 9)  = 7^4444 (mod 9) = (-2)^4444 (mod 9) = 16^1111 (mod 9) = 7^1111 (mod 9) = [ 7*49^555 ] (mod 9) = 7 (mod 9) * 49^555 (mod 9) = 7 *   4^555 (mod 9) = 7* 64^185 (mod 9) = 7 *  1^185 (mod 9) = 7

 

using formulas:

a^k (mod b) = (a mod b)^k (mod b)
0 votes
0 votes
4444^4444  mod 9=(7^4444) mod 9 now we will see the remainders which power of 7 gives while dividing with 9

7^1mod9=7

7^2mod9=4

7^3mod9=1 so remainder will repeat after this

now divide 4444 with 3 the remainder which it gives that term is the final remainder (term refers here to remainder whch we got while dividing powers of 7)

so 4444 mod 3=1 so 1st term remainder which is 7 earlier
Answer:

Related questions

4 votes
4 votes
1 answer
1
2 votes
2 votes
1 answer
3
2 votes
2 votes
1 answer
4
admin asked Mar 14, 2023
393 views
Let $m=2877426671$. It is known that $p=5754853343=2 m+1$ is a $10$ -digit prime number. What is $16^{m}(\bmod p)$ ?$1$$4$$16$$2877426671$$5754853342 \;($ which is actua...