document.write( "Question 981911: What is the next term in the Fibonacci sequence 1, 1, 2, 3, 5, 8, ...? \n" ); document.write( "
Algebra.Com's Answer #602815 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "The Fibonacci Sequence is the series of numbers:\r
\n" ); document.write( "\n" ); document.write( "the next number is found by adding up the two numbers before it; so,\r
\n" ); document.write( "\n" ); document.write( "the next number is \"++5%2B+8=13\", then \"8%2B13=21\",\"13%2B21=34\", and so on\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"0\", \"1\", \"1\",\"+2\", \"3\", \"5\",\"+8\", \"13\",\"+21\", \"34\", ...
\n" ); document.write( "
\n" );