document.write( "Question 420022: Imagine you have 8 colored balls in a bag: 2 yellow, 2 red, 2 blue, and 2 green. If you pull out 4 balls, what is the probability that you have pulled out one of each color?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #293557 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "no. of ways to pull 4 balls from 8 = 8C4\r \n" ); document.write( "\n" ); document.write( "no. of ways to pull one ball from each color = 2C1 * 2C1 * 2C1 *2C1 = 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "probability = 16/8C4 = 16 /70 = 8/35 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |