document.write( "Question 506016: Suppose the first term of an arithmetic sequence is 3 and the one hundredth term is 795. What is the common difference? \n" ); document.write( "
Algebra.Com's Answer #340074 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The formula for the nth term of an arithmetic sequence is \n" ); document.write( "a_n = a_1 + (n-1)d where a_1 is the 1st term, d is the common difference \n" ); document.write( "Given: a_1 = 3, a_100 = 795 \n" ); document.write( "a_100 = 795 = 3 + (100-1)d \n" ); document.write( "792 = 99d \n" ); document.write( "d = 8 \n" ); document.write( "So the common difference is 8. \n" ); document.write( " |