document.write( "Question 318351: If x and y are two consecutive terms in the Fibonacci sequence, how would I write an expression for the next term? \n" ); document.write( "
Algebra.Com's Answer #227884 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! If x and y are two consecutive terms in the Fibonacci sequence, \n" ); document.write( " how would I write an expression for the next term? \n" ); document.write( ": \n" ); document.write( "f = x+y \n" ); document.write( " |