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 #227880 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Since the ith term of the Fibonacci sequence is , we can think of 'x' as and 'y' as . So the next term is simply \"x%2By\" \n" ); document.write( "
\n" );