document.write( "Question 322422: A group of three seniors, six juniors, and five sophomores must select a committee of three. How many committees are possible if the committee must contain the following:
\n" ); document.write( "a. One person from each class.
\n" ); document.write( "b. Any mixture of the classes.
\n" ); document.write( "c. Exactly two seniors.
\n" ); document.write( "

Algebra.Com's Answer #230820 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A group of three seniors, six juniors, and five sophomores must select a committee of three. How many committees are possible if the committee must contain the following:
\n" ); document.write( "a. One person from each class.
\n" ); document.write( "# of ways = 3*6*5 = 90
\n" ); document.write( "-----------------------------
\n" ); document.write( "b. Any mixture of the classes.
\n" ); document.write( "14C3 = 364
\n" ); document.write( "-----------------------------
\n" ); document.write( "c. Exactly two seniors.
\n" ); document.write( "3C2*11 = 3*11 = 33
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );