QUESTION IMAGE
Question
the formula for calculating the minimum number of moves to transfer a tower of size \\(n\\) is:
\\2^n - 1\\
minimum steps to move a tower of size 4:
that is: \\(n = 4\\)
how many steps to move a tower of size 9:
that is: \\(n = 9\\)
Evaluate the formula for n = 4
$$
2^4 - 1 = 16 - 1 = 15
$$
Evaluate the formula for n = 9
$$
2^9 - 1 = 512 - 1 = 511
$$
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
| No. | Answer |
|---|---|
| B | 511 |