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
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Since you can find tens digit of a number n by the result of n mod 100, you can use Euler's Theorem. Thanks to this theorem you know that 3^40 = 1 (mod 100), since φ(100) is 40. Therefore 3^2000 = 1 (mod 100) and
3^2011 = 3^11 (mod 100). 3^11 is 177147 and so 177147 mod 100 = 47. Now you know that
3^2011 mod 100 = 47, and then 3^2011 ends with 4 and 7. 4 is the tens digit.
Find a pattern.03,09,27,81,43,29,87,61,83,49,47,41,23,69,07,21,63,89,67,01,03........ These are the last 2 digits for the numbers 31 to 321. As you can see,after every 20 numbers the last two digits go back to 03.Hence 2011/20=100(r)11.Then we find the 11th number in the 20 number set which is 47,so tens digit of 32011 is 4.
@Priyansh Sangule
–
First..as your replying to me I take it for granted it's directed towards me .So you didn't have to write "@Soham" :D
Anyways itsa legen-waitforit-dary. :D
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
Since you can find tens digit of a number n by the result of n mod 100, you can use Euler's Theorem. Thanks to this theorem you know that 3^40 = 1 (mod 100), since φ(100) is 40. Therefore 3^2000 = 1 (mod 100) and 3^2011 = 3^11 (mod 100). 3^11 is 177147 and so 177147 mod 100 = 47. Now you know that 3^2011 mod 100 = 47, and then 3^2011 ends with 4 and 7. 4 is the tens digit.
Find a pattern.03,09,27,81,43,29,87,61,83,49,47,41,23,69,07,21,63,89,67,01,03........ These are the last 2 digits for the numbers 31 to 321. As you can see,after every 20 numbers the last two digits go back to 03.Hence 2011/20=100(r)11.Then we find the 11th number in the 20 number set which is 47,so tens digit of 32011 is 4.
Log in to reply
Did you learn this from Mathematical Circle? Just curious cause i did so :P
Log in to reply
@Soham What is mathematical circle ?
Log in to reply
No,I didn't. I learned it from my olympic maths books :D
Log in to reply
Log in to reply