Smoothie Shop
A smoothie shop is starting the day with a small order.
They begin by making 6 trays of smoothies with 8 smoothies in each tray.
As more customers arrive, each new order is double the one before!
Challenge:
Draw an array for the first order (6 × 8)
Show how the array doubles each time
Find the total number of smoothies for each order
Explain:
-
What is doubling each time?
-
What stays the same?
-
How does doubling help you solve it quickly?
