I am trying to prove by direct proof that
$$3+5+7+\ldots+(2n+1)=n(n+2)$$
for all natural numbers $n$. I figured out how to do it by induction, but I know it can be done directly and I can't figure out.
Thanks in advance!
I am trying to prove by direct proof that
$$3+5+7+\ldots+(2n+1)=n(n+2)$$
for all natural numbers $n$. I figured out how to do it by induction, but I know it can be done directly and I can't figure out.
Thanks in advance!
Do what Gauss did, reverse the sequence and add it with the original. Now each term is 2n + 4, and there are n such terms. The sum is n(2n+4). Since this results from two sequences, divide by 2 and you get the answer.