Prove by induction that $(n+1) + (n + 2) +\dots + (2n - 1 ) + (2n) = \dfrac{n(3n + 1)}{2}$ for $n \geq 1$.
I tried to add $(2(k+1)-1) + (2(k+1))$ to both sides and got stuck.
Any other ideas?
Prove by induction that $(n+1) + (n + 2) +\dots + (2n - 1 ) + (2n) = \dfrac{n(3n + 1)}{2}$ for $n \geq 1$.
I tried to add $(2(k+1)-1) + (2(k+1))$ to both sides and got stuck.
Any other ideas?
Yes, in the inductive step we start from $$(n+1) + (n + 2) +\dots+ (2n – 1 ) + (2n) = n(3n + 1)/2.$$ We add $ (2(n+1)-1) + (2(n+1))$ to both sides AND we subtract $n+1$ from both sides. Then we verify that the right hand side is equal to $$ (n+1)(3(n+1) + 1)/2.$$ Can you take it form here?