document.write( "Question 604406: Suppose a restaurant offers the following prix fixe menu:
\n" );
document.write( "
\n" );
document.write( "Main course prime rib, steak, chicken, filet of sole, shrimp
\n" );
document.write( "Side dish soup, crab cakes
\n" );
document.write( "Dessert cheesecake, ice cream
\n" );
document.write( "Beverage coffee, tea, milk\r
\n" );
document.write( "\n" );
document.write( "How many different dinners can this restaurant serve? \n" );
document.write( "
Algebra.Com's Answer #381150 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Hint: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Number of different dinners = (# of main courses)*(# of side dishes)*(# of desserts)*(# of beverages) \n" ); document.write( " |