Three distinct vertices of a cube are chosen at random. What is the probability that the plane determined by these three vertices contains points inside the cube?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
A plane through three vertices misses the interior only when all three lie on one face; 6 faces times C(4,3) = 24 bad triples out of C(8,3) = 56.
Solution
There are equally likely triples of vertices, and any three vertices of a cube are non-collinear, so each triple determines a plane.
Count the complement: triples whose plane stays outside the interior. If the three vertices all lie on one face, their plane is that face's plane and touches only the boundary. Each of the faces has vertices, giving triples per face, and no triple lies on two faces (two faces share at most vertices). That is "bad" triples.
Conversely, if the three vertices are not all on one face, their plane enters the interior. Put the cube at . The centroid of the three vertices lies in their plane, and each of its coordinates is or only if all three vertices share that coordinate, i.e. lie on a common face. Otherwise every coordinate is or , so the centroid is strictly inside the cube.
So triples work, and the probability is .
The answer is .
Why this works
The "good" planes are messy (some are diagonal rectangles, some are equilateral or right triangles cutting corners), but the "bad" ones are exactly the six face planes, so counting the complement is far easier. The centroid argument is a clean way to certify that any non-face triple really does pierce the interior.
The trap
Miscounting the coplanar triples on a face (there are 4 per face, not 1) or treating the 6 diagonal rectangles through the cube as planes that miss the interior.
Common mistakes
- Miscounting the coplanar triples on a face (there are 4 per face, not 1) or treating the 6 diagonal rectangles through the cube as planes that miss the interior.
- Counting distinct planes instead of triples of vertices; the probability is over the vertex triples, not over the planes they determine.
Techniques
Count the complement and subtract from the total