返回题库

AIME 2010 II · 第 13 题

AIME 2010 II — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The 5252 cards in a deck are numbered 1,2,,521, 2, \cdots, 52. Alex, Blair, Corey, and Dylan each picks a card from the deck without replacement and with each card being equally likely to be picked, The two persons with lower numbered cards form a team, and the two persons with higher numbered cards form another team. Let p(a)p(a) be the probability that Alex and Dylan are on the same team, given that Alex picks one of the cards aa and a+9a+9, and Dylan picks the other of these two cards. The minimum value of p(a)p(a) for which p(a)12p(a)\ge\frac{1}{2} can be written as mn\frac{m}{n}. where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution

Once the two cards are drawn, there are (502)=1225\dbinom{50}{2} = 1225 ways for the other two people to draw. Alex and Dylan are the team with higher numbers if Blair and Corey both draw below aa, which occurs in (a12)\dbinom{a-1}{2} ways. Alex and Dylan are the team with lower numbers if Blair and Corey both draw above a+9a+9, which occurs in (43a2)\dbinom{43-a}{2} ways. Thus,

p(a)=(43a2)+(a12)1225.p(a)=\frac{\dbinom{43-a}{2}+\dbinom{a-1}{2}}{1225}. Simplifying, we get p(a)=(43a)(42a)+(a1)(a2)21225p(a)=\frac{(43-a)(42-a)+(a-1)(a-2)}{2\cdot1225}, so we need (43a)(42a)+(a1)(a2)(1225)(43-a)(42-a)+(a-1)(a-2)\ge (1225). If a=22+ba=22+b, then

(43a)(42a)+(a1)(a2)=(21b)(20b)+(21+b)(20+b)=2b2+2(21)(20)(1225)b23852=192.5>132\begin{aligned}(43-a)(42-a)+(a-1)(a-2)&=(21-b)(20-b)+(21+b)(20+b)=2b^2+2(21)(20)\ge (1225) \\ b^2\ge \frac{385}{2} &= 192.5 >13^2 \end{aligned} So b>13b> 13 or b<13b< -13, and a=22+b<9a=22+b<9 or a>35a>35, so a=8a=8 or a=36a=36. Thus, p(8)=6161225=88175p(8) = \frac{616}{1225} = \frac{88}{175}, and the answer is 88+175=26388+175 = \boxed{263}.

Solution 2

Given that Alex and Dylan hold the cards aa and a+9a+9, we need to calculate the probability that they end up on the same team. This happens in two scenarios:

1. Both on the Lower Team: This occurs if the other two cards drawn are both greater than a+9a+9. 2. Both on the Higher Team: This occurs if the other two cards drawn are both less than aa.

The total number of ways to choose the other two cards from the remaining 50 cards is (502)=1225\binom{50}{2} = 1225.

The number of favorable outcomes is the sum of: The number of ways to choose 2 cards greater than a+9a+9: (43a2)\binom{43-a}{2} The number of ways to choose 2 cards less than aa: (a12)\binom{a-1}{2}

Thus, the probability p(a)p(a) is:

p(a)=(a12)+(43a2)(502)=(a1)(a2)2+(43a)(42a)21225.p(a) = \frac{\binom{a-1}{2} + \binom{43-a}{2}}{\binom{50}{2}} = \frac{\frac{(a-1)(a-2)}{2} + \frac{(43-a)(42-a)}{2}}{1225}. Finding the Minimum aa for p(a)12p(a) \geq \frac{1}{2}

Solving the inequality:

(a12)+(43a2)122512\frac{\binom{a-1}{2} + \binom{43-a}{2}}{1225} \geq \frac{1}{2} leads to:

2(a244a+291)0.2(a^2 - 44a + 291) \geq 0. This quadratic inequality is satisfied when a8a \leq 8 or a36a \geq 36.

The minimum value of p(a)p(a) that satisfies p(a)12p(a) \geq \frac{1}{2} occurs at a=8a = 8 (or symmetrically at a=36a = 36), giving:

p(8)=6161225=88175p(8) = \frac{616}{1225} = \frac{88}{175} where 8888 and 175175 are coprime.

Final Answer

88+175=26388 + 175 = 263 Answer: 263263

~Athmyx