What is the hundreds digit of ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Only the last three digits matter, and 2011 is 11 = 10 + 1 mod 1000; binomial expansion of (10 + 1)^2011 leaves just three terms mod 1000.
Solution
The hundreds digit depends only on the last three digits, so compute . Since , we need .
Write and expand with the binomial theorem:
Every term from the fourth onward contains and vanishes mod . The three survivors:
- .
- .
- . Here , whose last digit is ; multiplied by this contributes .
Adding: . So ends in , and its hundreds digit is .
The answer is .
Why this works
Powers of a number that is more than a multiple of are tailor-made for the binomial theorem: mod needs only the first terms, and each term's contribution is easy to reduce. Whenever a base reduces to something like , , or modulo the relevant power of , expand rather than hunting for a cycle.
Alternative approach
Look for a cycle: , and (since ). So .
The trap
Dropping the binomial term 100*C(2011, 2) by assuming only the first two terms survive mod 1000, which gives 111 and hundreds digit 1.
Common mistakes
- Dropping the binomial term by assuming only the first two terms survive mod , which gives and hundreds digit .
- Computing mod as by reducing before dividing by ; divide first, then reduce.
- Reading off the tens digit () or the units digit instead of the hundreds digit.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Set up the equation/formula and compute; no special trick needed