document.write( "Question 934785: A bag contains six white, five red, and four balls. If six ball are drawn, find the probability that there will be two balls of each color. \n" ); document.write( "
Algebra.Com's Answer #567817 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A bag contains six white, five red, and four balls. If six ball are drawn, find the probability that there will be two balls of each color.
\n" ); document.write( "---
\n" ); document.write( "# of ways to succeed:: 6C2 * 4C2 * 5C2 = 15*6*10 = 900
\n" ); document.write( "# of sets of 6 balls:: 15C6 = 5005
\n" ); document.write( "---
\n" ); document.write( "P(condition) = 900/5005 = 0.1798
\n" ); document.write( "-----------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------------
\n" ); document.write( "
\n" );