document.write( "Question 271050: 1,1,2,3,5,8,... find the next five terms of the Fibonacci sequence \n" ); document.write( "
Algebra.Com's Answer #354101 by octogirl(7)\"\" \"About 
You can put this solution on YOUR website!
this is very simple you just add the last two numbers
\n" ); document.write( "5+8=13
\n" ); document.write( "8+13=21
\n" ); document.write( "13+21=34
\n" ); document.write( "21+34=55
\n" ); document.write( "34+55=89
\n" ); document.write( "
\n" );