Question 1096127: Twice the second consecutive integer is 2 less than the sum of the first and third integers. Find the integers Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Twice the second consecutive integer is 2 less than the sum of the first and third integers. Find the integers
------
2*n = (n-1) + (n+1) - 2
2n = 2n - 2
No such integers.