document.write( "Question 1080715: from 5 statisticians and 6 mathematicians a committee consists of 3 statistician and 2 mathematicians is to be formed . how many different committees can be formed if:
\n" );
document.write( "a. there is no restriction
\n" );
document.write( "b. 2 particular statisticians must be in the committee
\n" );
document.write( "c. one particular mathematician can not be in the committee \n" );
document.write( "
Algebra.Com's Answer #694824 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. 11C5=462 \n" ); document.write( "b. 3C2*6C1=18 ways \n" ); document.write( "c. If one particular mathematician can't be on the committee, the choice is now from 10 people, 5 from each discipline. \n" ); document.write( "5C3*5C2=10*10=100 ways \n" ); document.write( " |