In class on Sept. 30, 2008, we had an interesting session. Elise and Adam lead the class with their recursive patterns for solving the 4 peg system. The concept was that a 3 peg sytem can be used to give the answer for the minimal amount of moves needed to solve a 4 peg system. Elise came up with a mathematical calculation process to attain the least amount of moves.
{Let P denote the number of pegs and let the number of disks be at least . We attempted to formulate a function
. P in the function denotes the number of available pegs. P-k denotes the number of disks moved. found that the opening moves would always be
Let A denote the first parameter in the function and B denote the second. Then, the function
evaluates to the least number of moves to move B disks with A available pegs. The function
can be viewed as a sequence which ends when there are no more empty pegs.} from elise blog….
With the help of the class we were able to make logical sense of our classmates suggestions.