document.write( "Question 445309: In the Fibonnaci sequence, what number follows 89? \n" ); document.write( "
Algebra.Com's Answer #306817 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! : In the Fibonacci sequence, what number follows 89? \n" ); document.write( "the next number is the sum of the previous two numbers in the Fibonacci sequence \n" ); document.write( "For a low number like 89, the easiest way is just to write the sequence starting with 0 \n" ); document.write( ": \n" ); document.write( "0 1 1 2 3 5 8 13 21 34 55 89 144, so 144 is the next number \n" ); document.write( " |