![]() |
|
|
#1 |
|
Jun 2003
The Texas Hill Country
32×112 Posts |
What is the rightmost digit of 77[sup]7[/sup] ?
|
|
|
|
|
|
#2 | |
|
Bamboozled!
"πΊππ·π·π"
May 2003
Down not across
3·5·719 Posts |
Quote:
Proof: 7^2 = 49 == -1 mod 10 Therefore, 7^6 = (7^2)^3 == (-1)^3 == -1 mod 10 Therefore 7^7 == -3 == 4 mod 10. Therefore 7^(7^7) == 7^4 == (7^2)^2 == (-1)^2 == 1 mod 10 |
|
|
|
|
|
|
#3 |
|
Jun 2003
2·7·113 Posts |
3. To get answer, all you have to do is calculate mod 10.
I was going to be the first to answer this, the 300 sec posting time limit let Xilman answer first. Last fiddled with by Citrix on 2006-07-14 at 17:12 |
|
|
|
|
|
#4 |
|
Jun 2003
32×5×113 Posts |
Whoa there!
Order(7,10) = 4 Therefor 7^(7^7) = 7^(Mod(7^7,4)) (mod 10). |
|
|
|
|
|
#5 |
|
Jun 2003
The Texas Hill Country
32·112 Posts |
Paul,
"No cigar". Try again. |
|
|
|
|
|
#6 | |
|
Aug 2005
Brazil
2·181 Posts |
Quote:
So, we have 7*7*7*7 (49 times) . Since a*b (mod 10) = (a mod 10)*(b mod 10), we can reduce the multipliers as we go through. This is a sequence, but we must find it first. We can know for sure it's smaller than 11! :) Exponent = 2 mod 4 7*7 = 9 (mod 10) Exponent = 3 mod 4 9*7 = 3 (mod 10). Exponent = 0 mod 4 3 * 7 = 1 (mod 10) Exponent = 1 mod 4 1 * 7 = 7 (mod 10). We have returned to our original point. Therefore every exponent that is -2 mod 4 equals 9 mod 10, and so on. Since 49 == 1 (mod 4), the result is congruent to 7 (mod 10) |
|
|
|
|
|
|
#7 |
|
"Mike"
Aug 2002
203516 Posts |
3?
|
|
|
|
|
|
#8 |
|
Jun 2003
The Texas Hill Country
32×112 Posts |
I have ten possibilities:
0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 Please justify why you choose a particular one / (exclude some of them) |
|
|
|
|
|
#9 | |
|
"Mike"
Aug 2002
5×17×97 Posts |
Quote:
3
|
|
|
|
|
|
|
#10 |
|
"Robert Gerbicz"
Oct 2005
Hungary
2×743 Posts |
Yes, the answer is 3.
7^7=823543=4*k+3, so 7^(7^7)=7^823543=7^(4*k+3)=343*2401^k==3*1==3 mod 10. |
|
|
|
|
|
#11 |
|
Mar 2005
2528 Posts |
since 7^4 = 2401 and so ==1 mod 100, the penultimate digit must be 4.
|
|
|
|