123k views
1 vote
Let n be the middle number of three consecutive integers. write an expression for the sum of these integers.

User AKornich
by
8.6k points

2 Answers

6 votes
(n-1)+n+(n+1)
With n as the middle of 3 integers, n-1 is the integer just before n and n+1 is the integer just after n.
User Hannah
by
8.5k points
1 vote
The expression for the sum of the three integers is 3n.

If n is the middle number of three consecutive numbers, then the number before n is (n - 1) and the number after n is (n +1). By adding the three terms, we get an expression for its sum:
(n-1) + n + (n + 1). Simplifying the expression yields 3n. I hope this helps.

User Zubair Ahmed
by
8.2k points