document.write( "Question 1191995: a) The first term of an arithmetic progression is 7 and
\n" );
document.write( "the common difference is 2. Find the 15th term and the sum
\n" );
document.write( "of the first 15th term.
\n" );
document.write( "(b) how many terms of the sequence -9,-6,-3 must be taken
\n" );
document.write( "that the sum maybe 66.
\n" );
document.write( "(c) find the sum of the first 25 even integers.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823871 by Edwin McCravy(20054)![]() ![]() You can put this solution on YOUR website! a) The first term of an arithmetic progression is 7 and \n" ); document.write( "the common difference is 2. Find the 15th term... \r\n" ); document.write( "The \"hard\" way is to write them out starting with 7 and \r\n" ); document.write( "adding 2 each time\r\n" ); document.write( "until you have 15 terms:\r\n" ); document.write( "\r\n" ); document.write( "7,9,11,13,15,17,19,21,23,25,27,29,31,33,35.\r\n" ); document.write( "\r\n" ); document.write( "The \"easy\" way is to substitute in the formula...and the sum of the first 15th term. \r\n" ); document.write( "\r\n" ); document.write( "The \"hard\" way is to add them up:\r\n" ); document.write( "\r\n" ); document.write( "7+9+11+13+15+17+19+21+23+25+27+29+31+33+35 - 315.\r\n" ); document.write( "\r\n" ); document.write( "The \"easy\" way is to substitute in the formula \n" ); document.write( "(b) how many terms of the sequence -9,-6,-3 must be taken that \n" ); document.write( "the sum maybe 66. \r\n" ); document.write( "\r\n" ); document.write( "We don't know the last term, so we use the second formula, with\r\n" ); document.write( "a1=-9 and common difference = \r\n" ); document.write( "(2nd term) - (1st term) = (-6) - (-9) = -6+9 = 3\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |