document.write( "Question 988894: Suppose that there are 6 men and 4 women working at an engineering firm. How many ways are there to select four engineers for the project team if the team must consist of two men and two women?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #609571 by Shai(25)![]() ![]() You can put this solution on YOUR website! Given: \n" ); document.write( "There are 6 men and 4 women. \n" ); document.write( "We need to select 4 engineers such that in those 4 engineers,2 have to be men and 2 women.\r \n" ); document.write( "\n" ); document.write( "Thus the equation becomes(6C2 * 4C2) = 90 \n" ); document.write( " |