document.write( "Question 1202251: The number of committees consisting of 4 men and 5 women that can be formed from 10 men and 13 women is \n" ); document.write( "
Algebra.Com's Answer #836939 by mananth(16946)![]() ![]() You can put this solution on YOUR website! To form a committee of 4 men and 5 women from 10 men and 13women\r \n" ); document.write( "\n" ); document.write( "4 men can be selected from 10 men in 10 C 4 ways\r \n" ); document.write( "\n" ); document.write( "5 women can be selected from 13 women in 13C5ways \n" ); document.write( " \n" ); document.write( "The total number of committees formed is\r \n" ); document.write( "\n" ); document.write( "10C4 ×13C5 ways=210*1287 \n" ); document.write( " |