document.write( "Question 1143090: A club as 30 members including 3 lawyers,4 teachers and 5 docters.In how many ways can a committee of 8 be formed to contain 1 teacher,2 lawyers,and 2 docters? \n" ); document.write( "
Algebra.Com's Answer #763867 by greenestamps(13203)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "We need to choose...
\n" ); document.write( "(a) 1 of the 4 teachers: C(4,1)
\n" ); document.write( "(b) 2 of the 3 lawyers: C(3,2)
\n" ); document.write( "(c) 2 of the 5 doctors: C(5,2)

\n" ); document.write( "By the fundamental counting principle, the total number of ways is the product of those numbers.

\n" ); document.write( "\"C%284%2C1%29%2AC%283%2C2%29%2AC%285%2C2%29+=+4%2A3%2A10+=+120\"
\n" ); document.write( "
\n" );