document.write( "Question 267508: A bag contains 6 red marbles,9 blue marbles,and 5 green marbles.you withdraw one marble,replace it'and then withdraw another marble.what is the probability that you do not pick two green marbles? \n" ); document.write( "
Algebra.Com's Answer #196283 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! There are 15 non green marbles. \n" ); document.write( "P(non green) = 15/20 \n" ); document.write( "P(non green and then non green) = (15/20)*(15/20) = 225/400 = 9/16 \n" ); document.write( " |