document.write( "Question 727138: A bag contains 5 red marbles, 10 blue marbles, and 20 green marbles.
\n" );
document.write( "If two marbles are taken out at random, one by one, without replacement, what is the probability that they are both blue?\r
\n" );
document.write( "\n" );
document.write( "I know the total is 35 marbles but I am unsure how to calculate. I attempted to do 10/35, 9/34 and so forth and added all the results together but I fear it is not correct.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #444975 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 5 red marbles, 10 blue marbles, and 20 green marbles. \n" ); document.write( "If two marbles are taken out at random, one by one, without replacement, what is the probability that they are both blue? \n" ); document.write( "I know the total is 35 marbles but I am unsure how to calculate. I attempted to do 10/35, 9/34 and so forth and added all the results together but I fear it is not correct. \n" ); document.write( "---- \n" ); document.write( "# of ways to pick 2 blue: 10C2 = 45 \n" ); document.write( "# of ways to pick a random pair: 35C2 = 595 \n" ); document.write( "---- \n" ); document.write( "P(2 blue without replacement) = 45/595 = 9/119 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |