document.write( "Question 432993: A pizza parlor runs a special where you buy a large pizza with 1 cheese, 1 vegetable, and 2 meats for $!2. You have a choice of 5 cheeses, 10 vegetables, and 6 meats. How many different variation of pizzas specials are possible?
\n" ); document.write( "For this one, I'm not sure, but I tried to multiple 5*10*6=300. However, I need help confirming if i did this problem right. Thanks.
\n" ); document.write( "

Algebra.Com's Answer #300163 by sudhanshu_kmr(1152)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "here 2 meats ..\r
\n" ); document.write( "\n" ); document.write( "so, no. of different variation = 5C1 * 10C1 * 6C2\r
\n" ); document.write( "\n" ); document.write( "( selection of 1 cheese out of 5 , selection of 1 veg from out of 10 and selection of 2 meats out of 6)\r
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "\n" ); document.write( "= 5 * 10 * 15\r
\n" ); document.write( "\n" ); document.write( "= 750\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );