document.write( "Question 315902: How many ways can you select a different meal if the menu offers a choice of 4 appetizers, 9 entrees, 3 desserts and 12 drinks?
\n" ); document.write( "Thanks in advance!
\n" ); document.write( "

Algebra.Com's Answer #226378 by moshiz08(60)\"\" \"About 
You can put this solution on YOUR website!
Let's do a simpler problem first. You have 3 shirts (Red, Green, Yellow) and 2 pants (Blue, White). How many outfits can you make? \r
\n" ); document.write( "\n" ); document.write( "Let's say you choose Red shirt. Then your outfits are RB and RW.
\n" ); document.write( "Let's say you choose Green shirt. Then your outfits are GB and GW.
\n" ); document.write( "Let's say you choose Yellow shirt. Then your outfits are YB and YW. \r
\n" ); document.write( "\n" ); document.write( "So there are three shirts you could have chosen, and for each of them, you have 2 pants to choose from. The total number of outfits is 2 + 2 + 2, or you could have done 2*3 to get 6. \r
\n" ); document.write( "\n" ); document.write( "In general, the same principle holds true. You just multiply the different possibilities to get the total number. \r
\n" ); document.write( "\n" ); document.write( "So 4 appetizers, 9 entrees, 3 desserts and 12 drinks make 4*9*3*12 = 1296 different meals.
\n" ); document.write( "
\n" );