AMC 10 · 2021 · #5

Grade 8 geometry-2d
coordinate-geometryrotation-isometryreflection-symmetrytransformations-composition work-backwardsidentify-subproblems ↑ Prerequisites: coordinate-geometryreflection-symmetry
📏 Medium solution 💡 3 insights
Problem
An unknown point is first rotated ninety degrees counterclockwise about a fixed point, then reflected about a line. The final image is given. Find the difference of the original point's two coordinates.

Pick an answer.

(A)
1
(B)
3
(C)
5
(D)
7
(E)
9
How to solve
Strategy Work Backwards

Tool #11 (Work Backwards): the problem hands us the end state and asks for the start — undo the reflection first, then undo the rotation. Tool #7 (Subproblems): each transformation is its own self-contained inverse. Tool #1 (Diagram): sketch the four key points (final image, post-rotation image, rotation center C, and P) on a quick coordinate grid to keep signs straight. Tool #3 (Eliminate): the answer is one of {1, 3, 5, 7, 9} — all odd — so a parity sanity-check (if a, b are integers, b - a inherits the right parity) is built in.

1STEP 1

Undo the reflection

Undo the last transformation first.

(-6, 3) → (-(3), -(-6)) = (-3, 6)
2STEP 2

Shift to the centre

Shift so the centre becomes the origin.

(-3, 6) - (1, 5) = (-4, 1)
3STEP 3

Undo the rotation

Turn ninety degrees the other way.

(-4, 1) → (1, -(-4)) = (1, 4)
4STEP 4

Shift back

Shift back to where it was.

(1, 4) + (1, 5) = (2, 9) = (a, b)
5STEP 5

Take the difference

The difference is 7.

b - a = 9 - 2 = 7 → (D)
Answer
7
Run the transformations forward on P = (2, 9) to confirm. Translate by -C: (2, 9) - (1, 5) = (1, 4). Rotate 90° CCW about origin (rule (x, y) → (-y, x)): (1, 4) → (-4, 1). Translate back by +C: (-4, 1) + (1, 5) = (-3, 6). Reflect over y = -x: (-3, 6) → (-6, 3). Final image (-6, 3) matches the given. b - a = 7 is the right answer.
💡Key takeaway

This AMC 12 problem only needs Grade 8 transformation rules you already know — reflect over y = -x (a self-inverse) to undo step 2, then translate to center, 90° CW rotate, translate back to undo step 1. Starting from (-6, 3), the chain gives P = (2, 9), so b - a = 9 - 2 = 7, choice (D).