document.write( "Question 46600: Valerie has a bag of marbles that contains 8 red,4 green, 3 orange,5 blue, and 4 purple marbles. If she pulls out 2 marbles at random, one at a time without replacing the chosen marbles,then what is the probability that both are purple? \n" ); document.write( "
Algebra.Com's Answer #30892 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! 8-red \n" ); document.write( "4-green \n" ); document.write( "3-orange \n" ); document.write( "5-blue \n" ); document.write( "4-purple \n" ); document.write( "Sum of Balls = 24 \n" ); document.write( "Chance of Purple * Second Chance of Purple \n" ); document.write( "(4/24)(3/23) = (1/6)(3/23) = 3/138 = 0.02173913 or about 2.2% \n" ); document.write( " |