document.write( "Question 688077: We did not find results for: a bag contains 6 red marbles, 8 blue marbles, 11 white marbles and 6 yellow marbles. you are asked to draw 5 marbles from the bag without replacement. what is the probability of drawing 4 or more white marbles?. \n" ); document.write( "
Algebra.Com's Answer #425524 by www.jamilaawan@yahoo.com(1)![]() ![]() ![]() You can put this solution on YOUR website! red marbles=6 \n" ); document.write( "blue marbles=8 \n" ); document.write( "white marbles=11 \n" ); document.write( "yellow marbles=6 \n" ); document.write( "total marbles=31 \n" ); document.write( "selected marbles=5 \n" ); document.write( "when marbles drawn without replacement,then \n" ); document.write( "p(4 or more are white)=[c(11,4)*c(20,1)]/c(31,5) + [c(11,5)*c(20,0)/c(31,5)]=0.042 \n" ); document.write( " |