AMC 10 · 2021 · #9

Grade 8 algebra
difference-of-squaresexponentspattern-recognitiontelescoping-sum pattern-recognitioneasier-related-problem ↑ Prerequisites: difference-of-squares
📏 Medium solution 💡 2 insights
Problem
Simplify a long product. Each factor is a power of two plus a power of three, and the exponents run 1, 2, 4, 8, 16, 32, 64 — successive powers of two. Express the result in a clean closed form matching one of the choices.

Pick an answer.

(A)
$3^{127} + 2^{127}$
(B)
$3^{127} + 2^{127} + 2 \cdot 3^{63} + 3 \cdot 2^{63}$
(C)
$3^{128}-2^{128}$
(D)
$3^{128} + 2^{128}$
(E)
$5^{127}$
How to solve
Strategy Look for a Pattern

Tool #9 (Easier Problem) first — try the product with 2, then 3 factors and watch what happens. Tool #5 (Pattern) reveals the doubling exponent in each collapse. Tool #13 (Algebra) supplies the engine, the difference of squares identity (a - b)(a + b) = a² - b². Tool #3 (Eliminate) discards the impostor choices by checking exponents.

1STEP 1

Insert the missing factor

Three minus two is one, so it is free.

(3 + 2)(3² + 2²) = (3 - 2)(3 + 2)(3² + 2²) = (3² - 2²)(3² + 2²) = 3⁴ - 2⁴
2STEP 2

Make a difference of squares

Two factors merge into a difference of squares.

n factors → 3²ⁿ - 2²ⁿ after multiplying by (3-2) = 1
3STEP 3

Cascade through the factors

Each factor doubles the exponent.

(3-2)(3+2) = 3² - 2² → 3⁴ - 2⁴ → 3⁸ - 2⁸ → 3¹⁶ - 2¹⁶ → 3³² - 2³² → 3⁶⁴ - 2⁶⁴ → 3¹²⁸ - 2¹²⁸
4STEP 4

Track the exponent

Seven doublings reach one hundred twenty-eight.

1 → 2 → 4 → 8 → 16 → 32 → 64 → 128 (seven doublings)
5STEP 5

Match the choice

The answer is three to the one hundred twenty-eighth minus two to the same.

3¹²⁸ - 2¹²⁸ → (C)
Answer
3¹²⁸-2¹²⁸
Two independent sanity checks. First: count of factors → final exponent. 7 factors with exponents 1, 2, 4, 8, 16, 32, 64 — the sum 1+2+4+…+64 = 127 tempts choice (A), but the correct rule is doubling the highest exponent, giving 128 — matches (C). Second: parity / sign — the difference-of-squares chain always produces aⁿ - bⁿ, never a sum, so (D) is wrong. (E) is wrong because (3² + 2²) = 13 ≠ 5² = 25.
💡Key takeaway

This AMC 12 problem only needs Grade 8 exponent rules you already know — sneak in (3 - 2) = 1 at the front, then (a - b)(a + b) = a² - b² doubles the exponent each step. Seven doublings of 1 land on 128, giving 3¹²⁸ - 2¹²⁸.