document.write( "Question 388802: A committee of 4 has to be selected from amongst 5 men and 4 women. In how many ways can this be done so as to include at least 1 man and 1 woman. \n" ); document.write( "
Algebra.Com's Answer #275210 by Jk22(389)![]() ![]() You can put this solution on YOUR website! Choosing 1 man and 1 woman gives 5*4 possibilities, \n" ); document.write( " \n" ); document.write( "remain to choose 2 people out of 4+3=7 : 7*6 \n" ); document.write( " \n" ); document.write( "Since the order does not influence, this makes : \n" ); document.write( " \n" ); document.write( "5*4*7*6/4! = 5*4*7*6/(4*3*2) = 35 possibilities \n" ); document.write( " |