Question 657667: Find three consecutive integers such that the sum of the first two integers is equal to three times the highest integer.
Answer by kevwill(135) (Show Source):
You can put this solution on YOUR website! Let the three consecutive integers be x, x+1, and x+2. Then
x + (x+1) = 3*(x+2)
2x + 1 = 3x + 6
-x = 5
x = -5
The three consecutive integers are -5, -4, and -3.
|
|
|