Answer:
1048576
Step-by-step explanation:
Given the following :
Pizza order :
Size = small, medium, large, or extra large = 4 possible sizes
Toppings = any combination of 8 possible toppings (getting no toppings is allowed, as is getting all 8).
Combination of Toppings = 2^8
Four different sizes of pizza = 4
Number of possibilities in ordering for a single pizza :
(4 * 2^8) = 4 * 256 = 1024
Number of possibilities in ordering two pizzas :
(4 * 2^8)^2
(2^2 * 2^8)^2
From indices :
[2^(2+8)]^2
[2^(10)]^2
2^(10*2)
2^20
= 1048576