document.write( "Question 1170029: A committee of eight people is to be chosen from 10 males and 11 females. How many ways are there to choose a committee that would consist of an equal number of males and females? \n" ); document.write( "
Algebra.Com's Answer #794894 by smaira(1)\"\" \"About 
You can put this solution on YOUR website!
A committee of 8 people is to be chosen.
\n" ); document.write( "No. of males = females
\n" ); document.write( "Thus, males= females= 4
\n" ); document.write( "No. of ways = 10C4 x 11C4
\n" ); document.write( "= (10 x 9 x 8 x 7)/(4 x 3 x 2 x 1) x (11 x 10 x 9 x 8)/(4 x 3 x 2 x 1)
\n" ); document.write( "= 210 x 330
\n" ); document.write( "= 69300
\n" ); document.write( "
\n" );