document.write( "Question 411256: In how many ways can a committee consisting of 3 men and 4 women be selected from a group consisting of 16 men and 22 women? \n" ); document.write( "
Algebra.Com's Answer #289121 by rfadrogane(214)\"\" \"About 
You can put this solution on YOUR website!
In how many ways can a committee consisting of 3 men and 4 women be selected from a group consisting of 16 men and 22 women?
\n" ); document.write( "Sol'n:
\n" ); document.write( "This is a combination problem: nCr
\n" ); document.write( "N = (# ways to select a man)(# of ways to select a girl)
\n" ); document.write( "N = (16C3)(22C4)
\n" ); document.write( "N = 560x7,315
\n" ); document.write( "N = 4,096,400 ways ----answer\r
\n" ); document.write( "\n" ); document.write( "^_^
\n" ); document.write( "
\n" );