document.write( "Question 1170213: How many ways can 2 men and 2 women be selected for a debate tournament if there are 14 male finalists and 11 female finalists? \n" ); document.write( "
Algebra.Com's Answer #795066 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
this is 14C2*11C2
\n" ); document.write( "14*13/2*11*10/2
\n" ); document.write( "=91*55
\n" ); document.write( "=5005
\n" ); document.write( "
\n" );