28.5k views
0 votes
The sum of two consecutive if the first one is n

User Gal Morad
by
4.3k points

1 Answer

3 votes

Explanation:

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

User Trojek
by
3.6k points