Answer:
1. What is the shortest amount of time that it would take to build a 100-meter Tower?
10 weeks
2. What is your algorithm for solving the problem? How did you solve the problem?
Powers (stacks) of two until reaching the required height.
3. How could you find out how many weeks it would take to build a tower n meters tall?
2^n
Answer:
It would take 31 days (one month) or 4 weeks
Step-by-step explanation:
Each week you are cutting the number of stacks in half whilst doubling the height of each stack