document.write( "Question 118944: What function best describes the sequence ( 7,-1,-9,-17,...)? I think it is tn= -8n+1 but I'm not sure . Can someone please explain this to me? Thanks. \n" ); document.write( "
Algebra.Com's Answer #87025 by mayank(15)![]() ![]() ![]() You can put this solution on YOUR website! Ans. As the sequence is (7,-1,-9,-17...) the first term clearly is 7.\r \n" ); document.write( "\n" ); document.write( "Let it be t1.thus t1=7 \n" ); document.write( "if we let second term as t2 then t2=-1 and if we let third term as t3 then t3=-9. \n" ); document.write( "Let nth term be tn.\r \n" ); document.write( "\n" ); document.write( "Now considering the sequence as arithmetic sequence, we know that for any arithmetic sequence the nth term is given by tn=t1+(n-1)d, where d is constant difference between consecutive terms.\r \n" ); document.write( "\n" ); document.write( "Thus here tn=7+(n-1)-8[As difference d here is -8,t2-t1=-1-7=-8] \n" ); document.write( "thus tn=7-8(n-1) \n" ); document.write( "thus tn=7-8n+8 \n" ); document.write( "thus tn=15-8n.\r \n" ); document.write( "\n" ); document.write( "Thus ans is tn=15-8n. Thus this function best describes the above sequence.\r \n" ); document.write( "\n" ); document.write( "[Note: here we have considered the sequence to be arithmetic one] \n" ); document.write( " |