Difference between revisions of "2018 AIME I Problems/Problem 3"
(→Solution 5 (Official MAA)) |
(→Problem) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | + | Cathy has <math>5</math> red cards and <math>5</math> green cards. She shuffles the <math>10</math> cards and lays out <math>5</math> of the cards in a row in a random order. She will be happy if and only if all the red cards laid out are adjacent and all the green cards laid out are adjacent. For example, card orders RRGGG, GGGGR, or RRRRR will make Cathy happy, but RRRGR will not. The probability that Kathy will be happy is <math> \frac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m + n</math> . | |
==Solution 1== | ==Solution 1== | ||
Line 69: | Line 69: | ||
==Solution 4== | ==Solution 4== | ||
− | Kathy will draw the 10 cards in some order, but the restriction of having all greens in a row and all reds in a row only applies to the first 5 cards drawn. The total number of ways the 10 cards can be drawn is simply 10 choose 5 which is 252. Now we just count the number of possible successful configurations of the ten cards. The first 5 cards can start either be <math>GRRRR</math>, <math>GGRRR</math>, <math>GGGRR</math>, <math>GGGGR</math>, <math>GGGGG</math> or the same thing except starting with a red. The number of ways to order <math>GRRRR</math> is the number of ways to order the last 5 cards, which is 5C1. Doing all of the other cases, the total is <math>( | + | Kathy will draw the 10 cards in some order, but the restriction of having all greens in a row and all reds in a row only applies to the first 5 cards drawn. The total number of ways the 10 cards can be drawn is simply 10 choose 5 which is 252. Now we just count the number of possible successful configurations of the ten cards. The first 5 cards can start either be <math>GRRRR</math>, <math>GGRRR</math>, <math>GGGRR</math>, <math>GGGGR</math>, <math>GGGGG</math> or the same thing except starting with a red. The number of ways to order <math>GRRRR</math> is the number of ways to order the last 5 cards, which is 5C1. Doing all of the other cases, the total is <math>(\binom{5}{1}+\binom{5}{2}+\binom{5}{3}+\binom{5}{4}+\binom{5}{5})*2 = 62</math>. <math>\frac{62}{252} = \frac{31}{126},</math> so the solution is <math> 31 + 126 = \boxed{157}</math> |
-bradleyguo | -bradleyguo | ||
Line 75: | Line 75: | ||
Minor LaTeX edits by fasterthanlight | Minor LaTeX edits by fasterthanlight | ||
− | ==Solution 5 (Official MAA)== | + | ==Solution 5== |
+ | Suppose <math>k</math> of the first <math>5</math> cards are red. There are <math>\binom{5}{k}</math> ways to order the last five cards, and either <math>1</math> or <math>2</math> ways to order the first five cards: <math>1</math> if <math>k=0</math> or <math>k=5</math>, otherwise <math>2</math>. So, the number of orderings that work is | ||
+ | <cmath>\binom{5}{0} + 2\binom{5}{1} + 2\binom{5}{2} + 2\binom{5}{3} + 2\binom{5}{4} + \binom{5}{5} = 2\sum_{k=0}^{5}\binom{5}{k} - 2 = 2^6 - 2.</cmath> | ||
+ | |||
+ | The total number of orderings is <math>\binom{10}{5} = 252,</math> so the answer is <math>\frac{62}{252} = \boxed{\frac{31}{126}}</math> | ||
+ | |||
+ | ==Solution 6 (Official MAA)== | ||
Assume without loss of generality that the first card laid out is red. Then the arrangements that satisfy Kathy’s requirements are RRRRR, RRRRG, RRRGG, RRGGG, and RGGGG. The probability that Kathy will lay out one of these | Assume without loss of generality that the first card laid out is red. Then the arrangements that satisfy Kathy’s requirements are RRRRR, RRRRG, RRRGG, RRGGG, and RGGGG. The probability that Kathy will lay out one of these | ||
− | arrangements is <cmath>\frac49\cdot\frac38\cdot\frac27\cdot\frac16 | + | arrangements is <cmath>\frac49\cdot\frac38\cdot\frac27\cdot\frac16</cmath> <cmath>\frac49\cdot\frac38\cdot\frac27\cdot\frac56</cmath> <cmath>\frac49\cdot\frac38\cdot\frac57\cdot\frac46</cmath> <cmath>\frac49\cdot\frac58\cdot\frac47\cdot\frac36</cmath> <cmath>+\frac59\cdot\frac48\cdot\frac37\cdot\frac26</cmath> <cmath>\overline{..........................}</cmath> <cmath>\frac{31}{126}</cmath> The requested sum is <math>31+126=\boxed{157}.</math> |
==Video Solution== | ==Video Solution== |
Latest revision as of 04:09, 10 September 2024
Contents
Problem
Cathy has red cards and green cards. She shuffles the cards and lays out of the cards in a row in a random order. She will be happy if and only if all the red cards laid out are adjacent and all the green cards laid out are adjacent. For example, card orders RRGGG, GGGGR, or RRRRR will make Cathy happy, but RRRGR will not. The probability that Kathy will be happy is , where and are relatively prime positive integers. Find .
Solution 1
We have cases total.
The two are all red and all green. Then, you have 4 of one, 1 of other. 3 of one, 2 of other. 2 of one, 3 of other. 1 of one, 4 of other. Then flip the order, so times two.
Obviously the denominator is , since we are choosing a card without replacement.
Then, we have for the numerator for the two of all red and green:
For the 4 and 1, we have:
For the 3 and 2, we have:
For the 2 and 3, we have:
For the 1 and 4, we have:
Adding up and remembering to double all of them, since they can be reversed and the 5's can be red or green, we get, after simplifying:
Thus the answer is . -gorefeebuddie
Solution 2
Our probability will be
First of all, we have choices for the first card, choices for the second card, choices for the third card, choices for the fourth card, and choices for the last card. This gives a total of possible ways for five cards to be chosen.
Finding the number of configurations that make Kathy happy is a more difficult task, however, and we will resort to casework to do it.
First, let's look at the appearances of the "happy configurations" that Kathy likes. Based on the premise of the problem, we can realize that there are ten cases for the appearance of the configurations: But this doesn't mean there are 10 "happy configurations" in total-- remember that we've been treating these cards as distinguishable, so we must continue to do so.
To lighten the load of 10 cases on the human brain, we can note that in the eyes of what we will soon do, and are effectively equivalent, and therefore may be treated in the same case. We will have to multiply by 2 at the end, though.
Similarly, we can equate and as well as and so that we just have three cases. We can approach each of these cases with constructive counting.
Case 1: -type.
For this case, there are available choices for the first card, available choices for the second card, for the third card, for the fourth card, and for the last card. This leads to a total of configurations for this case. There are cases of this type.
Case 2: -type.
For this case, there are available choices for the first card, available choices for the second card, for the third card, for the fourth card, and choices for the last card (not , because we're doing a new color). This leads to a total of configurations for this case. There are cases of this type.
Case 3: -type.
For this case, there are available choices for the first card, available choices for the second card, for the third card, for the fourth card, and choices for the last card. This leads to a total of configurations for this case. There are cases of this type.
Adding the cases up gives "happy" configurations in total.
This means that the probability that Kathy is happy will be which simplifies to
So the answer is
Solution 3
As the problem states, some examples of valid are , , and . Let's use each of these as more general cases.
Let be the case when there are 2 adjacents of one color, and 3 adjacents of the other color. This yields combinations (, , , and ). The probability of each of these is equal, equating to , and since there are combinations, the probability of this case is
Next case is . Let this be when there are 4 adjacents of one color, and 1 individual color. Once again, this yields combinations (, , , and ). The probability of each is the same, equating to , and since there are combinations, the probability of this case is
The final case is , in which there is just an adjacent block of colors. There are only combinations this time, each equating to the probability , and since there are combinations, the probability of this case is .
Thus, the total probability is
Solution 4
Kathy will draw the 10 cards in some order, but the restriction of having all greens in a row and all reds in a row only applies to the first 5 cards drawn. The total number of ways the 10 cards can be drawn is simply 10 choose 5 which is 252. Now we just count the number of possible successful configurations of the ten cards. The first 5 cards can start either be , , , , or the same thing except starting with a red. The number of ways to order is the number of ways to order the last 5 cards, which is 5C1. Doing all of the other cases, the total is . so the solution is
-bradleyguo
Minor LaTeX edits by fasterthanlight
Solution 5
Suppose of the first cards are red. There are ways to order the last five cards, and either or ways to order the first five cards: if or , otherwise . So, the number of orderings that work is
The total number of orderings is so the answer is
Solution 6 (Official MAA)
Assume without loss of generality that the first card laid out is red. Then the arrangements that satisfy Kathy’s requirements are RRRRR, RRRRG, RRRGG, RRGGG, and RGGGG. The probability that Kathy will lay out one of these arrangements is The requested sum is
Video Solution
https://www.youtube.com/watch?v=WVtbD8x9fCM ~Shreyas S
See Also
2018 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 2 |
Followed by Problem 4 | |
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.