Question 1096400: find three consecutive integers. such that 4 times of first integer is 18 more than the sum of the second and third integer Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! find three consecutive integers. such that 4 times of first integer is 18 more than the sum of the second and third integer
---------------
4n = (n+1) + (n+2) + 18
4n = 2n + 21
2n = 21
No such integers.