document.write( "Question 660481: You have a bag of 10 marbles. 5 are blue, 4 are green, and 1 is white. What is the probability of pulling out a blue marble and a white marble without replacement? \n" ); document.write( "
Algebra.Com's Answer #411212 by stanbon(75887) ![]() You can put this solution on YOUR website! You have a bag of 10 marbles. 5 are blue, 4 are green, and 1 is white. What is the probability of pulling out a blue marble and a white marble without replacement? \n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 5*1 = 5 \n" ); document.write( "# of possible outcomes: 20C2 \n" ); document.write( "---- \n" ); document.write( "Ans: 5/(20C2) = 5/(190) = 0.0263 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |