2026-03-28

Mr. Chen's Marble Jar

Easy

1Easyprobability

Mr. Chen has a jar with 55 red marbles and 33 blue marbles. He randomly draws 22 marbles without replacement. What is the probability that both marbles are the same color?

Express as a fraction in lowest terms

Show solution
Count same-color pairs: (52)+(32)=10+3=13\binom{5}{2} + \binom{3}{2} = 10 + 3 = 13. Total pairs: (82)=28\binom{8}{2} = 28. Probability =1328= \frac{13}{28}.
2Mediumprobability

Using the same jar (55 red, 33 blue marbles), Mr. Chen draws marbles one at a time without replacement until he gets a red marble. What is the expected number of draws?

Express as a fraction or decimal

Show solution
By symmetry, the expected position of the first red marble among 8 total is 8+15+1=96=32\frac{8+1}{5+1} = \frac{9}{6} = \frac{3}{2}.
3Hardprobability

Mr. Chen has a jar with 55 red and 33 blue marbles. He draws without replacement until he has drawn at least 22 red marbles. What is the expected number of draws?

Enter a whole number

Show solution
Using the negative hypergeometric distribution: E=(N+1)rK+1=926=3E = \frac{(N+1) \cdot r}{K+1} = \frac{9 \cdot 2}{6} = 3.
4Hardprobability

Mr. Chen adds kk green marbles to a jar already containing 55 red and 33 blue marbles. He draws 22 marbles without replacement. Find the value of kk such that the probability both draws are the same color equals 29\frac{2}{9}.

Enter a positive integer

Show solution
Set up P(same color)=(52)+(32)+(k2)(8+k2)=29P(\text{same color}) = \frac{\binom{5}{2}+\binom{3}{2}+\binom{k}{2}}{\binom{8+k}{2}} = \frac{2}{9}. Numerator: 13+k(k1)213 + \frac{k(k-1)}{2}. Denominator: (8+k)(7+k)2\frac{(8+k)(7+k)}{2}. Solving gives k=4k=4.