document.write( "Question 1202292: A box contains 5 red, 4 blue, and 3 white balls. In how many ways can we select 4 balls such that exactly 2 are blue? \n" ); document.write( "
Algebra.Com's Answer #837002 by ikleyn(52786)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "A box contains 5 red, 4 blue, and 3 white balls.
\n" ); document.write( "In how many ways can we select 4 balls such that exactly 2 are blue?
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "So, there are 4 blue balls and 5+3 = 8 not-blue balls in the box.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We can select 2 blue balls from 4 blue balls in  \"C%5B4%5D%5E2\" = \"%284%2A3%29%2F2%29\" = 6 different ways.\r\n" );
document.write( "\r\n" );
document.write( "We can select 2 not-blue balls from 8 not-blue balls in  \"C%5B8%5D%5E2\" = \"%288%2A7%29%2F2%29\" = 28 different ways.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Thus we can comprise a quadruple consisting of 2 blue and 2 not-blue balls in\r\n" );
document.write( "\r\n" );
document.write( "    \"C%5B4%5D%5E2%2AC%5B8%5D%5E2\" = 6*28 = 168  different ways.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );