document.write( "Question 1174468: Whenever Suzan sees a bag of marbles, she grabs a handful at random. She has seen a bag containing three red marbles, five green ones, two white ones, and two purple ones. She grabs eight of them. Find the probability of the following event, expressing it as a fraction in lowest terms.
\n" );
document.write( "She has no more than one white one. \n" );
document.write( "
Algebra.Com's Answer #850656 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let $R, G, W, P$ be the number of red, green, white, and purple marbles in the bag, respectively. \n" ); document.write( "We have $R=3$, $G=5$, $W=2$, $P=2$. The total number of marbles is $3+5+2+2=12$. \n" ); document.write( "Suzan grabs 8 marbles. \n" ); document.write( "The total number of ways to grab 8 marbles from 12 is $\binom{12}{8} = \binom{12}{4} = \frac{12 \cdot 11 \cdot 10 \cdot 9}{4 \cdot 3 \cdot 2 \cdot 1} = 495$.\r \n" ); document.write( "\n" ); document.write( "We want to find the probability that she has no more than one white marble. This means she has either zero white marbles or one white marble. \n" ); document.write( "Case 1: Zero white marbles. \n" ); document.write( "If she has zero white marbles, she grabs 8 marbles from the remaining 10 marbles (3 red, 5 green, 2 purple). \n" ); document.write( "The number of ways to do this is $\binom{10}{8} = \binom{10}{2} = \frac{10 \cdot 9}{2 \cdot 1} = 45$.\r \n" ); document.write( "\n" ); document.write( "Case 2: One white marble. \n" ); document.write( "If she has one white marble, she grabs 7 marbles from the remaining 10 marbles. \n" ); document.write( "The number of ways to do this is $\binom{10}{7} = \binom{10}{3} = \frac{10 \cdot 9 \cdot 8}{3 \cdot 2 \cdot 1} = 120$. \n" ); document.write( "Since there are 2 white marbles, she can pick one of them in $\binom{2}{1} = 2$ ways. \n" ); document.write( "So the number of ways to have one white marble is $120 \times 2 = 240$.\r \n" ); document.write( "\n" ); document.write( "The total number of ways to have no more than one white marble is $45 + 240 = 285$. \n" ); document.write( "The probability is $\frac{285}{495}$. \n" ); document.write( "We can simplify this fraction. \n" ); document.write( "Divide by 5: $\frac{285}{5} = 57$ and $\frac{495}{5} = 99$. \n" ); document.write( "So we have $\frac{57}{99}$. \n" ); document.write( "Divide by 3: $\frac{57}{3} = 19$ and $\frac{99}{3} = 33$. \n" ); document.write( "So we have $\frac{19}{33}$.\r \n" ); document.write( "\n" ); document.write( "Final Answer: The final answer is $\boxed{\frac{19}{33}}$ \n" ); document.write( " \n" ); document.write( " |