document.write( "Question 841929: Determine the sum of the first 40 terms of the following series:
\n" );
document.write( "2+2+5+4+8+8+11+16+...\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #507523 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " 2+2+5+4+8+8+11+16+...\r\n" ); document.write( "\r\n" ); document.write( "The odd-numbered terms are 2 + 5 + 8 + 11 + ... \r\n" ); document.write( "The even-numbered terms are 2 + 4 + 8 + 16 +...\r\n" ); document.write( "\r\n" ); document.write( "The first 40 terms are 20 terms of each of those sequences\r\n" ); document.write( "\r\n" ); document.write( "---------------------------------------------\r\n" ); document.write( "\r\n" ); document.write( "The first sequence is:\r\n" ); document.write( "\r\n" ); document.write( "2 + 5 + 8 + 11 + ... \r\n" ); document.write( "\r\n" ); document.write( "which is an arithmetic sequence with a1=2, d=3, n=20\r\n" ); document.write( "\r\n" ); document.write( "so we use this sum formula \r\n" ); document.write( "\r\n" ); document.write( "Sn =\n" ); document.write( " |