This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
No, this doesn't work either. If k≡2(mod4), what does that mean about its units digit? That doesn't mean it's 2, that actually means that it can be either 0,2,4,6,8. Is anybody checking these solutions before just upvoting them?
I think you misunderstood the solution. The solution is to note that the exponent is congruent to 3 (mod 4), thus the expression itself is congruent to 73, which has units digit 3. The solution is entirely correct, even if it leaves unstated that 73≡3 at the end.
Hey Mark I edited the note for you with Latex. If you click the edit button you can see how I did it for yourself. You were pretty close, you just need to bracket the math with ( and you would have been good to go. Be sure to check out the formatting guide if you ever get stuck.
The unit's digit of the powers of 7 are 7,9,3,1,7,9,3,1⋯. Therefore,7,9,3,1 continues like this.Now,we just want to calculate the exponent of 7 and we can figure out the answer.The exponent is
777777=?
Of course,that is the last thing we want to calculate.But note that this exponent is odd.Therefore,its unit's digit is either 7 or 3. Now,note:
(i)If the exponent is of the form 4k+3,the unit's digit is 3.
the easiest way would be to find the different unit ending for powers of seven and those are 1,3,7 and 9. then you could find the number of times 7 is multiplied, divide by four but keep the remainder, if the remainder is 1 then the end unit is 7 and so on.
Someone please post if there is a more efficient way of solving this problem. Anyways:
Consider first 77. After testing out the first few powers, we see that the units digit has a cycle of four (7,9,3,1). Since 7≡3(mod4), the last digit is 3.
We continue for 37. The powers of 3 also have a cycle of four (3,9,7,1). By the same logic, the last digit is 7.
We now see a pattern of 7,3,7,3,…. Since 7 is raised 6 times, we must find the last digit for all numbers with 7 being raised an even number of times. We find that this number is 3.
7^7^7^7^7^7^7 = 7 (which is given in the problem) -- even though he says it's raised 6 times, he means it's raised 6 times over the original 7. According to you, that means the answer would be 7.
The correct answer lies in the fact that 777…≡3(mod10) no matter how many 7's you put on top of it. (As long as there is at least one)
You are interpreting the question as (((77)7)7)7…, but that is not how it is.
For example, 77=823543. The way you interpret it, 777=8235437, but actually it equals 7823543.
@Mark Mottian
–
(I'm not Michael, and I am much worse than him in math, but I will do my best in explaining with more detail what Michael posted above.)
The last digit of the powers of 7 have a cycle of four: 7,9,3,1. Therefore, we will be using mod4. Notice that: 7odd(mod4)≡(8−1)odd(mod4)≡(0−1)odd(mod4)≡(−1)odd(mod4)≡−1(mod4)≡−1+4(mod4)≡3(mod4)
The exponent of 777... is obviously odd, so the value is congruent to 3(mod10).
Hope that helped.
EDIT: Oh and to answer your original question, we know that 77=73(mod4)≡73(mod4) (remember that we are using mod4 because it has a cycle of four). 73(mod4)≡343(mod4)≡3(mod4). Now we have 77...3, with an infinite number of 7s between the first 7 and the 3. We can continue this 73 thing infinitely, but the result will always stay as 73.
The last digit of 7^7 is 3,now raise the next seven to the power of 3,then raise the next seven to the power of the last digit of the last number found,continue this process and ultimately you'll get 3 as the answer !
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
An approach i dont find mentioned here:
As we know unit digit of power of 7 repeat in a cycle of 4 as (7,9,3,1,7,9,3,1...)
So we have to calculate the remainder of the power(six times 7) by 4.
7^(7^(^...))).. mod 4
=(-1)^(7^(^(....))) mod 4
i.e. -1 to the power an odd number, that's obviously -1
so the eqn becomes:
=(-1) mod 4
=3 mod 4
So the unit digit of the original question reduces to 7^(4k+3)
Using the cyclic nature of the powers of 7 (as mentioned at top) Unit digit is 3.
Answer is 3
7^1 = 7 , 7^2 =49 , 7^3 = 343 , 7^4 = 2401
so cycle length for units digit for power of 7 is 4.i.e (7,9,3,1)
if we can find remainder of 7(power raised five times) with 4 , units digit can be find easily.
7^(odd number) mod 4 = -1^(odd number) = -1 ,so remainder = 4-1=3
So answer will be 3rd element in list.
So answer will be 3.
Log in to reply
No, this doesn't work either. If k≡2(mod4), what does that mean about its units digit? That doesn't mean it's 2, that actually means that it can be either 0,2,4,6,8. Is anybody checking these solutions before just upvoting them?
Log in to reply
I think you misunderstood the solution. The solution is to note that the exponent is congruent to 3 (mod 4), thus the expression itself is congruent to 73, which has units digit 3. The solution is entirely correct, even if it leaves unstated that 73≡3 at the end.
remainder =3 So , answer is 3rd element in list which is 3.
Hey Mark I edited the note for you with Latex. If you click the edit button you can see how I did it for yourself. You were pretty close, you just need to bracket the math with ( and you would have been good to go. Be sure to check out the formatting guide if you ever get stuck.
Log in to reply
Thanks so much!!
The unit's digit of the powers of 7 are 7,9,3,1,7,9,3,1⋯. Therefore,7,9,3,1 continues like this.Now,we just want to calculate the exponent of 7 and we can figure out the answer.The exponent is
777777=?
Of course,that is the last thing we want to calculate.But note that this exponent is odd.Therefore,its unit's digit is either 7 or 3. Now,note:
(i)If the exponent is of the form 4k+3,the unit's digit is 3.
(ii)If not,then the answer is 7.
I am stuck now.
Log in to reply
There's something about your solution that makes it easy to understand - especially if you're not familiar with modular arithmetic. Thanks!
the easiest way would be to find the different unit ending for powers of seven and those are 1,3,7 and 9. then you could find the number of times 7 is multiplied, divide by four but keep the remainder, if the remainder is 1 then the end unit is 7 and so on.
ANSWER IS 3
Answer is 7
I could do it by some logic and observation...
We can easily calculate 77=823543. So the units digit is 3.
Now,
(77)7=77x77x77..... {7 times}
We know that the units digit for 77 is 3. So talking just about the units digit, above expression is equivalent to
(....3)x(....3)x(....3)..... {7 times}
and units digit for this expression is 7.
((By (....3) I mean that the dots represent the previous digits(just for simplicity)))
In short (77)7 --> 7 --- 1
((By this I just mean to say that units digit of (77)7 is 7))
Similarly,
((77)7)7=(77)7x(77)7x(77)7..... {7 times}
=(....7)x(....7)x(....7)..... {7 times} (from 1)
So, ((77)7)7 --> 3
You can go on like this and easily find out the answer. Also we can make out a pattern here to cut short the steps. The pattern is--
77 --> 3
(77)7 --> 7
((77)7)7 --> 3
(((77)7)7)7 --> 7
and so on we have-- 3 7 3 7 3 7 ANS
Someone please post if there is a more efficient way of solving this problem. Anyways: Consider first 77. After testing out the first few powers, we see that the units digit has a cycle of four (7,9,3,1). Since 7≡3(mod4), the last digit is 3. We continue for 37. The powers of 3 also have a cycle of four (3,9,7,1). By the same logic, the last digit is 7. We now see a pattern of 7,3,7,3,…. Since 7 is raised 6 times, we must find the last digit for all numbers with 7 being raised an even number of times. We find that this number is 3.
Log in to reply
(This is in mod 10)
7 = 7
7^7 = 3
7^7^7 = 7
7^7^7^7 = 3
7^7^7^7^7 = 7
7^7^7^7^7^7 = 3
7^7^7^7^7^7^7 = 7 (which is given in the problem) -- even though he says it's raised 6 times, he means it's raised 6 times over the original 7. According to you, that means the answer would be 7.
The correct answer lies in the fact that 777…≡3(mod10) no matter how many 7's you put on top of it. (As long as there is at least one)
You are interpreting the question as (((77)7)7)7…, but that is not how it is.
For example, 77=823543. The way you interpret it, 777=8235437, but actually it equals 7823543.
Log in to reply
Hey Michael, can you please show how you get the conclusion " no matter how many 7's you put on top of it"?
Log in to reply
7odd≡(−1)odd≡−1≡3(mod4).
We look mod 4 not because it tells us about the units digit, but because 7's units digit cycles with a period of 4.
777…≡73≡3(mod10).
Log in to reply
777... is congruent to 73?
Hi Michael. I'm quite new to modular arithmetic. Can you please explain howLog in to reply
7 have a cycle of four: 7,9,3,1. Therefore, we will be using mod4. Notice that: 7odd(mod4)≡(8−1)odd(mod4)≡(0−1)odd(mod4)≡(−1)odd(mod4)≡−1(mod4)≡−1+4(mod4)≡3(mod4) The exponent of 777... is obviously odd, so the value is congruent to 3(mod10).
(I'm not Michael, and I am much worse than him in math, but I will do my best in explaining with more detail what Michael posted above.) The last digit of the powers ofHope that helped.
EDIT: Oh and to answer your original question, we know that 77=73(mod4)≡73(mod4) (remember that we are using mod4 because it has a cycle of four). 73(mod4)≡343(mod4)≡3(mod4). Now we have 77...3, with an infinite number of 7s between the first 7 and the 3. We can continue this 73 thing infinitely, but the result will always stay as 73.
Log in to reply
3
Answer is 3.Michael tong has already explained.
3
The last digit of 7^7 is 3,now raise the next seven to the power of 3,then raise the next seven to the power of the last digit of the last number found,continue this process and ultimately you'll get 3 as the answer !
let us calculate the last digit of 7^7; 7^7=(7^4)*(7^3)
as last digit of 7^4=1 and last digit of 7^3=3
so last digit of 7^7=3
and the loop continues at last we get 7^3 whose last digit is 3
The answer is 3.Because of the repeating pattern.(7,9,3,1,....)
Log in to reply
Correct.