🇺🇸 AMC 8 ⇄ switch contest
2014 AMC 8

Problem 6

Problem 6 · 2014 AMC 8 Easy
Arithmetic & Operations factoringsum-of-squares

Six rectangles each with a common base width of 2 have lengths of 1, 4, 9, 16, 25, and 36. What is the sum of the areas of the six rectangles?

Show answer
Answer: D — 182.
Show hints
Hint 1 of 2
Every rectangle shares the same width 2, so instead of computing six areas and adding, factor the 2 out: total = 2 × (sum of all the lengths). One multiply at the end.
Still stuck? Show hint 2 →
Hint 2 of 2
Bonus: the lengths 1, 4, 9, 16, 25, 36 are the first six perfect squares.
Show solution
Approach: factor out the common width (distributive property)
  1. All widths equal 2, so total area = 2×1 + 2×4 + … + 2×36 = 2 × (1 + 4 + 9 + 16 + 25 + 36).
  2. The lengths are the first six squares; their sum is 91.
  3. Total area: 2 × 91 = 182.
  4. Why this transfers: a common factor in every term can always be pulled outside the sum — that's the distributive property doing the heavy lifting, turning six multiplications into one.
Mark: · log in to save