document.write( "Question 286007: Find the 15th term and the sum of the first 15 terms for the following sequences.
\n" );
document.write( "a) 12, 17, 22, ….
\n" );
document.write( "b) 4, 10, 16, …. \n" );
document.write( "
Algebra.Com's Answer #207410 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Find the 15th term and the sum of the first 15 terms for the following sequences. \n" ); document.write( "a) 12, 17, 22, …. \n" ); document.write( "b) 4, 10, 16, …. \n" ); document.write( ". \n" ); document.write( "The formula is: \n" ); document.write( "nth term = a + [(n - 1) * d] \n" ); document.write( "where \n" ); document.write( "a is the first term \n" ); document.write( "n is the nth term \n" ); document.write( "d is the distance \n" ); document.write( ". \n" ); document.write( "a) 12, 17, 22, …. \n" ); document.write( "d is 5 \n" ); document.write( "n is 15 \n" ); document.write( "15th term = 15+[(15-1)*5] = 15+[14*5] = 15+[70] = 85 \n" ); document.write( "b) 4, 10, 16, …. \n" ); document.write( "d is 6 \n" ); document.write( "n is 15 \n" ); document.write( "15th term = 4+[(15-1)*6] = 4+[14*6] = 4+[84] = 88 \n" ); document.write( " \n" ); document.write( " |