document.write( "Question 215441: The situation is a restaurant menu that has 10 appetizers, 15 main courses, and 7 desserts. The menu must be cut down to only 3 appetizers, 5 main courses, and 2 desserts. In how many ways could this be accomplished assuming that the order they are listed on the menu is irrelevant?\r
\n" );
document.write( "\n" );
document.write( "here's what i've got:\r
\n" );
document.write( "\n" );
document.write( "10nCr3=120
\n" );
document.write( "15nCr5=3,003
\n" );
document.write( "7nCr2=21\r
\n" );
document.write( "\n" );
document.write( "what would be my next step? Thanks in advance.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #162837 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The situation is a restaurant menu that has 10 appetizers, 15 main courses, and 7 desserts. The menu must be cut down to only 3 appetizers, 5 main courses, and 2 desserts. In how many ways could this be accomplished assuming that the order they are listed on the menu is irrelevant? \n" ); document.write( "here's what i've got: \n" ); document.write( "10nCr3=120 \n" ); document.write( "15nCr5=3,003 \n" ); document.write( "7nCr2=21 \n" ); document.write( "what would be my next step? \n" ); document.write( "------------------------------- \n" ); document.write( "I think you have accomplished what you were asked to do. \n" ); document.write( "If the question also asks how many meals could be formed \n" ); document.write( "with the 3 appetizers, 5 main courses, and 2 desserts, you \n" ); document.write( "would multiply 120, 3003, and 21 to get 7,567,560 meals. \n" ); document.write( "Or, if they want the number of meals that could be described \n" ); document.write( "with the 3 apps you select, the 5 main courses you select, \n" ); document.write( "and the 2 desserts you select, you should multiply 3*5*2 = 30.\r \n" ); document.write( "\n" ); document.write( "------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |