Question 18669: find three consecutive integers if the sum is 114
Answer by Alwayscheerful(414) (Show Source):
You can put this solution on YOUR website! Well, you might think that you need 3 variables, but you actually don't!
You only need 1 variable.
N, N+1, N+2
If you don't believe me, try any number.
Let's say 5
We know that the next two numbers will be 6 and 7
5, 5+1, 5+2
5, 6, 7
Now that we got that taken care of, you need to make it a mathematical equation.




That means the three numbers are 37, 38, 39.
Hope this helps!
|
|
|