AMC 10 · 2020 · #1

Grade 8 arithmetic
perfect-squaressequences-arithmeticpattern-recognitionorder-of-operations pattern-recognitionidentify-subproblems ↑ Prerequisites: perfect-squaresorder-of-operations
📏 Short solution 💡 2 insights
Problem
Four square roots are added together. Inside the first root is 1, inside the second is 1 plus 3, inside the third is 1 plus 3 plus 5, and inside the fourth is 1 plus 3 plus 5 plus 7. Evaluate the total and write it in simplest form.

Pick an answer.

(A)
5
(B)
$4 + \sqrt{7} + \sqrt{10}$
(C)
10
(D)
15
(E)
$4 + 3\sqrt{3} + 2\sqrt{5} + \sqrt{7}$
How to solve
Strategy Look for a Pattern

The expression looks heavy, but it is really four separate small calculations stacked together, so Tool #7 (Identify Subproblems) says to handle one root at a time. Once the inner sums are computed they turn out to be 1, 4, 9, 16 — Tool #5 (Look for a Pattern) recognizes these as perfect squares and explains why: adding consecutive odd numbers starting at 1 always lands on a square. That makes every root a whole number, and Tool #3 (Eliminate Possibilities) then rules out the two choices that still contain radicals.

1STEP 1

Add inside each root first

Add inside each root first.

√(1) + √(4) + √(9) + √(16)
2STEP 2

Recognize the perfect squares

A sum of odds is always a perfect square.

1 + 3 + 5 + … + (2n-1) = n²
3STEP 3

Take each square root

Each root comes out a whole number.

√(k²) = k → √(1)=1, √(4)=2, √(9)=3, √(16)=4
4STEP 4

Add the four whole numbers

Adding the four gives 10.

1 + 2 + 3 + 4 = 10
Answer
10
Estimate before trusting the exact work: √(16)=4 is the largest term and √(1)=1 the smallest, so four terms between 1 and 4 must total somewhere between 4 and 16. The value 10 sits comfortably inside that range, while (A) 5 is too small for four terms one of which is already 4, and (D) 15 would need nearly every term to be a maximum. Checking each root directly, 1²=1, 2²=4, 3²=9, 4²=16 confirms all four are exact whole numbers, so choices (B) and (E) with leftover radicals are impossible.
💡Key takeaway

Adding odd numbers in order always builds a perfect square, so those square roots come out as plain whole numbers you can just add up.

  • Add inside each root first
  • Recognize the perfect squares
  • Take each square root
  • Add the four whole numbers