document.write( "Question 326766: There is a very famous sequence of numbers called Fibonacci Numbers. Here are the first eight: 1 1 2 3 5 8 13 21. What is the tenth Fibonacci number?\r
\n" );
document.write( "\n" );
document.write( "A.55
\n" );
document.write( "B.89
\n" );
document.write( "C.123
\n" );
document.write( "D.113
\n" );
document.write( "E.144\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #233978 by mananth(16946)![]() ![]() You can put this solution on YOUR website! it is a sequence where the previous two numbers add up to the number \n" ); document.write( "13+21=34 \n" ); document.write( "34+21=55 \n" ); document.write( "55+34=89 \n" ); document.write( "you know what is the number starting from 1 \n" ); document.write( "cheers \n" ); document.write( " |