.
If the second of three consecutive integers is subtracted from 147 the result is the of the first and the third.
What are the integers ?
~~~~~~~~~~~~~~~~~~
Notice how I edited your post in order for it makes sense.
Let n be the middle of the three consecutive integers.
The the three integers are (n-1), n and (n+1).
The sum of the first and the third integers is (n-1) + (n+1) = 2n.
The condition says
147 - n = 2n.
It is easy to solve:
147 = 3n ====> n = = 49.
Answer. The integers are 48, 49 and 50.
Solved.