document.write( "Question 321778: What is the 100th term of the arithmetic sequence
\n" );
document.write( "-3,-7,-11,-15 \n" );
document.write( "
Algebra.Com's Answer #230381 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What is the 100th term of the arithmetic sequence \n" ); document.write( "-3,-7,-11,-15 \n" ); document.write( "--- \n" ); document.write( "a(1) = -3 \n" ); document.write( "d = -7-(-3) = -4 \n" ); document.write( "---------------------- \n" ); document.write( "a(100) = a(1) + (100-1)(-4) \n" ); document.write( "a(100) = -3 + 99(-4) \n" ); document.write( "a(100) = -399 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |