SOLUTION:
Could you please help me with this problem. Thanks in advance.
What is the remainder when 3 to the power 777777 is divided by 7.
Algebra.Com
Question 111888:
Could you please help me with this problem. Thanks in advance.
What is the remainder when 3 to the power 777777 is divided by 7.
Found 2 solutions by solver91311, scott8148:
Answer by solver91311(24713) (Show Source): You can put this solution on YOUR website!
If you raise 3 to successive powers starting with 1, and then perform integer division on the result by 7, you get a repeating pattern of remainders that repeats every 6th time.
Use the modulo function which returns the remainder for an integer division:
Now, 777777 mod 6 is 3 (mod 6 because it repeats every sixth time), so should yield the third item in the pattern, namely 6
Answer by scott8148(6628) (Show Source): You can put this solution on YOUR website!
3^0 ___ 1 _____ R/7=1
3^1 ___ 3 _____ R/7=3
3^2 ___ 9 _____ R/7=2
3^3 ___ 27 _____ R/7=6
3^4 ___ 81 _____ R/7=4
3^5 ___ 243 _____ R/7=5
3^6 ___ 729 _____ R/7=1
3^7 ___ 2187 _____ R/7=3
3^8 ___ 6561 _____ R/7=2
3^9 ___ 19683 _____ R/7=6
3^10 ___ 59049 _____ R/7=4
3^11 ___ 177147 _____ R/7=5
the remainder pattern repeats every six powers
777777/6=129629 R3; so the remainder for (3^777777)/7 is 6
RELATED QUESTIONS
Hi could you help me with this problem, thanks in advance. What is 48 divide... (answered by nerdybill)
Hello,
Could someone help me solve this problem please?
Thanks in advance.... (answered by ankor@dixie-net.com)
Hi, could you please help me with this question:
3e^x = 5 + 8e^-x
- How do you... (answered by ikleyn)
Hello I could really use some help with this problem: Solve by completing the square.... (answered by nerdybill)
Could you please help me with this problem
Solve for x
3 to the x power =... (answered by bmauger)
Can you please help me with this problem. I am not sure how to complete it. Thank you in... (answered by stanbon)
The number im thinking of is between 12 and 32
when i divide it by 5, it leaves a... (answered by CharlesG2)
Could you Please help me with this problem. Thanks, in advance.
The average number of... (answered by stanbon)
Me and my friend are trying to do this problem but have no clue how to do it.
Here's... (answered by nerdybill)