document.write( "Question 1081594: Write a recursive formula for the squence 8, 10, 12, 14, 16 then find the next term \n" ); document.write( "
Algebra.Com's Answer #695640 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "x[n+1] = x[n] + 2, n=0,1,2,… ; x[0] = 8\r\n" ); document.write( "\r\n" ); document.write( "x[4] = 16\r\n" ); document.write( "x[5] = x[4] + 2 = 16 + 2 = 18\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |