A set of three points is randomly chosen from the grid shown. Each three point set has the same probability of being chosen. What is the probability that the points lie on the same straight line?

- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Only 8 of the C(9,3) = 84 triples are collinear: three rows, three columns, and two diagonals.
Solution
The grid has points, so the number of equally likely three-point sets is
A line through three of these points must be a full row, a full column, or a main diagonal, since any other line hits at most two grid points. That gives collinear triples.
The probability is , so the answer is .
Why this works
With a small, symmetric sample space, the safest method is to count the total with a combination and list the favorable outcomes by type. The "lines of three" on a board are exactly the eight winning lines of tic-tac-toe, a picture worth remembering.
The trap
Forgetting the two diagonals and counting only 6 lines, which gives 1/14, choice (B).
Common mistakes
- Forgetting the two diagonals and counting only 6 lines, which gives 1/14, choice (B).
- Using ordered triples () for the total while counting unordered lines for the numerator.
Techniques
Organized listing / direct enumeration