document.write( "Question 701144: What is the difference between the sum of all postive odd integers less than 102 and the sum of all positive even integers less than 102 ? \n" ); document.write( "
Algebra.Com's Answer #432255 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
What is the difference between the sum of all postive odd integers less than 102 and the sum of all positive even integers less than 102 ?
\n" ); document.write( "==========
\n" ); document.write( "--> 1 to 101
\n" ); document.write( "-------------
\n" ); document.write( "The sum of 51 odd numbers = 51^2 = 2601
\n" ); document.write( "-------
\n" ); document.write( "The sum of all numbers from 1 to 101 = 5151
\n" ); document.write( "--------
\n" ); document.write( "Evens = 5151 - 2601 = 2550
\n" ); document.write( "
\n" ); document.write( "
\n" );