Answer to Question 5

There are 8 discs in the given diagram, so n = 8.
The given recursive formula is based upon the term immediately in front of the term you seek. We need to find our way up to the 8th entry.
M1 = 1
Mn = 2Mn-1 + 1

a) M8 = 2M7 + 1

1, 3, 7, 15, 31, 63, 127, 255, ...

Answer = 255 moves

b) The number of moves are each one less than a power of 2. It can be expressed as an explicit formula:
Mn
= 2n - 1

All Rights Reserved - Copyright MathBitsNotebook.com