Posted by jackee on Tuesday, May 17, 2011 at 1:50pm.
The standard answer is 2*3*8=48 different combinations,assuming that customers always take one cheese and one topping, and of course, one crust.
The practical answer to the question would, however, take into account that customer can take 0 to 3 cheeses, 0 to 8 toppings, but only one crust.
For cheeses, the cardinality of the power set (all possibilities) is 2^3, namely:
none,
A,
B,
C,
A+B,
A+C,
B+C,
A+B+C.
The same goes for toppings, i.e. 2^8=256 combinations.
Therefore the number of pizza combinations is:
2 crusts*8 cheeses * 256 toppings
= 4096 combinations.
How many combinations of hamburgers can you have with 12 toppings?
Related Questions
Intro to probability - A certain pizza restaurant offers three different sizes ...
Math (Data Management) - The student council is ordering pizza for their next ...
Math - There are six different toppings for pizzas, sausage, hamburger, ...
Math - You run pizza shop and have 8 different toppings that a customer can ...
math - 9 different crusts With or without cheese 4 ...
algebra - how many different pizzas can be made if a pizza shop has 6 meat ...
math - A pizza place has 5 different toppings. How many different pizzas can be ...
Math - Hello, I have a probability problem on combination that is not easy to ...
Math - A pizza shop has 6 meat toppings, 5 vegetable toppings, and 3 cheese ...
MATH 12 HELP!! - a pizza store offers 15 different toppings on its pizzas. what ...
For Further Reading