Given $\left\{a_n\right\}$ arithmetic progression, $a_1=2$, $a_{n+1}=a_n+2n$ $\left(n\:\ge \:1\right)$. $a_{50}=?$
What i did: $$a_n+d=a_n+2n$$ $$d=2n$$ $$a_{50}=2+d\left(n-1\right)$$ $$a_{50}=2+2\left(n^2-n\right)$$ $$a_{50}=2+2\cdot 2450$$ $$a_{50}=4902$$
But this is wrong. Answers:
$$A=2452,\:B=2450,\:C=2552,\:D=2500$$
Summing up the expressions $a_{n+1} = a_n + 2n$ for $n = 1, \dots, k$ one easily gets that $$ a_{k+1} = a_1 + \sum_{i=1}^k 2i = 2 + k(k+1) $$
Hence, $a_{50} = 2 + 2450 = 2452$ and the correct answer is A.