返回题库

AIME 2002 II · 第 12 题

AIME 2002 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A basketball player has a constant probability of .4.4 of making any given shot, independent of previous shots. Let ana_n be the ratio of shots made to shots attempted after nn shots. The probability that a10=.4a_{10} = .4 and an.4a_n\le.4 for all nn such that 1n91\le n\le9 is given to be paqbr/(sc)p^aq^br/\left(s^c\right) where pp, qq, rr, and ss are primes, and aa, bb, and cc are positive integers. Find (p+q+r+s)(a+b+c)\left(p+q+r+s\right)\left(a+b+c\right).

解析

Solutions

Solution 1

We graph the 1010 shots on a grid. Suppose that a made shot is represented by a step of (0,1)(0,1), and a missed shot is represented by (1,0)(1,0). Then the basketball player's shots can be represented by the number of paths from (0,0)(0,0) to (6,4)(6,4) that always stay below the line y=2x3y=\frac{2x}{3}. We can find the number of such paths using a Pascal's Triangle type method below, computing the number of paths to each point that only move right and up.

AIME diagram

Therefore, there are 2323 ways to shoot 44 makes and 66 misses under the given conditions. The probability of each possible sequence occurring is (.4)4(.6)6(.4)^4(.6)^6. Hence the desired probability is

232436510,\frac{23\cdot 2^4\cdot 3^6}{5^{10}}, and the answer is (23+2+3+5)(4+6+10)=660(23+2+3+5)(4+6+10)=\boxed{660}.

Solution 2

The first restriction is that a10=.4a_{10} = .4, meaning that the player gets exactly 4 out of 10 baskets. The second restriction is an.4a_n\le.4. This means that the player may never have a shooting average over 40%. Thus, the first and second shots must fail, since 11\frac{1}{1} and 12\frac{1}{2} are both over .4.4, but the player may make the third basket, since 13.4\frac{1}{3} \le .4 In other words, the earliest the first basket may be made is attempt 3. Using similar reasoning, the earliest the second basket may be made is attempt 5, the earliest the third basket may be made is attempt 8, and the earliest the fourth basket may be made is attempt 10.

Using X to represent a basket and O to represent a failure, this 'earliest' solution may be represented as:

OOXOXOOXOX

To simplify counting, note that the first, second, and tenth shots are predetermined. The first two shots must fail, and the last shot must succeed. Thus, only slots 3-9 need to be counted, and can be abbreviated as follows:

XOXOOXO

The problem may be separated into five cases, since the first shot may be made on attempt 3, 4, 5, 6, or 7. The easiest way to count the problem is to remember that each X may slide to the right, but NOT to the left.

First shot made on attempt 3:

XOXOOXO

XOXOOOX

XOOXOXO

XOOXOOX

XOOOXXO

XOOOXOX

XOOOOXX

Total - 7

First shot made on attempt 4:

Note that all that needs to be done is change each line in the prior case from starting with "XO....." to "OX.....".

Total - 7

First shot made on attempt 5:

OOXXOXO

OOXXOOX

OOXOXXO

OOXOXOX

OOXOOXX

Total - 5

First shot made on attempt 6:

OOOXXXO

OOOXXOX

OOOXOXX

Total - 3

First shot made on attempt 7:

OOOOXXX

Total - 1

The total number of ways the player may satisfy the requirements is 7+7+5+3+1=237+7+5+3+1=23.

The chance of hitting any individual combination (say, for example, OOOOOOXXXX) is (35)6(25)4\left(\frac{3}{5}\right)^6\left(\frac{2}{5}\right)^4

Thus, the chance of hitting any of these 23 combinations is 23(35)6(25)4=23362451023\left(\frac{3}{5}\right)^6\left(\frac{2}{5}\right)^4 = \frac{23\cdot3^6\cdot2^4}{5^{10}}

Thus, the final answer is (23+3+2+5)(6+4+10)=660(23+3+2+5)(6+4+10)=\boxed{660}

Solution 3

Note a10=.4a_{10}=.4. Therefore the player made 4 shots out of 10. He must make the 10th shot, because if he doesn't, then a9=49>.4a_9=\frac{4}{9}>.4. Since an.4a_n\leq .4 for all nn less than 11, we know that a1=a2=0a_1=a_2=0. Now we must look at the 3rd through 9th shot.

Now let's take a look at those un-determined shots. Let's put them into groups: the 3rd, 4th, and 5th shots in group A, and the 6th, 7th, 8th, and 9th shots in group B. The total number of shots made in groups A and B must be 3, since the player makes the 10th shot. We cannot have all three shots made in group A, since a5.4a_5\leq .4. Therefore we can have two shots made, one shot made, or no shots made in group A.

Case 1: Group A contains no made shots.

The number of ways this can happen in group A is 1. Now we must arrange the shots in group B accordingly. There are four ways to arrange them total, and all of them work. There are 4\textbf{4} possibilities here.

Case 2: Group A contains one made shot.

The number of ways this could happen in group A is 3. Now we must arrange the shots in group B accordingly. There are six ways to arrange them total, but the arrangement "hit hit miss miss" fails, because that would mean a7=37>.4a_7=\frac{3}{7}>.4. All the rest work. Therefore there are 35=153\cdot5=\textbf{15} possibilities here.

Case 3: Group A contains two made shots.

The number of ways this could happen in group A is 2 (hit hit miss doesn't work but the rest do). Now we must arrange the shots in group B accordingly. Note hit miss miss miss and miss hit miss miss fail. Therefore there are only 2 ways to do this, and there are 22=42\cdot 2=\textbf{4} total possibilities for this case.

Taking all these cases into account, we find that there are 4+15+4=234+15+4=23 ways to have a10=.4a_{10} = .4 and an.4a_n\leq .4. Each of these has a probability of .44.66=2436510.4^4\cdot.6^6=\frac{2^4\cdot 3^6}{5^{10}}. Therefore the probability that we have a10=.4a_{10} = .4 and an.4a_n\leq .4 is 232436510\frac{23\cdot2^4\cdot3^6}{5^{10}}. Now we are asked to find the product of the sum of the primes and the sum of the exponents, which is (23+2+3+5)(4+6+10)=3320=660(23+2+3+5)(4+6+10)=33\cdot20=\boxed{660}.

Solution 4

To satisfy a10=0.4a_{10} = 0.4, the player must make exactly 4 shots out of 10. Let knk_n be the total number of shots made after nn attempts. The condition an0.4a_n \le 0.4 means kn0.4nk_n \le 0.4n. The maximum allowable values of knk_n are:

Shot (n)12345678910Max Makes (kn)0011222334\begin{array}{|c|c|c|c|c|c|c|c|c|c|c|} \hline \text{Shot } (n) & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline \text{Max Makes } (k_n) & 0 & 0 & 1 & 1 & 2 & 2 & 2 & 3 & 3 & 4 \\ \hline \end{array} At n=9n=9, the player can have at most 3 makes. Since 4 makes are required by n=10n=10, the tenth shot must be a make. Split the sequence into Group A (shots 1–7) and Group B (shots 8–10). The remaining three makes must be distributed between these two groups.

Case 1: 1 shot made in Group A, 3 shots made in Group B

Group A: The make cannot be on shots 1 or 2, since the maximum allowed number of makes there is 0. Thus the make may occur on any of shots 3 through 7. There are 5 ways.

Group B: All three shots must be makes. At n=9n=9, k9=3k_9 = 3, and 3/90.43/9 \le 0.4, so this case is valid. There is 1 way.

Subtotal: 5×1=55 \times 1 = 5 ways.

Case 2: 2 shots made in Group A, 2 shots made in Group B

Group A: Two makes may be placed as follows. If both occur among shots 5, 6, or 7, there are (32)=3\binom{3}{2} = 3 ways. If one occurs among shots 3 or 4 and one among shots 5, 6, or 7, there are 2×3=62 \times 3 = 6 ways. Thus Group A contributes 3+6=93 + 6 = 9 ways.

Group B: Since shot 10 must be a make, the remaining make must occur on shot 8 or 9. There are 2 ways.

Subtotal: 9×2=189 \times 2 = 18 ways.

Final Calculation

The total number of valid sequences is 5+18=235 + 18 = 23. Each sequence has probability

(0.4)4(0.6)6=(25)4(35)6=2436510.(0.4)^4(0.6)^6 = \left(\frac{2}{5}\right)^4\left(\frac{3}{5}\right)^6 = \frac{2^4 \cdot 3^6}{5^{10}}. Thus the desired probability is

232436510.\frac{23 \cdot 2^4 \cdot 3^6}{5^{10}}. Writing this in the form paqbrsc\frac{p^a q^b r}{s^c} gives p=2p=2, q=3q=3, r=23r=23, s=5s=5, with a=4a=4, b=6b=6, and c=10c=10. Therefore,

(p+q+r+s)(a+b+c)=3320=660.(p+q+r+s)(a+b+c) = 33 \cdot 20 = \boxed{660}.