document.write( "Question 626537: An employer interviews 8 people for 4 technical support positions in a company, and 3 of the 8 people are men. If all 8 are qualified, in how many ways can the employer fill the technical support positions if exactly 2 are men \n" ); document.write( "
Algebra.Com's Answer #394271 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An employer interviews 8 people for 4 technical support positions in a company, and 3 of the 8 people are men. If all 8 are qualified, in how many ways can the employer fill the technical support positions if exactly 2 are men \n" ); document.write( "----- \n" ); document.write( "# of ways to pick 2 men: 3C2 = 3 \n" ); document.write( "# of ways to pick 2 women: 5C2 = 10 \n" ); document.write( "---- \n" ); document.write( "# of ways to satisfy the problem condition: 3*10 = 30 \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |