document.write( "Question 478461: how to solve this problem an urn contains 6 red, 4 blue, 2 green, 3 yellow marbles. if 4 marbles are picked at random , what is the probability that at least one is blue \n" ); document.write( "
Algebra.Com's Answer #327825 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how to solve this problem an urn contains 6 red, 4 blue, 2 green, 3 yellow marbles. if 4 marbles are picked at random , what is the probability that at least one is blue \n" ); document.write( "--- \n" ); document.write( "P(at least one blue) = 1 - P(none is blue) \n" ); document.write( "---- \n" ); document.write( "= 1 - [11C4/15C4] \n" ); document.write( "---- \n" ); document.write( "= 1 - [330/1365] \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |