AMC 10 · 2002 · #24

Grade 7 probability
probability-basiccombinations-basicsystematic-enumeration casework ↑ Prerequisites: probability-basic
📏 Long solution 💡 3 insights
Problem

Tina randomly selects two distinct numbers from the set {1,2,3,4,5}\{ 1, 2, 3, 4, 5 \}, and Sergio randomly selects a number from the set {1,2,...,10}\{ 1, 2, ..., 10 \}. What is the probability that Sergio's number is larger than the sum of the two numbers chosen by Tina?

Solution 1

This is not too bad using casework.

Tina gets a sum of 3: This happens in only one way (1,2)(1,2) and Sergio can choose a number from 4 to 10, inclusive. There are 7 ways that Sergio gets a desirable number here.

Tina gets a sum of 4: This once again happens in only one way (1,3)(1,3). Sergio can choose a number from 5 to 10, so 6 ways here.

Tina gets a sum of 5: This can happen in two ways (1,4)(1,4) and (2,3)(2,3). Sergio can choose a number from 6 to 10, so 25=102\cdot5=10 ways here.

Tina gets a sum of 6: Two ways here (1,5)(1,5) and (2,4)(2,4). Sergio can choose a number from 7 to 10, so 24=82\cdot4=8 here.

Tina gets a sum of 7: Two ways here (2,5)(2,5) and (3,4)(3,4). Sergio can choose from 8 to 10, so 23=62\cdot3=6 ways here.

Tina gets a sum of 8: Only one way possible (3,5(3,5). Sergio chooses 9 or 10, so 2 ways here.

Tina gets a sum of 9: Only one way (4,5)(4,5). Sergio must choose 10, so 1 way.

In all, there are 7+6+10+8+6+2+1=407+6+10+8+6+2+1=40 ways. Tina chooses two distinct numbers in (52)=10\binom{5}{2}=10 ways while Sergio chooses a number in 1010 ways, so there are 1010=10010\cdot 10=100 ways in all. Since 40100=25\frac{40}{100}=\frac{2}{5}, our answer is (A)25\boxed{\text{(A)}\frac{2}{5}}.

Solution 2

We invoke some symmetry. Let TT denote Tina's sum, and let SS denote Sergio's number. Observe that, for i=2,3,,10i = 2, 3, \ldots, 10, Pr(T=i)=Pr(T=12i)\text{Pr}(T=i) = \text{Pr}(T=12-i).

If Tina's sum is ii, then the probability that Sergio's number is larger than Tina's sum is 10i10\frac{10-i}{10}. Thus, the probability PP is

P=Pr(S>T)=i=210Pr(T=i)×10i10P = \text{Pr}(S>T) = \sum_{i=2}^{10} \text{Pr}(T=i) \times \frac{10-i}{10}

Using the symmetry observation, we can also write the above sum as
P=i=210Pr(T=12i)×10i10=i=210Pr(T=i)×i210P = \sum_{i=2}^{10} \text{Pr}(T=12-i) \times \frac{10-i}{10} = \sum_{i=2}^{10} \text{Pr}(T=i) \times \frac{i-2}{10}
where the last equality follows as we reversed the indices of the sum (by replacing 12i12-i with ii). Thus, adding the two equivalent expressions for PP, we have

\begin{align*} 2P &= \sum_{i=2}^{10} \text{Pr}(T=i) \times \left(\frac{10-i}{10} + \frac{i-2}{10}\right) \ &= \sum_{i=2}^{10} \text{Pr}(T=i) \times \frac{4}{5} \ &= \frac{4}{5} \sum_{i=2}^{10} \text{Pr}(T=i) \ &= \frac{4}{5} \end{align*}

Since this represents twice the desired probability, the answer is P=(A)25P = \boxed{\textbf{(A)} \frac{2}{5}}. -scrabbler94

Pick an answer.

(A)
$\ 2/5$
(B)
$\ 9/20$
(C)
$\ 1/2$
(D)
$\ 11/20$
(E)
$\ 24/25$

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

Try it yourself first — the explanation is most useful after you’ve attempted it.