Question 360492
<pre><font size = 3 color = "indigo"><b>
Hi,
2 types of crust, 3 sizes, 15 possible toppings
How many different types of pizzas can be ordered?
With one topping per pizza:
2*3*15 = 90 different types can be ordered

With from 0 to 15 toppings per pizza (combinations with no toppings = 6)
6 + 6(15C1 + 15C2 + 153 + 15C4 + 15C5 + 15C6 + 15C7 + 15C8 + 15C9 + 15C10
+ 15C11 + 15C12 +15C13 + 15C14 + 15C15)= 196,608 types can be ordered.