document.write( "Question 545783: A bag contains 20 blue and 15 green marbles. Two marbles, without replacement are drawn at random.
\n" );
document.write( "What is the probability that both are blue? What is the probablity that at least one of them is blue? \n" );
document.write( "
Algebra.Com's Answer #355745 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 20 blue and 15 green marbles. Two marbles, without replacement are drawn at random. \n" ); document.write( "What is the probability that both are blue? What is the probablity that at least one of them is blue? \n" ); document.write( "---- \n" ); document.write( "P(none are blue) = 15C2/35C2 = 105/595 \n" ); document.write( "---- \n" ); document.write( "P(at least one is blue) = 1 - P(none is blue) = 1-0.1765 = 0.8235 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " |