document.write( "Question 966422: You must choose 1 entree 3 vegetables and 1 dessert. There are 5 entrees 10 vegetables and 3 deserts to choose from. How many different meals can you make? \n" ); document.write( "
Algebra.Com's Answer #590871 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Assuming I can choose repeat choices on vegetables (like a triple order of brussel sprouts, mmmm),
\n" ); document.write( "\"N=5%2A10%2A10%2A10%2A3=15000\"
\n" ); document.write( "Assuming I can't choose repeat choices on vegetables,
\n" ); document.write( "\"N=5%2A10%2A9%2A8%2A3=10800\"
\n" ); document.write( "
\n" ); document.write( "
\n" );