document.write( "Question 1120544: A catering service offers
\n" ); document.write( "6 appetizers,
\n" ); document.write( "4 main courses, and
\n" ); document.write( "8 desserts. A customer is to select
\n" ); document.write( "2 appetizers,
\n" ); document.write( "3 main courses, and
\n" ); document.write( "3 desserts for a banquet. In how many ways can this be done?
\n" ); document.write( "

Algebra.Com's Answer #736218 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The answer is the PRODUCT of the numbers of ways to select the appetizers, main courses, and desserts -- not the SUM.

\n" ); document.write( "Correct answer: (6C2)*(4C3)*(8C3) = 15*4*56 = 3360
\n" ); document.write( "
\n" );