228k views
0 votes
Write an expression to represent the sum of there consecutive integers the smallest of which in n

User Mrjandro
by
5.6k points

1 Answer

3 votes

Note that they are consecutive (for example: 3,4,5).

The smallest integer is n

your expression will look like:

n + (n + 1) + (n + 2)

hope this helps

User Kiran Shinde
by
5.6k points