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

asked
User Mrjandro
by
8.7k 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

answered
User Kiran Shinde
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.