-
Content Count
8093 -
Joined
-
Last visited
-
Days Won
52
Single Status Update
See all updates by tengaku squared
-
Nara's problem is boring. Here's a more challenging problem: What is the hundreds digit of 2011^2011?
- Show previous comments 23 more
-
2011), making 201 numbers.
We would add 201x46 to 0, the initial term
201X46+0=9246, which ends in 6.
Therefore, my answer is 6.
-
The answer is 6. You took a really roundabout way of getting it, though. Here's how I did it.
-
2011 = 11 (mod 1000), ergo 2011^2011 = 11^2011 (mod 1000). So:
11^2011 = (1+10) ^ 2011
= 1 + (2011)*10 + (2011*2010)*100 + ...
You could go on and on, but note that all other terms would have three or more trailing zeros, so we can pretty much disregard the rest and get what we have here.
= 1 + 20110 + 5500
= 25611
= 611 (mod 1000)
The hundreds digit of 11^2011 is 6, so the hundreds digit of 2011^2011 is also 6.