document.write( "Question 901707: Find the next 3 terms and explain the process. 3,1,4,5,9,14,23,37, __, __, __ \n" ); document.write( "
Algebra.Com's Answer #546863 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 3,1,4,5,9,14,23,37, __, __, __ \n" ); document.write( "This is a Fibonacci sequence where \n" ); document.write( "Xn = Xn-1 + Xn-2 \n" ); document.write( "Therefore, the next three terms are \n" ); document.write( "60, 97, 157\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |