If and are vertices of a polyhedron, define the distance to be the minimum number of edges of the polyhedron one must traverse in order to connect and . For example, is an edge of the polyhedron, then , but if and are edges and is not an edge, then . Let , , and be randomly chosen distinct vertices of a regular icosahedron (regular polyhedron made up of equilateral triangles). What is the probability that ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
By symmetry greater and less are equally likely, so find the tie probability: from R, 5 vertices lie at distance 1, 5 at distance 2, 1 at distance 3.
Solution
Fix . The roles of and are interchangeable, so and are equally likely. Therefore
Distances from a vertex of the icosahedron: it has vertices, and each vertex has neighbors (distance ). The vertex directly opposite is at distance , and the remaining vertices are at distance . So from the other vertices split as at distances .
and are two distinct vertices chosen from these , giving ordered pairs. Ties occur when both lie in the same layer: pairs at distance , at distance , and at distance . So
The answer is .
Why this works
When two random quantities are identically distributed and exchangeable, "greater than" and "less than" have the same probability, so only the tie probability needs computing. The geometry enters only through the layer sizes , which follow from the icosahedron's vertex count and degree plus its antipodal symmetry. Look for this "half of one minus the tie" structure whenever a comparison of two symmetric random variables is asked.
Alternative approach
Direct count of ordered pairs with : at distance , at distance : ; at distance , at distance or : . Total out of , which is .
The trap
Assuming the answer is 1/2 by ignoring ties, or forgetting that Q and S must be distinct when counting equal-distance pairs.
Common mistakes
- Assuming the answer is 1/2 by ignoring ties, or forgetting that Q and S must be distinct when counting equal-distance pairs.
- Getting the distance layers wrong, e.g. thinking the farthest vertex is at distance or that there are vertices at distance .
Techniques
Count the complement and subtract from the total · Exploit symmetry to reduce work or pair up objects