document.write( "Question 515140: A bag contains 4 blue marbles and 5 red marbles. If 2 marbles are selected at random without replacement, what is the probability that both will be blue?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #343801 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! ways of selecting two marbles ___ 9C2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ways of selecting two blue marbles ___ 4C2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability of two blue marbles ___ (4C2) / (9C2) \n" ); document.write( " |