I am doing some questions on:
Obtaining the formula for the sum of the first $n$ odd natural numbers which I have got as $n^2$
Obtaining the formula for the sum of the first $n$ even natural numbers which I have got as $n(n+1)$
I am now supposed to use my answers to complete the third question, with which I am struggling:
- What is the sum of the first $m$ natural numbers, both even and odd?
Any advice on how to go about this question?