AMC 8 · 2011 · #22

Grade 6 number-theory
modular-arithmeticpattern-recognitionexponents pattern-recognitionmodular-arithmetic ↑ Prerequisites: modular-arithmeticexponents
📏 Medium solution 💡 3 insights
Problem
Find the tens digit (the second-to-last digit) of the huge number 7²⁰¹¹.

Pick an answer.

(A)
0
(B)
1
(C)
3
(D)
4
(E)
7

AMC 8 2011 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Look for a Pattern

The exponent 2011 is enormous, so direct computation is hopeless. Tool #9 (Easier Problem) says: try smaller exponents first — 7¹, 7², 7³, … — and only keep the last two digits at each step (anything earlier than the tens place can never affect the tens digit). Tool #5 (Look for a Pattern) takes over once those last-two-digit values start repeating: a short cycle lets us replace exponent 2011 with a much smaller equivalent exponent.

1STEP 1

Keep only the last two digits as you raise 7 step by step: 07, 49, 43, 01 — anything past the tens place can never reach it.

7¹ = 07, 7² = 49, 7³ = 343 → 43, 7⁴ = 43 × 7 = 301 → 01
2STEP 2

Multiply once more: 01 × 7 = 07, right back to the start — so the last two digits repeat with period 4.

7⁵ → 01 × 7 = 07 (= 7¹), 7⁶ → 49 (= 7²), …
3STEP 3

Divide the exponent by the cycle length: 2011 = 4 × 502 + 3, giving remainder 3 — so 7²⁰¹¹ ends like 7³.

2011 = 4 × 502 + 3 → 7²⁰¹¹ ends like 7³
4STEP 4

Since 7³ ends in 43, so does 7²⁰¹¹ — the tens digit is 4, choice (D).

7²⁰¹¹ → … 43 → tens digit = 4 → (D)
Answer
4
The cycle 07, 49, 43, 01 has four different tens digits: 0, 4, 4, 0. So whatever the answer is, it has to be 0 or 4 — and the answer choices include exactly those two ((A) 0 and (D) 4). Since 2011 mod 4 = 3 lands at 43, the tens digit is 4, choice (D). A second check: 7²⁰¹² would end in 01 (tens digit 0), so adjacent exponents really do alternate the way the cycle says.
💡Key takeaway

Huge exponents look scary, but the last two digits cycle quickly — a Grade 6 division with remainder is all you need to land the answer!