document.write( "Question 575139: which is the next number in this logical sequence .. \r
\n" );
document.write( "\n" );
document.write( "1,1,2,3,5,8,13, ... \n" );
document.write( "
Algebra.Com's Answer #369392 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! This is the Fibonacci sequence. The first two terms in the sequence are, by definition, 0 and 1. After that, each added term is the sum of the two terms that immediately precede it. An extension of this sequence is: \n" ); document.write( ". \n" ); document.write( "0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, ... \n" ); document.write( ". \n" ); document.write( "So the answer to this problem is 21 because it is the sum of the 8 and the 13 that are the two terms that come immediately before it. \n" ); document.write( ". \n" ); document.write( "For an explanation of this sequence, you can go to http://en.wikipedia.org/wiki/Fibonacci_number. \n" ); document.write( ". \n" ); document.write( "Hopefully this helps you to understand the Fibonacci number pattern and how we determined the answer to this problem. \n" ); document.write( ". \n" ); document.write( " |