document.write( "Question 302042: What is the equation of the problem when the number sequence is: 1, 3, 6, 10? \n" ); document.write( "
Algebra.Com's Answer #216649 by scott8148(6628) You can put this solution on YOUR website! the 2nd level differences are constant (differences of differences), so this is a second order (squared) relation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a = xn^2 + yn + z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "A) substituting for n=1 ___ 1 = x + y + z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "B) substituting for n=2 ___ 3 = 4x + 2y + z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "C) substituting for n=3 ___ 6 = 9x + 3y + z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting A) from B) ___ 2 = 3x + y ___ 2 - 3x = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtracting A) from C) ___ 5 = 8x + 2y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 5 = 8x + 2(2 - 3x) ___ 5 = 8x + 4 - 6x ___ 1 = 2x ___ 1/2 = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 2 - 3(1/2) = y ___ 1/2 = y\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "substituting ___ 1 = (1/2) + (1/2) + z ___ 0 = z\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation is ___ a = (1/2)(n^2 + n) \n" ); document.write( " |