document.write( "Question 349775: The fibonacci numbers are the following: 1,1,2,3,5,8,13 Describe this sequence and continue till you get 15 fibonacci numbers. \n" ); document.write( "
Algebra.Com's Answer #354324 by octogirl(7) You can put this solution on YOUR website! the sequence goes: 1,1,2,3,5,8,13,21,34,55,89,144,233,377,610 until 15 terms have been put on. \n" ); document.write( "the trick is to add the last two numbers together to get the answer. \n" ); document.write( "1+1=2 \n" ); document.write( "1+2=3 \n" ); document.write( "2+3=5 \n" ); document.write( "3+5=8 \n" ); document.write( "5+8=13 \n" ); document.write( "8+13=21 and so on \n" ); document.write( " |