document.write( "Question 1177107: consider the sequence of numbers: 2;5;2;9;2;13;2;17\r
\n" );
document.write( "\n" );
document.write( "calculate the sum of the first 100 terms of the sequence \n" );
document.write( "
Algebra.Com's Answer #805340 by mccravyedwin(407)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "2,5,2,9,2,13,2,17,...\r\n" ); document.write( "\r\n" ); document.write( "The sum of the 50 odd numbered terms \r\n" ); document.write( "\r\n" ); document.write( "2,_,2,_,2,_,2,_,...2\r\n" ); document.write( "\r\n" ); document.write( "is 50*2 = 100 <--sum of odd numbered terms (all 2's)\r\n" ); document.write( "\r\n" ); document.write( "-------------------------\r\n" ); document.write( "\r\n" ); document.write( "The sum of the 50 even-numbered terms:\r\n" ); document.write( "\r\n" ); document.write( "5,__,9,__,13,__,17,__,...\r\n" ); document.write( "\r\n" ); document.write( "That's 50 terms of an arithmetic sequence with common difference 4:\r\n" ); document.write( "\r\n" ); document.write( "\n" ); document.write( " |