SOLUTION: (a) Compute the sum:101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2. (b) Compute the sum (a +(2n+1)d)^2- (a + (2n)d)^2 +(a + (2n-1)d)^2 - (a+(2n-2)d)^2 + ... + (a+d)^2 - a^2. Can y

Algebra.Com
Question 1168361: (a) Compute the sum:101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2.
(b)
Compute the sum (a +(2n+1)d)^2- (a + (2n)d)^2 +(a + (2n-1)d)^2 - (a+(2n-2)d)^2 + ... + (a+d)^2 - a^2.
Can you please explain in detail?

Answer by ikleyn(52794)   (Show Source): You can put this solution on YOUR website!
.
Compute the sum: 101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2.
~~~~~~~~~~~~~~~~~


SUM = 101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2 = group the term in pairs =

    101^2 - 97^2 +

  +  93^2 - 89^2 + 

  +  85^2 - 81^2 +

  . . . . . . . . . . .

  +   5^2 - 1^2.


To each pair (= to each short line) apply the identity  a^2 - b^2 = (a+b)*(a-b).

Notice that the second factor in the right side of this identity is always equal to 4.

Therefore, you get


SUM = 4*((101+97) + (93+89) + (85+81) + . . . + (5+1)) = 

    = 4*( 101+97  +  93+89  +  85+81  + . . . +  5+1 )


The sum in parentheses is the sum of the arithmetic progression with the first term of 1, the common difference of 4
and the last term of 101.


The number of terms in this progression is   = 26.

Therefore the sum in parentheses is   = 1326.


Hence, the original sum is  SUM = 4*1326 = 5304.


ANSWER.  The requested sum is  5304.

Solved.

----------------

Regarding the other problem, I think that the same idea works there, too.



RELATED QUESTIONS

Compute the sum (a +(2n+1)d)^2- (a + (2n)d)^2 +(a + (2n-1)d)^2 - (a+(2n-2)d)^2 + ... +... (answered by ikleyn)
What is the nth term of the arithmetic sequence? 7, 5, 3, 1, … A. –2n B. 7 – 2n... (answered by richwmiller)
Find the first five terms in sequences with the following nth terms a.2n^2+2 b. 6n+2 (answered by KMST)
What is the closed linear form for this sequence given a1 = 14 and an + 1 = an - 2? A)... (answered by MathLover1)
How to compute the sum of this series?... (answered by greenestamps)
(2n+2)(2n-2) (answered by pradhyumna.kumar@gmail.com)
Which expression represents the sum of the following? (3n / n^2 - 2n + 1) + (5 / n... (answered by checkley77)
Let a*b=(-1)^ab Let c#d=(c)^d^2 Compute... (answered by Alan3354)
if n is an odd integer, which expression always represents an odd integer? (A) (2n - (answered by Alan3354)