AMC 10 · 2019 · #11

Grade 10 geometry-3d
combinations-basicspatial-visualizationcaseworkpair-counting spatial-visualizationcaseworksystematic-enumeration ↑ Prerequisites: combinations-basicspatial-visualization
📏 Medium solution 💡 2 insights
Problem
A cube has 12 edges. Choose two different edges. Count how many of these unordered pairs lie together in one flat plane.

Pick an answer.

(A)
12
(B)
28
(C)
36
(D)
42
(E)
66
How to solve
Strategy Make a Systematic List

Tool #17 (Visualize Spatial Relationships) comes first: this is a "how many" question, but nothing can be counted until we know which edge pairs are coplanar, and that is a picture-in-your-head fact about lines in space. Tool #7 (Identify Subproblems) then splits the good pairs into two clean cases — edges sharing a face, and parallel edges not sharing a face. Tool #2 (Make a Systematic List) does the actual counting inside each case and guarantees nothing is double counted. Tool #16 (Count the Complement) is held in reserve as an independent check: count the bad (skew) pairs instead and subtract.

1STEP 1

When do two lines share a plane

Meeting or being parallel means one plane.

two lines are coplanar ⇔ they intersect or they are parallel
2STEP 2

Count all pairs first

Count all pairs first.

C(12, 2) = (12 · 11)/2 = 66
3STEP 3

Case 1: both edges on one face

Same-face pairs are most of them.

6 · C(4, 2) = 6 · 6 = 36
4STEP 4

Case 2: far-apart parallel twins

The far parallel twins count too.

(12 · 1)/2 = 6
5STEP 5

Add the two cases

Adding the two cases gives 42.

36 + 6 = 42 → (D) 42
Answer
42
Recount from a single edge's point of view. Each edge belongs to 2 faces, and each of those faces contributes 3 other edges; the two faces share only the fixed edge itself, so those sets are disjoint and give 6 same-face partners. Add the 1 far parallel twin: 7 coplanar partners per edge. Then (12 · 7)/2 = 42, matching. The distractors are exactly the natural stopping points: (E) 66 is all pairs with no condition, (C) 36 is Case 1 alone, and (A) 12 is just the edge count. Since 42 sits strictly between 36 and 66, it also passes the ceiling check from Step 2.
💡Key takeaway

Two edges share a plane only if they cross or run parallel, so count the 36 pairs sitting on a single face, add the 6 parallel twins across the cube, and you get (D) 42 — the only idea beyond careful listing is knowing that skew edges have no plane.

  • When do two lines share a plane
  • Count all pairs first
  • Case 1: both edges on one face
  • Case 2: far-apart parallel twins
  • Add the two cases