Sign In
Call the first integer n. What expressions represent the next three consecutive integers?
14,15,16
Consider a list of consecutive integers.
1, 2, 3, 4, 5, 6
No matter which integer we choose, the next integer is 1 greater than the one we chose. For this exercise, we want to find 3 consecutive integers whose sum is 45.
Remove parentheses
Add terms
LHS-3=RHS-3
Subtract terms
.LHS /3.=.RHS /3.
Calculate quotient
The first integer is 14. Now we can find what 3 consecutive integers add up to be 45.
| # | Integer | n=12 | Integer Value |
|---|---|---|---|
| First | n | ( 14) | 14 |
| Second | n+1 | ( 14 )+1 | 15 |
| Third | n+2 | ( 14 )+2 | 16 |