document.write( "Question 923651: What is the sum of all consecutive even integers between 1 and 100 inclusive? \n" ); document.write( "
Algebra.Com's Answer #560213 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! {2,4,6...100}}} \n" ); document.write( "Arithmetic d = 2 \n" ); document.write( "s[n] = 2 + (n-1)2 = 100 \n" ); document.write( "n = 50 \n" ); document.write( " \n" ); document.write( "S = 25(2 + 100) = 2550 \n" ); document.write( " |