document.write( "Question 1010974: Find both an explicit formula and recursive formula for the nth term for arithmetic sequence 76,70,63 \n" ); document.write( "
Algebra.Com's Answer #626494 by mathmate(429)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Question: \n" ); document.write( "Find both an explicit formula and recursive formula for the nth term for arithmetic sequence 76,70,63 \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "The given sequence is NOT an arithmetic since the difference increases from 6 to seven. \n" ); document.write( "Assuming the sequence is a quadratic function.\r \n" ); document.write( "\n" ); document.write( "A. Recursive formula \n" ); document.write( "Recall that the difference increases by one for successive terms, the recursive formula is of the form: \n" ); document.write( "T(n)=T(n-1)-(n+k), \n" ); document.write( "Since T(1)=76, T(2)=T(1)-(n+k)=> 70=76-(2+k) => k=4 \n" ); document.write( "therefore \n" ); document.write( "T(n)=T(n-1)-(n+4), with T(1)=76 \n" ); document.write( " \n" ); document.write( "Check: T(2)=76-(2+4)=70; T(3)=70-(3+4)=63, ok. \n" ); document.write( " \n" ); document.write( "B. Explicit formula: \n" ); document.write( "We have only three known terms, and knowing that the sequence is not arithmetic, we will assume the sequence is quadratic, of the form: \n" ); document.write( " \n" ); document.write( "from which we can substitute for n=1, 2 and 3 to get \n" ); document.write( "76=a+b+c \n" ); document.write( "70=4a+2b+c \n" ); document.write( "63=9a+3b+c \n" ); document.write( "from which we can readily solve (by elimination) to get \n" ); document.write( " \n" ); document.write( "Hence the explicit formula for T(n) is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Check: \n" ); document.write( "T(1)=-0.5-4.5+81=76 \n" ); document.write( "T(2)=-2-9+81=70 \n" ); document.write( "T(3)=-4.5-13.5+81=63 \n" ); document.write( "All satisfied. \n" ); document.write( " |