Difference between revisions of "2002 AIME II Problems/Problem 12"
Fuzimiao2013 (talk | contribs) (→Solutions) |
Fuzimiao2013 (talk | contribs) m (→Solution 1) |
||
Line 4: | Line 4: | ||
== Solutions == | == Solutions == | ||
=== Solution 1 === | === Solution 1 === | ||
− | We graph the <math>10</math> shots on a grid. Suppose that a made shot is represented by a step of <math>(0,1)</math>, and a missed shot is represented by <math>(1,0)</math>. Then the basketball player's shots can be represented by the number of paths from <math>(0,0)</math> to <math>(6,4)</math> that always stay below the line <math>y=\frac{2x}{ | + | We graph the <math>10</math> shots on a grid. Suppose that a made shot is represented by a step of <math>(0,1)</math>, and a missed shot is represented by <math>(1,0)</math>. Then the basketball player's shots can be represented by the number of paths from <math>(0,0)</math> to <math>(6,4)</math> that always stay below the line <math>y=\frac{2x}{5}</math>. 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. |
<asy> | <asy> | ||
size(150); | size(150); |
Revision as of 16:44, 11 January 2022
Problem
A basketball player has a constant probability of of making any given shot, independent of previous shots. Let be the ratio of shots made to shots attempted after shots. The probability that and for all such that is given to be where , , , and are primes, and , , and are positive integers. Find .
Solutions
Solution 1
We graph the shots on a grid. Suppose that a made shot is represented by a step of , and a missed shot is represented by . Then the basketball player's shots can be represented by the number of paths from to that always stay below the line . 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. Therefore, there are ways to shoot makes and misses under the given conditions. The probability of each possible sequence occurring is . Hence the desired probability is and the answer is .
Solution 2
The first restriction is that , meaning that the player gets exactly 4 out of 10 baskets. The second restriction is . This means that the player may never have a shooting average over 40%. Thus, the first and second shots must fail, since and are both over , but the player may make the third basket, since 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 .
The chance of hitting any individual combination (say, for example, OOOOOOXXXX) is
Thus, the chance of hitting any of these 23 combinations is
Thus, the final answer is
Solution 3
Note . Therefore the player made 4 shots out of 10. He must make the 10th shot, because if he doesn't, then . Since for all less than 11, we know that . 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 . 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 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 . All the rest work. Therefore there are 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 total possibilities for this case.
Taking all these cases into account, we find that there are ways to have and . Each of these has a probability of . Therefore the probability that we have and is . Now we are asked to find the product of the sum of the primes and the sum of the exponents, which is .
See also
2002 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.