Fibonacci Series In Nature:

Fibonacci Sequence: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, … Let FN represent the Nth term in the Fibonacci sequence. Then… F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 Recursive Rule for Fibonacci: FN = FN-1 + FN-2 Seeds of the Fibonacci sequence: F1 = 1 and F2 = 1 Use the recursive rule of Fibonacci to answer the following problems. Find F11 = 89 ................
................