A shape increases in size by 20% each step. If step 1 size is 10, what is step 3 size?
Step 1 = 10. Step 2 = 10 * 1.2 = 12. Step 3 = 12 * 1.2 = 14.4.