Find a formula in $n, a, m, d$ for the sum: $(a+md)+(a+(m+1)d+(a+(m+2)d)+ ...+ (a+(m+n)d$

164 Views Asked by At

where m and n are integers, $n$ greater than or equal to $0$ and $a$ and $d$ are real numbers. Justify your result.

By distributing and factoring, I have gotten up to $(a+md)n+d(1+...+n)$ but I am stuck on what to do next.

1

There are 1 best solutions below

2
On

Hint:

Change your variables!

Set $A:= a+md$ , $D:=d$ and $N:=n$. Your sequence turns out to be

$A,A+D,A+2D,...,A+ND$.

Now what is the sum of an arithmetic progression?