document.write( "Question 568361: find the sum of the integers 1to50 inclusive \n" ); document.write( "
Algebra.Com's Answer #366928 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! find the sum of the integers 1to50 inclusive \n" ); document.write( "===================================== \n" ); document.write( "This is an arithmetic series with a_1 = 1, a_50 = 50 \n" ); document.write( "The sum of an arithmetic series is \n" ); document.write( "S_n = (n/2)*(a_1 + a_n) \n" ); document.write( "Substituting the values, we get \n" ); document.write( "S_50 = (50/2)*(1+50) = 1275 \n" ); document.write( " |