document.write( "Question 97661: exercise:
\n" );
document.write( "write a formula for the nth term of each arithmetic sequence:
\n" );
document.write( "1. -4,-2,0,2,4,...
\n" );
document.write( "2. 5,1,-3,-7,-11,..
\n" );
document.write( "how can i solve these?
\n" );
document.write( "can you help me?
\n" );
document.write( "and could you please explain it to me how it come so that i can understand it better...
\n" );
document.write( "thank you very much...
\n" );
document.write( "your responce will highly appreciated.. \n" );
document.write( "
Algebra.Com's Answer #71055 by mathslover(157)![]() ![]() You can put this solution on YOUR website! nth term of an arithmetic sequence is give by \n" ); document.write( " t(n) = a + (n-1)d where a is the first team of the sequence and d the common difference\r \n" ); document.write( "\n" ); document.write( "for the first series \n" ); document.write( "a=-4 \n" ); document.write( "d= -2 - (-4) difference between any 2 successive terms \n" ); document.write( " = 2\r \n" ); document.write( "\n" ); document.write( "t(n) = -4 + (n-1)2 \n" ); document.write( " = -4 + 2n -2 \n" ); document.write( " = 2n - 6\r \n" ); document.write( "\n" ); document.write( "for the second series \n" ); document.write( "a=5 \n" ); document.write( "and d = 1-5 = -4\r \n" ); document.write( "\n" ); document.write( "the nth term \n" ); document.write( "t(n) = 5 + (n-1)* -4 \n" ); document.write( " = -4n +9 \n" ); document.write( " |