document.write( "Question 1084486: How many different meals are possible? Astronauts each consume 3000 calories a day. One meal consist of a main dish a vegetable dish and two different desserts. The astronauts can choose from 10 main dishes 8 vegetables dishes and 15 desserts. How many different meals are possible? \n" ); document.write( "
Algebra.Com's Answer #699909 by mathmate(429)\"\" \"About 
You can put this solution on YOUR website!
Question:
\n" ); document.write( "How many different meals are possible? Astronauts each consume 3000 calories a day. One meal consist of a main dish a vegetable dish and two different desserts. The astronauts can choose from 10 main dishes 8 vegetables dishes and 15 desserts. How many different meals are possible?
\n" ); document.write( "
\n" ); document.write( "Solution:
\n" ); document.write( "The number of combinations of desserts is C(15,2)=15!/(2!13!)=105
\n" ); document.write( "The total number of meals is the product
\n" ); document.write( "10 (main) * 8 (vege) * 105 (desserts)
\n" ); document.write( "= 8400
\n" ); document.write( "That will last a couple of years!
\n" ); document.write( "
\n" ); document.write( "
\n" );