Question
My pizzeria offers
pizzas in 3 sizes (S/M/L)
7 different meat toppings
5 different vegetable toppings
4 different kinds of cheese.
How many different pizza orders are possible if we must pick a size, 1 meat, 2 different vegetables, and 1 kind of cheese?
pizzas in 3 sizes (S/M/L)
7 different meat toppings
5 different vegetable toppings
4 different kinds of cheese.
How many different pizza orders are possible if we must pick a size, 1 meat, 2 different vegetables, and 1 kind of cheese?
Answers
300
The order of these items does not matter so I will use combinations
Size -- C(3,1) = 3
meats --C(7,1) = 7
veggies --C(5,2) = 10
cheese -- C(4,1) = 4
number of pizzas = 3x7x10x4 = 840
Size -- C(3,1) = 3
meats --C(7,1) = 7
veggies --C(5,2) = 10
cheese -- C(4,1) = 4
number of pizzas = 3x7x10x4 = 840
Related Questions
how many different pizzas can be made if a pizza shop has 6 meat toppings, 5 vegetable toppings, and...
Pete's Pizzeria offers 30 different pizza toppings.
How many 3 topping pizzas are possible (assum...
A pizza shop offers a choice of 3 sizes (small, medium, and large) and 7 different toppings. Differe...
Paulo's Pizzeria sells personal pizzas that start at $7 for plain cheese. The pizzeria also offers a...