|
|
(18 intermediate revisions by 5 users not shown) |
Line 1: |
Line 1: |
− | ==Problem==
| + | #REDIRECT [[2020 AMC 10B Problems/Problem 18]] |
− | An urn contains one red ball and one blue ball. A box of extra red and blue balls lie nearby. George performs the following operation four times: he draws a ball from the urn at random and then takes a ball of the same color from the box and returns those two matching balls to the urn.
| |
− | After the four iterations the urn contains six balls. What is the probability that the urn contains three balls of each color?
| |
− | <math>\textbf{(A)}\ \frac{1}{6} \qquad\textbf{(B)}\ \frac{1}{5} \qquad\textbf{(C)}\ \frac{1}{4} \qquad\textbf{(D)}\ \frac{1}{3} \qquad\textbf{(E)}\ \frac{1}{2}</math>
| |
− | | |
− | ==Solution==
| |
− | Let the probability that the urn ends up with more red balls be denoted <math>P(R)</math>. Since this is equal to the probability there are more blue balls, the probability there are equal amounts is <math>1-2P(R)</math>. <math>P(R) =</math> the probability no more blues are chosen plus the probability only 1 more blue is chosen. The first case, <math>P(\text{no more blues}) = \frac{1}{2}*\frac{2}{3}*\frac{3}{4}*\frac{4}{5}=\frac{1}{5}</math>.
| |
− | | |
− | The second case, <math>P(\text{1 more blue}) = 4*\frac{1*1*2*3}{2*3*4*5} = \frac{1}{5}</math>. Thus, the answer is <math>1-2(\frac{1}{5}+\frac{1}{5})=1-\frac{4}{5}=\boxed{\textbf{(B)}\ \frac{1}{5}}</math>.
| |
− | | |
− | ~JHawk0224
| |
− | | |
− | ==Solution 2==
| |
− | By conditional probability after 4 rounds we have 5 cases: RRRBBB, RRRRBB, RRBBBB, RRRRRB and BRRRRR. Thus the probability is <math>\frac{1}{5}</math>. Put <math>\boxed{B}</math>.
| |
− | | |
− | ~FANYUCHEN20020715
| |
− | | |
− | ==See Also==
| |
− | | |
− | {{AMC12 box|year=2020|ab=B|num-b=15|num-a=17}}
| |
− | {{MAA Notice}}
| |