document.write( "Question 653584: A bag contains 7 blue marbles, 8 green marbles, 15 red marbles, and 10 yellow marbles. Find the probability of randomly drawing without replacement, a blue marble and then a red. \n" ); document.write( "
Algebra.Com's Answer #408442 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 7 blue marbles, 8 green marbles, 15 red marbles, and 10 yellow marbles. Find the probability of randomly drawing without replacement, a blue marble and then a red. \n" ); document.write( "------- \n" ); document.write( "P(blue) = 7/40 \n" ); document.write( "P(red|blue) = 15/39 \n" ); document.write( "---- \n" ); document.write( "P(blue then red) = (7/40)(15/39) = 0.0673 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |