You can put this solution on YOUR website! Find three consecutive even integers such that 50 times the smallest is 88 less than 46 times the largest.
--------
Use n-2, n, and n+2
---
50(n-2) = 46(n+2) ???? 88
It's either -88, or +88
What do you think?