The sum of three integers is 189. The first integer is 28 less than the second. The second integer is 21 less than the sum of the first and third integers. Find the three integers.

x = 2nd integer

y = 3rd integer
x-28 + x + y = 189
x = x-28 + y - 21
so the three integers are
56, 84, 49