document.write( "Question 372445: How do you solve: \r
\n" );
document.write( "\n" );
document.write( "A pool of possible jurors consists of 11 men and 15 women. How many different juries consisting of 5 men and 7 women are possible?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #265269 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr=Combination of n things taken r at a time=n!/((n-r)!r!) \n" ); document.write( "11C5 * 15C7 \n" ); document.write( "=462*6435 \n" ); document.write( "=2,972,970 \n" ); document.write( " |