document.write( "Question 1103433: in how many ways can a research team of 5 members be formed from a group consisting of 3 chemist and 7 physicist if\r
\n" );
document.write( "\n" );
document.write( "a. there is no restriction in the selection?
\n" );
document.write( "b. the team must include exactly 2 chemist?
\n" );
document.write( "c. the team must include at most 3 physicists? \n" );
document.write( "
Algebra.Com's Answer #718320 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. This is 10 C 5 =252 ways \n" ); document.write( "b. 3C2*7C3, since there have to be 3 physicists. This is 3*35=105 \n" ); document.write( "c. At most 3 physicists includes the first of 105 \n" ); document.write( "2 physicists and 3 chemists, which is 3C3*7C2=1*21=21 ways \n" ); document.write( "1 physicist and 4 chemists doesn't work, because there are only 3 chemists. \n" ); document.write( "therefore, 126 ways. ANSWER \n" ); document.write( " |