document.write( "Question 1176410: Question: There are 5 physicists, 4 chemists, and 3 mathematicians. In how many ways can the committee of 6 be chosen so that AT LEAST 3 members of the committee are physicists?
\n" ); document.write( "My answer: C(5,3) = 10.
\n" ); document.write( "Once the three physicists are selected, since it is AT LEAST, the remaining 2 physicists can still be selected which makes available candidates for the remaining 3 positions n = 9
\n" ); document.write( "We need another 3. so C(9,3) = 84.
\n" ); document.write( "Therefore, the number of ways the committee could be chosen is 10 X 84 = 840
\n" ); document.write( "But the book says 462.
\n" ); document.write( "What am I doing wrong?
\n" ); document.write( "Thanks for your help.
\n" ); document.write( "

Algebra.Com's Answer #803222 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
12C6 are the number of possible ways to choose 6
\n" ); document.write( "at least 3 physicists would be
\n" ); document.write( "3: 5C3*7C3 for the other 3 which is 10*35 or 350. Consider once you have 5C3 in the numerator, you need another 7 on top and 3 on the bottom.
\n" ); document.write( "4, 5C4*7C2 which would be 105. Notice how the two change
\n" ); document.write( "5 5C5*7C1, or 7
\n" ); document.write( "add to 462.
\n" ); document.write( "-
\n" ); document.write( "The candidates for the other 3 positions can't be physicists so the choices are 7C3.
\n" ); document.write( "And at least 3 members means 4 and 5 can be physicists as well.
\n" ); document.write( "You are assuming the first 3 are physicists, and yes, that leaves 9. But if only 3 are required, then it leaves 7, not 9 people, since a 4th physicist won't be allowed.
\n" ); document.write( "If 4 are required, it leaves 7 as well.
\n" ); document.write( "-
\n" ); document.write( "
\n" ); document.write( "
\n" );