AMC 10 · 2015 · #2

Grade 7 geometry-2d
systems-of-equationslinear-equations-two-var convert-to-algebra ↑ Prerequisites: linear-equations-two-var
📏 Medium solution 💡 2 insights
Problem
A box holds triangular tiles and square tiles. There are 25 tiles in all, and their edges add up to 84. Find how many of the tiles are squares.

Pick an answer.

(A)
3
(B)
5
(C)
7
(D)
9
(E)
11

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

How to solve
Strategy Introduce a Variable

Two unknowns (how many triangles, how many squares) are linked by two facts (a tile count and an edge count), so Tool #4 (Introduce a Variable) names one unknown and writes the other in terms of it. Tool #13 (Convert to Algebra) turns the two sentences — '25 tiles' and '84 edges' — into a single equation that can be solved. Tool #14 (Extreme Principle) gives a fast check: imagine every tile is a triangle, then see how many edges are missing.

1STEP 1

Name the unknown

Let s be the squares; the rest, 25 - s, are triangles.

s = squares, 25 - s = triangles
2STEP 2

Write the edge count as an expression

Squares contribute 4s edges, triangles contribute 3(25 - s) edges; add them for the total.

edges = 4s + 3(25 - s)
3STEP 3

Set up and simplify the equation

Set 4s + 3(25 - s) = 84 and simplify to s + 75 = 84.

4s + 3(25 - s) = 84 → 4s + 75 - 3s = 84 → s + 75 = 84
4STEP 4

Solve for the number of squares

Subtract 75 from both sides: s = 9 square tiles — choice (D).

s = 84 - 75 = 9 → (D)
Answer
9
With 9 squares and 16 triangles the edge total is 4(9) + 3(16) = 36 + 48 = 84, exactly the given number, and the tiles total 9 + 16 = 25 — both conditions hold. The answer also has to be between 0 and 25, and 9 sits comfortably inside that range.
💡Key takeaway

When two amounts add to a fixed total, name just one with a letter, write the rest in terms of it, and one equation finishes the job.

  • Name the unknown
  • Write the edge count as an expression
  • Set up and simplify the equation
  • Solve for the number of squares