AMC 10 · 2005 · #9

Grade 7 probability
probability-basiccombinations-basic systematic-enumerationidentify-subproblems ↑ Prerequisites: probability-basiccombinations-basic
📏 Short solution 💡 1 insight
Problem
Three tiles say X and two tiles say O. All five are shuffled into a random row. Find the probability that the row comes out exactly as XOXOX.

Pick an answer.

(A)
$\frac{1}{12}$
(B)
$\frac{1}{10}$
(C)
$\frac{1}{6}$
(D)
$\frac{1}{4}$
(E)
$\frac{1}{3}$

AMC 10 2005 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Make a Systematic List

The question is a "how many ways" count wrapped in a probability, so Tool #2 (Make a Systematic List) is the engine: every distinct row is fixed once you decide which two of the five positions hold the O tiles, so counting the ways to place two Os among five slots counts all the rows. Tool #7 (Identify Subproblems) splits the job into the two pieces a probability needs — the size of the whole sample space, then the number of favorable rows. Tool #3 (Eliminate Possibilities) closes it out: the count gives one exact fraction, and only one answer choice matches.

1STEP 1

Count every possible row

A row is fixed by where the two O tiles land, so counting rows is choosing 2 of 5 slots: C(5, 2)=10 rows.

C(5, 2)=(5×4)/(2×1)=10 possible rows
2STEP 2

Count the favorable rows

XOXOX pins the Os to positions 2 and 4, so the number of favorable rows among the ten is 1.

favorable rows=1 (Os in positions 2 and 4)
3STEP 3

Divide favorable by total

Every row is equally likely, so the one favorable row has probability 1/10 — choice (B).

P(XOXOX)=favorable/total=1/10 → (B)
Answer
1/10
The answer 1/10 is one specific outcome out of ten equally likely rows, which is exactly what a single named pattern should be worth, so the size feels right. The trap choices come from miscounting the sample space: (E) 1/3 and (C) 1/6 appear if a solver treats the tiles as all-distinct and mishandles the identical copies, and (A) 1/12 appears from an over-count of the arrangements. Treating the like tiles as identical gives the clean 10 rows and the matching 1/10.
💡Key takeaway

Only the two O spots decide the row, so there are C(5, 2)=10 equally likely rows and exactly one is XOXOX, making the probability 1/10.

  • Count every possible row
  • Count the favorable rows
  • Divide favorable by total