Difference between revisions of "2019 AMC 12B Problems/Problem 13"
Sugar rush (talk | contribs) |
(→Solution 12 (a little bit like Archimedes's Cheese Argument): coincidence, just like solution 11 (if i'm wrong, sorry, and plz correct me)) |
||
(13 intermediate revisions by 6 users not shown) | |||
Line 16: | Line 16: | ||
Subtract <math>S-rS=a_{1}</math>, factor <math>S\left(1-r\right)=a_{1}</math>, and finally <math>S=\frac{a_{1}}{1-r}</math>. | Subtract <math>S-rS=a_{1}</math>, factor <math>S\left(1-r\right)=a_{1}</math>, and finally <math>S=\frac{a_{1}}{1-r}</math>. | ||
− | + | Note: The formula only works if <math>r<1</math>; otherwise, the series will diverge to infinity or negative infinity. | |
~JH. L | ~JH. L | ||
Line 78: | Line 78: | ||
~asops | ~asops | ||
+ | |||
+ | === Solution 10 === | ||
+ | |||
+ | The probability of the red ball falling ahead of the green ball is the same as the probability of the green ball falling ahead of the red ball. Therefore, if we calculate the probability of the red ball and the green ball falling inside the same box, we get the answer by subtracting that probability from 1. <math>P(same) = \left(\frac{1}{2}\right)^2 + \left(\frac{1}{4}\right)^2 + \left(\frac{1}{8}\right)^2 + \cdots = \frac{1}{4} + \frac{1}{16} + \frac{1}{64} = \frac{1}{3}</math>. Therefore, our answer is <math>\frac{1-\frac{1}{3}}{2} = \boxed{\frac{1}{3}}</math> | ||
+ | |||
+ | -NL008 | ||
== Video Solutions == | == Video Solutions == | ||
− | === Video Solution | + | === Video Solution by OnTheSpotSTEM === |
− | + | https://youtu.be/VP7ltu-XEq8 | |
− | === Video Solution | + | ===Video Solution by TheBeautyofMath=== |
https://youtu.be/_0YaCyxiMBo?t=353 | https://youtu.be/_0YaCyxiMBo?t=353 | ||
~IceMatrix | ~IceMatrix | ||
− | ===Video Solution 3=== | + | ===Video Solution 3, by OmegaLearn === |
https://youtu.be/IRyWOZQMTV8?t=2484 | https://youtu.be/IRyWOZQMTV8?t=2484 | ||
Revision as of 20:57, 14 July 2024
- The following problem is from both the 2019 AMC 10B #17 and 2019 AMC 12B #13, so both problems redirect to this page.
Contents
Problem
A red ball and a green ball are randomly and independently tossed into bins numbered with the positive integers so that for each ball, the probability that it is tossed into bin is for What is the probability that the red ball is tossed into a higher-numbered bin than the green ball?
Solutions
Solution 1
By symmetry, the probability of the red ball landing in a higher-numbered bin is the same as the probability of the green ball landing in a higher-numbered bin. Clearly, the probability of both landing in the same bin is (by the geometric series sum formula). Therefore, since the other two probabilities have to both the same, they have to be .
Note: the formula is where is the first term and is the common ratio.
Derivation of the geometric series sum formula:
Let and so on to infinity.
Then and so on to infinity. Notice that the terms in the second expression are the same as all the terms in the first EXCEPT for .
Subtract , factor , and finally .
Note: The formula only works if ; otherwise, the series will diverge to infinity or negative infinity. ~JH. L
Solution 2
Suppose the green ball goes in bin , for some . The probability of this occurring is . Given that this occurs, the probability that the red ball goes in a higher-numbered bin is (by the geometric series sum formula). Thus the probability that the green ball goes in bin , and the red ball goes in a bin greater than , is . Summing from to infinity, we get
where we again used the geometric series sum formula. (Alternatively, if this sum equals , then by writing out the terms and multiplying both sides by , we see , which gives .)
Solution 3
For red ball in bin , (GBR) and (RB).
Solution 4
The probability that the two balls will go into adjacent bins is by the geometric series sum formula. Similarly, the probability that the two balls will go into bins that have a distance of from each other is (again recognizing a geometric series). We can see that each time we add a bin between the two balls, the probability halves. Thus, our answer is , which, by the geometric series sum formula, is . -fidgetboss_4000
Solution 5 (quick, conceptual)
Define a win as a ball appearing in higher numbered box.
Start from the first box.
There are possible results in the box: Red, Green, Red and Green, or none, with an equal probability of for each. If none of the balls is in the first box, the game restarts at the second box with the same kind of probability distribution, so if is the probability that Red wins, we can write : there is a probability that "Red" wins immediately, a probability in the cases "Green" or "Red and Green", and in the "None" case (which occurs with probability), we then start again, giving the same probability . Hence, solving the equation, we get .
Solution 6
Write out the infinite geometric series as , . To find the probablilty that red goes in a higher-numbered bin than green, we can simply remove all odd-index terms (i.e term , term , etc.), and then sum the remaining terms - this is in fact precisely equivalent to the method of Solution 2. Writing this out as another infinite geometric sequence, we are left with . Summing, we get
Solution 7
Fixing the green ball to fall into bin gives a probability of for the red ball to fall into a higher bin. Fixing the green ball to fall into bin gives a probability of . Factoring out the denominator of the first fraction in each probability gives so factoring out results in the probability simplifying to and using the formula to find both series, we obtain which simplifies to -- OGBooger
Solution 8
We can think of this problem as "what is the probability that the green ball's bin is less than the red ball's bin". We do not consider the case where the red ball goes into bin because the green ball has no where to go then. The chance that the green one is below the red one if the red one goes to bin is chance that the red ball even goes in bin and chance that the green ball goes into any bin less than . Similarly, if the red goes into bin , there is a chance, or , continuing like this, we get this sequence:
Let equal the sum of our series:
. That means we can write another equation:
Subtracting from , yields:
We see that the above series is a infinite geometric sequence with common ratio . Therefore, the sum of that infinite series is , which equals . Our equation is now . Solving for shows that .
Our answer is
~ericshi1685
Solution 9 (quick, symmetry)
Denote the bin numbers of the green and red balls, respectively. The common probability distribution of can be constructed by keep splitting the remaining unassigned probability into two halves: one goes to the smallest number that has not been assigned, and the other goes to the rest. In other words, . Then,
Similarly . Therefore all three probabilities equal .
~asops
Solution 10
The probability of the red ball falling ahead of the green ball is the same as the probability of the green ball falling ahead of the red ball. Therefore, if we calculate the probability of the red ball and the green ball falling inside the same box, we get the answer by subtracting that probability from 1. . Therefore, our answer is
-NL008
Video Solutions
Video Solution by OnTheSpotSTEM
Video Solution by TheBeautyofMath
https://youtu.be/_0YaCyxiMBo?t=353
~IceMatrix
Video Solution 3, by OmegaLearn
https://youtu.be/IRyWOZQMTV8?t=2484
~ pi_is_3.14
Related Video
https://www.youtube.com/watch?v=RBf1s4TassI
See Also
2019 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 16 |
Followed by Problem 18 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
2019 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 12 |
Followed by Problem 14 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.