document.write( "Question 980702: Find the 100th term of this arithmetic sequence. 5,8,11,14,17
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #601790 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " 5,8,11,14,17\r\n" ); document.write( "\r\n" ); document.write( "Start with 5\r\n" ); document.write( "Add 3 1 time to 5 to get the 2nd term, 5+3*1 = 5+3 = 8\r\n" ); document.write( "Add 3 2 times to 5 to get the 3rd term, 5+3*2 = 5+6 = 11\r\n" ); document.write( "Add 3 3 times to 5 to get the 4th term, 5+3*3 = 5+9 = 14\r\n" ); document.write( "Add 3 4 times to 5 to get the 5th term, 5+3*4 = 5+12 = 17\r\n" ); document.write( "...\r\n" ); document.write( "... so,\r\n" ); document.write( "Add 3 99 times to 5 to get the 100th term, 5+3*99 = 5+297 = 300\r\n" ); document.write( "\r\n" ); document.write( "Or use formula which is the same idea:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |