Evaluate 100^2 - 99^2 + 98^2 - 97^2 + 96^2 - 95^2 + ... + 2^2 - 1^2 =?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Good solution
Log in to reply
Thanks! Don't forget to vote it up!
Did the same and got it right
Gauss is said to have used a similar method to add the first 1 0 0 positive integers as a small child, i.e. find the 1 0 0 triangular number, which is 5 0 5 0 . In fact, as you are about to see, the result in this problem is the same.
S = 1 0 0 2 − 9 9 2 + 9 8 2 − 9 7 2 + . . . + 2 2 − 1 2 = ( 1 0 0 + 9 9 ) ( 1 0 0 − 9 9 ) + ( 9 8 + 9 7 ) ( 9 8 − 9 7 ) + . . . + ( 2 + 1 ) ( 2 − 1 ) = 1 9 9 + 1 9 5 + . . . + 7 + 3 = ( 1 9 9 + 3 ) + ( 1 9 5 + 7 ) + . . . + ( 1 0 3 + 9 9 ) = 2 0 2 × 2 5 = 5 0 5 0
We know a^2-b^2=(a+b)(a-b) Hence, 100^2-99^2=(100+99)(100-99)=100+99
99^2-98^2=(99+98)(99-98)=99+98 ........ ........ 2^2-1^2=(2+1)(2-1)=2+1
To find the sum we just need to evaluate 100+99+98+.....+3+2+1
So the total sum is 100(100+1)/2=50*101=5050
Problem Loading...
Note Loading...
Set Loading...
1 0 0 2 − 9 9 2 + 9 8 2 − 9 7 2 − − − − − − − − − − − − − 3 2 + 2 2 − 1 2
= [ ( 1 0 0 + 9 9 ) ( 1 0 0 − 9 9 ) + ( 9 8 + 9 7 ) ( 9 8 − 9 7 ) + ( 9 6 + 9 5 ) ( 9 6 − 9 5 ) . . . ( 2 + 1 ) ( 2 − 1 ) ]
= [ 1 9 9 + 1 9 5 + 1 9 1 . . . . . . . . 3 )
This arithmetic series with first term, a = 1 9 9 , common difference − 4 and last term L = 3 and number of terms, n = 5 0
sum of 5 0 terms = 5 0 / 2 [ a + L ]
= 2 5 ( 1 9 9 + 3 )
= 2 5 ( 2 0 2 )
= 5 0 5 0