The sum of two consecutive integers if n is the first integer.
consecutive means immediately after, so we have:
n
n + 1
The sum is written as:
n + n + 1
Grouping like terms, we have:
(n + n) + 1
2n + 1
consecutive means immediately after, so we have:
n
n + 1
The sum is written as:
n + n + 1
Grouping like terms, we have:
(n + n) + 1
2n + 1