The problem is that fifth-graders don’t know algebra. If you know algebra, it’s easy to prove that the difference between the squares of two Fibonacci numbers that are two apart in the sequence equals another Fibonacci number. If you don’t, the only thing that’s possible on this problem is to do a bunch of examples and guess that this means that it’s generally true. I would explain this in fifth-grade terms as follows:
Here’s the first twelve numbers of the Fibonacci sequence:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144
Now let’s look at the differences between the squares of two Fibonacci numbers that are two apart:
(22) - (11) = 4 - 1 = 3
(33) - (11) = 9 - 1 = 8
(55) - (22) = 25 - 4 = 21
(88) - (33) = 64 - 9 = 55
(1313) - (55) = 169 - 25 = 144
So what do we notice about the differences? Well, they’re all Fibonacci numbers. In fact, if you look at the numbers, they’re every other one in the Fibonacci sequence. That it, they are the numbers I’ve marked with an asterisk in the sequence:
1, 1, 2, 3*, 5, 8*, 13, 21*, 34, 55*, 89, 144*
So it looks like there some sort of a general rule here. In fact, you can prove that there’s a general rule. You have to know algebra to prove it though. Indistinguishable has proved it above using algebra.