AMC 10 · 2023 · #21

Grade 7 probability
probability-basicspatial-visualizationpolyhedron-netssymmetry-argument complementary-countingcaseworksystematic-enumeration ↑ Prerequisites: probability-basicspatial-visualization
📏 Medium solution 💡 3 insights
Problem
On a regular icosahedron, define the distance between two vertices as the least number of edges in a path between them. Three distinct vertices are chosen at random. Find the probability that the first distance exceeds the second.

Pick an answer.

(A)
$\frac{7}{22}$
(B)
$\frac{1}{3}$
(C)
$\frac{3}{8}$
(D)
$\frac{5}{12}$
(E)
$\frac{1}{2}$
How to solve
Strategy Change Focus / Count the Complement

Directly counting triples with d(Q,R) > d(R,S) would require casework on three distance values for each of Q and S. Tool #16 (Change Focus) is the smart move: by symmetry, P( > ) = P( < ), so 1 = P( > ) + P( < ) + P(=) = 2 P( > ) + P(=). We just need P(=). Tool #10 (Create a Physical Representation) — build or visualize a model of the icosahedron — gives the vertex-distance distribution (5, 5, 1) from any fixed vertex. Then Tool #2 (Systematic List) counts ordered pairs (Q, S) with d(R, Q) = d(R, S) by summing over distance classes.

1STEP 1

Count the distance distribution

Count the distance distribution from one vertex.

From R: 5 at d=1, 5 at d=2, 1 at d=3
2STEP 2

Reduce by symmetry

The two directions are symmetric.

P( > ) = (1 - P(=))/2
3STEP 3

Count all the cases

Count the ordered pairs of the other two.

11 × 10 = 110
4STEP 4

Count the ties

Count the ties.

#{(Q,S): d(R,Q)=d(R,S)} = 20 + 20 + 0 = 40
5STEP 5

Take the probability

Dividing gives seven twenty-seconds.

P( > ) = (1 - 4/11)/2 = 7/22 → (A)
Answer
7/22
Sanity. P( > ) = 7/22 ≈ 0.318, just under 1/3, which is the right ballpark: if all 11 · 10 = 110 pairs were three-way-equally split among > , < , =, each would be 1/3, but the = event is slightly less likely than 1/3 (4/11 ≈ 0.364 is just a touch above 1/3, leaving a bit less than 1/3 for > ). The distance distribution (5, 5, 1) accounts for all 11 non-R vertices, and the count 40 properly excludes the single-antipodal class. The fraction 7/22 is one of the offered choices exactly.
💡Key takeaway

This AMC 12 problem only needs Grade 7 probability you already know — picture the icosahedron, see that from any vertex the other 11 split 5 + 5 + 1, then use P( > ) = P( < ) to write P( > ) = (1 - P(=))/2. Counting the 40 equal-distance pairs out of 110 gives 7/22.