When Mr. Smith cashed a check for x dollars and y cents, he received instead y dollars and x cents and found that he had two cents more than twice the proper amount. For how much was the check written?.
Approach
so he received $100y+x$ cents and found out that is $2(100x+y)+2$,so
$$100y+x=2(100x+y)+2$$ $$-199x+98y=2$$
I tried to solve that and it doesn't give the solution I expected so it looks like it's wrong.