document.write( "Question 1069078: the 5th term of an arithmetic sequence is 0 and the 13th term is equal to 12. Using suitable formulae determine the common difference,the first term,and the sum of the first 21 terms \n" ); document.write( "
Algebra.Com's Answer #684304 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The general form for the nth term of an arithmetic sequence is \n" ); document.write( ": \n" ); document.write( "a(n) = a(1) + d(n-1), where d is the common difference \n" ); document.write( ": \n" ); document.write( "we have two equations in two unknowns \n" ); document.write( ": \n" ); document.write( "1) a(5) = a(1) + d(5-1) = a(1) + 4d = 0 \n" ); document.write( "2) a(13) = a(1) + d(13-1) = a(1) + 12d = 12 \n" ); document.write( ": \n" ); document.write( "solve equation 1) for a(1) and substitute for a(1) in equation 2 \n" ); document.write( ": \n" ); document.write( "-4d + 12d = 12 \n" ); document.write( ": \n" ); document.write( "***************************************************************** \n" ); document.write( "d = 12/8 = 3/2 \n" ); document.write( ": \n" ); document.write( "substitute for d in equation 1 \n" ); document.write( ": \n" ); document.write( "a(1) + 4(3/2) = 0 \n" ); document.write( "a(1) = -6 \n" ); document.write( ": \n" ); document.write( "check our answers, that is, d = 3/2 and a(1) = -6 \n" ); document.write( ": \n" ); document.write( "equation 1 \n" ); document.write( "-6 + 4(3/2) = 0 \n" ); document.write( "0 = 0 \n" ); document.write( ": \n" ); document.write( "equation 2 \n" ); document.write( "-6 +12(3/2) = 12 \n" ); document.write( "12 = 12 \n" ); document.write( ": \n" ); document.write( "our answers for d and a(1) check \n" ); document.write( ": \n" ); document.write( "the sum of the first n terms of an arithmetic sequence is \n" ); document.write( ": \n" ); document.write( "S(n) = (1/2) * n * ( a(1) + a(n) ) \n" ); document.write( ": \n" ); document.write( "we are asked for s(21) \n" ); document.write( ": \n" ); document.write( "note that a(21) = -6 + (3/2) * (21 - 1) = 24 \n" ); document.write( ": \n" ); document.write( "S(21) = (1/2) * 21 * (-6 + 24) = 189 \n" ); document.write( "************************************************************* \n" ); document.write( " |