document.write( "Question 324502: A bag contains 5 blue marbles, 6 red marbles, and 9 green marbles. Two marbles are drawn at random, what is the probability of selecting a green and a red marble? \n" ); document.write( "
Algebra.Com's Answer #232301 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! 5 B, 6 R, 9 G=20 total \n" ); document.write( "P(G)=9/20 \n" ); document.write( "P(R)=6/19 \n" ); document.write( "P(G,R)=(9/20)(6/19)=27/190 \n" ); document.write( " \n" ); document.write( " |