The sum of the first 80 positive odd integers subtracted from the sum of the first 80 positive even integers is:
Solution
Here's a nice method:
E=2+4+…+160
O=1+3+…+159
We want:
E−O=(2−1)+(4−3)+…+(160−159)=1+1+…+1=80
Here's another method:
The sum of an arithmetic series is 2n⋅(f−l) where there are n terms, f is the first, and l is the last.
So E=280⋅(2+160)=6480, and O=280⋅(1+159)=6400.
Again, the difference is 80. So the answer is (e).