document.write( "Question 539633: A certain jar consists of seven green marbles, five black and four red marbles. If three marbles are drawn at random, find the probability that all three marbles are the same color.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #353496 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A certain jar consists of seven green marbles, five black and four red marbles. If three marbles are drawn at random, find the probability that all three marbles are the same color.\r \n" ); document.write( "\n" ); document.write( "---- \n" ); document.write( "# of ways to succeed: 7C3 + 5C3 + 4C3 = 35+10+4 = 49 \n" ); document.write( "---- \n" ); document.write( "# of random sets of 3: 16C3 = 560 \n" ); document.write( "-- \n" ); document.write( "P(3 same color) = 49/560 = 0.0875 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |