document.write( "Question 1106061: There are 6 men and 5 women. Of them, there will be 3 officers and no more than 2 men. \n" ); document.write( "
Algebra.Com's Answer #720973 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! 2 men case: 6C2*5C1=15*5=75 \n" ); document.write( "1 man case: 6C1*5C2=6*10=60 \n" ); document.write( "0 men case: 5C3=10 \n" ); document.write( "145 ways. \n" ); document.write( " |