document.write( "Question 929559: a pizza parlor offers 4 sizes of pizza (small,large,medium,and colossus),two types of crust(thin and thick), and 14 different toppings.how many different pizza can be made with these choices \n" ); document.write( "
Algebra.Com's Answer #564579 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
This assumes 1 size, 1 crust type and 1 topping.
\n" ); document.write( "\"N=4%2A2%2A14=112\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "If you are allowed multiple toppings (from no topping to 14 toppings) then,
\n" ); document.write( "sum up the possible combinations of 14 toppings taken from 0 to 14 at a time,
\n" ); document.write( "\"N=4%2A2%2A16384\"
\n" ); document.write( "\"N=131072\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );