document.write( "Question 1019075: You have a pot with 100 balls. 20 of them are red, 50 are blue and 30 are green. You decide to draw 5 balls from the pot without replacement (i.e. you don't put a ball back in the pot once it has been taken out). What is the probability of drawing five blue balls?\r
\n" );
document.write( "\n" );
document.write( "Give your answer to 3 decimal places. \n" );
document.write( "
Algebra.Com's Answer #635068 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "You have a pot with 100 balls. 20 of them are red, 50 are blue and 30 are green. You decide to draw 5 balls from the pot without replacement (i.e. you don't put a ball back in the pot once it has been taken out). What is the probability of drawing five blue balls? \n" ); document.write( "Give your answer to 3 decimal places. \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "The probability of drawing 5 blue balls is given by the product rule, namely the probability of having success in all five steps is the product of the probabilities of success in each step. \n" ); document.write( "Step 1: P(B)=50/100 \n" ); document.write( "Step 2: P(B)=49/99 (49 blue balls left out of 99 remaining, i.e. no replacement) \n" ); document.write( "Step 3: P(B)=48/98 \n" ); document.write( "Step 4: P(B)=47/97 \n" ); document.write( "Step 5: P(B)=46/96 \n" ); document.write( "Now multiply together the probabilities of each step. \n" ); document.write( "P(BBBBB)= \n" ); document.write( "= \n" ); document.write( "=0.0281 (approximately) \n" ); document.write( " \n" ); document.write( "This problem can also be solved using the Hypergeometric distribution, which gives \n" ); document.write( "P(BBBBB)=C(50,5)*C(50,0)/C(100,5)= \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |