document.write( "Question 286006: a box contains 6 red,4 white and 5 black balls .A person draws 4 balls from the box at random. find the probability among the balls drawn there is at least one ball of each color \n" ); document.write( "
Algebra.Com's Answer #207414 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A box contains 6 red, 4 white and 5 black balls.
\n" ); document.write( "A person draws 4 balls from the box at random.
\n" ); document.write( "A find the probability among the balls drawn there is at least one ball of each color
\n" ); document.write( "-------
\n" ); document.write( "Ans: 1 - P(no red or no white or no black)
\n" ); document.write( "---
\n" ); document.write( "= 1 - [P(no red)+P(no white)+P(no black)]
\n" ); document.write( "---
\n" ); document.write( "= 1 - [9C4 + 11C4 + 10C4]/15C4
\n" ); document.write( "---
\n" ); document.write( "= 1 - 666/1365
\n" ); document.write( "---
\n" ); document.write( "= 0.5121....
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );