document.write( "Question 14034: What is the sum of all consecutive odd integers between 1 and 5000? \n" ); document.write( "
Algebra.Com's Answer #7084 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! You can use the formula for the partial sum:\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " Where: n = the number of terms = 2500 (because there are 2500 odd integers between 1 and 5000) \n" ); document.write( "a1 = the first term (That's 1) \n" ); document.write( "an = the last (odd) term (That's 4999)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |