A box contains a collection of triangular and square tiles. There are tiles in the box, containing edges total. How many square tiles are there in the box?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
If all 25 tiles were triangles there would be 75 edges; each square adds exactly one extra edge, so 84 - 75 = 9 squares.
Solution
Let be the number of square tiles; then there are triangular tiles. Counting edges,
Check: squares contribute edges and triangles contribute , and .
The answer is .
Why this works
Two unknowns with a fixed total is the classic "heads and legs" setup. Rather than solving a full system, imagine every tile is the cheaper kind (a triangle, edges) and note that swapping one triangle for a square raises the count by exactly one edge. The surplus is then the number of swaps.
The trap
Solving for the number of triangles (16) and reporting it, or setting up 3t + 4s = 25 by mixing up counts and edges.
Common mistakes
- Solving for the number of triangles () and reporting it, or setting up by mixing up counts and edges.
- Arithmetic slips such as , which shift the answer to a neighboring choice.
Techniques
Set up the equation/formula and compute; no special trick needed