document.write( "Question 463900: How many ways can a jury of 6 women and 6 men be selected from 10 women and 12 men? \n" ); document.write( "
Algebra.Com's Answer #317750 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "number of ways = 10C6 * 12C6 \r
\n" ); document.write( "\n" ); document.write( "= 210 * 924 \r
\n" ); document.write( "\n" ); document.write( "=194040
\n" ); document.write( "
\n" );