document.write( "Question 386927: If a class has 34 students of which 12 are female and the rest are male.
\n" );
document.write( "(a) We wish to form a committee of 6 people from the students. How many distinct committees can be formed?\r
\n" );
document.write( "\n" );
document.write( "b) If there is a restriction that the committee has to be 3 male and 3 female. Now how many distinct committees can we form?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thank-you in advance. \n" );
document.write( "
Algebra.Com's Answer #273494 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a class has 34 students of which 12 are female and the rest are male. \n" ); document.write( "(a) We wish to form a committee of 6 people from the students. How many distinct committees can be formed? \n" ); document.write( "Ans: 34C6 = 1,344,904 \n" ); document.write( "================================== \n" ); document.write( "b) If there is a restriction that the committee has to be 3 male and 3 female. Now how many distinct committees can we form? \n" ); document.write( "# of ways to pick 3 male: 22C3 \n" ); document.write( "# of ways to pick 3 female: 12C3 \n" ); document.write( "----- \n" ); document.write( "# of ways to pick 3male and 3femaile = 22C3*12C3 = 338,800 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |