AMC 10 · 2013 · #16

Grade 8 geometry-2d
coordinate-geometryreflection-symmetryarea-trianglescentroid-2-to-1 complementary-counting ↑ Prerequisites: coordinate-geometry
📏 Long solution 💡 3 insights
Problem
A triangle has vertices (6,5), (8,-3), and (9,1). Reflect it across the vertical line x=8 to get a second triangle. Find the area of the region covered by at least one of the two triangles (their union).

Pick an answer.

(A)
9
(B)
$\frac{28}{3}$
(C)
10
(D)
$\frac{31}{3}$
(E)
$\frac{32}{3}$

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

How to solve
Strategy Draw a Diagram

Everything lives on the coordinate plane, so Tool #1 (Draw a Diagram) is the anchor: plot the three points, reflect them across x=8, and the shape of the overlap becomes visible. Two triangles that overlap are hard to measure directly, so Tool #16 (Change Focus) reframes the union as "both triangles added together, minus the part counted twice": union = area(T₁) + area(T₂) - overlap. Each triangle's area is a small subproblem (Tool #7), and locating the one interior corner of the overlap is a Tool #4 job — name the two slanted top edges as lines and find where they cross. The reason this works is that a reflection copies area exactly, so the only real unknown left is the shared overlap.

1STEP 1

Reflect the three vertices

Across x=8 a point (x,y) goes to (16-x, y): A(6,5) becomes A'(10,5), C(9,1) becomes C'(7,1), and B stays put.

A(6,5)→ A'(10,5), B(8,-3)→ B(8,-3), C(9,1)→ C'(7,1)
2STEP 2

Area of one triangle

Shoelace on A(6,5), B(8,-3), C(9,1) gives area 8, and the mirror copy is congruent, so it has area 8 too.

area = 1/2|6(-3-1)+8(1-5)+9(5-(-3))| = 1/2|-24-32+72| = 1/2 · 16 = 8
3STEP 3

Reframe as total minus overlap

Adding both areas counts the shared middle twice, so the union is 16 minus the overlap — only the overlap is left to find.

union = 8 + 8 - overlap = 16 - overlap
4STEP 4

See the shared shape

C' lies on segment BA and C on segment BA', so both triangles open from B the same way — the overlap is a kite with top corner F.

line BA: y=-4x+29, line BC: y=4x-35
5STEP 5

Find the top corner F

Write the top edges AC and C'A' as lines and set them equal; by symmetry they cross on x=8, giving F=(8, 7/3).

AC: y=13-4x/3, C'A': y=4x/3-25/3 → 13-4x/3=4x/3-25/3 → x=8, y=7/3 → F=(8,7/3)
6STEP 6

Overlap area, then the union

Split the kite along BF, of length 16/3, into two triangles of width 1: the overlap is 16/3, so the union is 32/3.

overlap = 2·1/2·16/3 · 1 = 16/3 → union = 16-16/3=(48-16)/3=32/3 → (E)
Answer
32/3
Each triangle has area 8, so the union must land between 8 (if one sat entirely on the other) and 16 (if they never overlapped). The overlap 16/3≈ 5.33 is a real chunk but less than a whole triangle, giving union 32/3≈ 10.7, comfortably inside that 8-to-16 window. Cross-check the overlap with the Shoelace formula on B(8,-3), C(9,1), F(8,7/3), C'(7,1): it also gives 16/3, so union =32/3, choice (E).
💡Key takeaway

To measure two overlapping copies, add both areas and subtract the shared middle once — a reflection keeps area unchanged, so all the work is just pinning down that shared piece.

  • Reflect the three vertices
  • Area of one triangle
  • Reframe as total minus overlap
  • See the shared shape
  • Find the top corner F
  • Overlap area, then the union