document.write( "Question 434356: The Fibonacci sequence follows the pattern 1,1,2,3,5,8,13,21,34,55,....which of the following numbers is part of the fibonacci sequence?\r
\n" );
document.write( "\n" );
document.write( "F.233
\n" );
document.write( "G 378
\n" );
document.write( "H 612
\n" );
document.write( "J 988
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300936 by robertb(5830)![]() ![]() You can put this solution on YOUR website! F. 233\r \n" ); document.write( "\n" ); document.write( "The term after 55 is 55+34 = 89, the next is \n" ); document.write( "55 + 89 = 144, the next is \n" ); document.write( "89 + 144 = 233, next is \n" ); document.write( "144 + 233 = 377, next is \n" ); document.write( "233 + 377 = 610, next is \n" ); document.write( "377 + 610 = 987. \n" ); document.write( " |