If the sum of the first n terms of an Arithmetic Progression is equal to $n^2 + 3n$

334 Views Asked by At

If the sum of the first n terms of an Arithmetic Progression is equal to $n^2 + 3n$ then the first term of the Arithmetic Progression isenter image description here I tried to solve this question by putting sum of of $n^th$ term of an Arithmetic Progression that is $(n÷2)(2a+(n-1)d)$= $n^2+3n$ but won't end up with an answer.please help me.

2

There are 2 best solutions below

0
On BEST ANSWER

Taking $n=1$ we see that $S_1=a_1=4$.

4
On

From your formula we get $$\frac{n(2a_1+(n-1)d)}{2}=n^2+3n$$ for $$n\neq 0$$ we get $$2a_1=2n+6-(n-1)d$$ so...?