document.write( "Question 260114: A pool of possible jurors consists of 11 men and 16 women. How many different juries consisting of 5 men and 7 women are possible? \n" ); document.write( "
Algebra.Com's Answer #191560 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A pool of possible jurors consists of 11 men and 16 women. How many different juries consisting of 5 men and 7 women are possible?
\n" ); document.write( "------------
\n" ); document.write( "Pick 5 men is 11C5 ways
\n" ); document.write( "Pick 7 women is 16C7 ways
\n" ); document.write( "--------------------------------------
\n" ); document.write( "# of juries = the product = 462*11440 = 5,285,280 ways
\n" ); document.write( "====================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );