AMC 10 · 2016 · #10

Grade 6 geometry-2d
area-rectanglessequences-arithmeticarea-difference convert-to-algebra ↑ Prerequisites: area-rectangles
📏 Medium solution 💡 3 insights 📊 Diagram
Problem
A rug is built from three nested rectangles of different colors. The inner rectangle is 1 foot wide, and each colored border around it adds 1 foot on all four sides. The areas of the three colored regions form an arithmetic progression. Find the length of the inner rectangle.

Pick an answer.

(A)
1
(B)
2
(C)
4
(D)
6
(E)
8

AMC 10 2016 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Introduce a Variable

The inner length is the one number that controls everything, so tool #4 (Introduce a Variable) names it x and turns every area into an expression in x. The picture is three rectangles sitting inside one another, so tool #7 (Identify Subproblems) breaks the job into pieces: first the size of each nested rectangle, then each color's area as one rectangle minus the next smaller one. Once the three colored areas are written in x, the arithmetic-progression rule (equal gaps) becomes a single equation that pins down x.

1STEP 1

Name the inner length

Let the inner rectangle's length be x and its width 1, so its area is x.

inner area = x · 1 = x
2STEP 2

Size the three rectangles

Each 1-foot border adds 2 to both dimensions, so the middle rectangle is 3x+6 and the whole rug is 5x+20.

inner=x· 1=x, middle rect=(x+2)· 3=3x+6, whole rug=(x+4)· 5=5x+20
3STEP 3

Find each color's area

Subtract each rectangle from the one around it: the middle color is 2x+6 and the outer color is 2x+14.

inner=x, middle=(3x+6)-x=2x+6, outer=(5x+20)-(3x+6)=2x+14
4STEP 4

Use the equal-gap rule and solve

Equal gaps mean the first difference equals the second, giving x+6=8, so x=2, choice (B).

(2x+6)-x=(2x+14)-(2x+6) → x+6=8 → x=2 → (B)
Answer
2
Plug x=2 back in: the three colored areas are x=2, 2x+6=10, and 2x+14=18. These go 2, 10, 18, jumping by 8 each time, so they truly form an arithmetic progression. The numbers are sensible for a small rug, and the answer 2 is one of the choices, confirming (B).
💡Key takeaway

Name the inner length x, write each color's area in x, then the equal-jumps rule turns into x+6=8, so x=2.

  • Name the inner length
  • Size the three rectangles
  • Find each color's area
  • Use the equal-gap rule and solve