document.write( "Question 957451: An urn contains 4 red, 6 white, and 5 blue marbles. Three marbles are selected at random and without replacement. What is the probability that one of each color is selected? Give your answer as a decimal number, with 3 decimal places. \n" ); document.write( "
Algebra.Com's Answer #585065 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An urn contains 4 red, 6 white, and 5 blue marbles. Three marbles are selected at random and without replacement. What is the probability that one of each color is selected? Give your answer as a decimal number, with 3 decimal places. \n" ); document.write( "---- \n" ); document.write( "# of ways to get red/white/blue triple:: 4*6*5 = 120 \n" ); document.write( "# of possible triples:: 15C3 = 455 \n" ); document.write( "---- \n" ); document.write( "P(red/white/blue triple) = 120/455 = 0.234 \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |