|
|
(7 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
− | ==Problem==
| + | #REDIRECT [[2021_Fall_AMC_12A_Problems/Problem_18]] |
− | Each of the <math>20</math> balls is tossed independently and at random into one of the <math>5</math> bins. Let <math>p</math> be the probability that some bin ends up with <math>3</math> balls, another with <math>5</math> balls, and the other three with <math>4</math> balls each. Let <math>q</math> be the probability that every bin ends up with <math>4</math> balls. What is <math>\frac{p}{q}</math>?
| |
− | | |
− | <math>\textbf{(A)}\ 1 \qquad\textbf{(B)}\ 4 \qquad\textbf{(C)}\ 8 \qquad\textbf{(D)}\
| |
− | 12 \qquad\textbf{(E)}\ 16</math>
| |
− | | |
− | ==Solution 1 (Multinomial Numbers)==
| |
− | For simplicity purposes, we assume that the balls are indistinguishable and the bins are distinguishable.
| |
− | | |
− | Let <math>d</math> be the number of ways to distribute <math>20</math> balls to <math>5</math> bins. We have
| |
− | <cmath>p=\frac{5\cdot4\cdot\binom{20}{3,5,4,4,4}}{d} \text{ and } q=\frac{\binom{20}{4,4,4,4,4}}{d}.</cmath> Therefore, the answer is <cmath>\frac pq=\frac{5\cdot4\cdot\binom{20}{3,5,4,4,4}}{\binom{20}{4,4,4,4,4}}=\frac{5\cdot4\cdot\frac{20!}{3!5!4!4!4!}}{\frac{20!}{4!4!4!4!4!}}=\frac{5\cdot4\cdot(4!4!4!4!4!)}{3!5!4!4!4!}=\frac{5\cdot4\cdot4}{5}=\boxed{\textbf{(E)}\ 16}.</cmath>
| |
− | | |
− | <u><b>Remark</b></u>
| |
− | | |
− | By the stars and bars argument, we get <math>d=\binom{20+5-1}{5-1}=\binom{24}{4}.</math>
| |
− | | |
− | ~MRENTHUSIASM
| |
− | | |
− | ==Solution 2 (Simple) ==
| |
− | | |
− | ==See Also==
| |
− | {{AMC10 box|year=2021 Fall|ab=A|num-b=20|num-a=22}}
| |
− | {{MAA Notice}}
| |