document.write( "Question 694821: find the sum of the first 16 terms of the arithmetic progression, if the first term is -5 and the common difference is -6\r
\n" );
document.write( "\n" );
document.write( "find the first term and common difference for the sequence with the given nth term.
\n" );
document.write( "an=7.4+0.6n\r
\n" );
document.write( "\n" );
document.write( "find the sum: 12+15+18+ . . . +111
\n" );
document.write( "a)1887 b)4182 c)369 d)2091
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #428220 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the sum of the first 16 terms of the arithmetic progression, if the first term is -5 and the common difference is -6 \n" ); document.write( "------- \n" ); document.write( "a(16) -5 +(15)(-6) = -95 \n" ); document.write( "----- \n" ); document.write( "S(n) = (n/2)(a(1)+a(16)) \n" ); document.write( "S(16) = 8(-5-95) = 8(-100) = -800 \n" ); document.write( "==================================== \n" ); document.write( " \n" ); document.write( "find the first term and common difference for the sequence with the given nth term. \n" ); document.write( "an=7.4+0.6n \n" ); document.write( "a(1) = 7.4+0.6 = 8 \n" ); document.write( "a(2) = 7.4+0.6*2 = 7.4 = 1.2 = 8.6 \n" ); document.write( "---- \n" ); document.write( "Common difference = 0.6 \n" ); document.write( "-------------------------------- \n" ); document.write( "find the sum: 12+15+18+ . . . +111 \n" ); document.write( "a(1) = 12 ; d = 3 \n" ); document.write( "Find \"n\" using 111 = 12 + (n-1)3 \n" ); document.write( "99 = (n-1)3 \n" ); document.write( "n-1 = 33 \n" ); document.write( "n = 34 \n" ); document.write( "------- \n" ); document.write( "Sum = (34/2)(12+111) = 17*123 = 2091 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( "a)1887 b)4182 c)369 d)2091 \n" ); document.write( " \n" ); document.write( " |