I am thinking of a two digit number. If the digits of my number are reversed, the new number is 36 greater than my original number. If the tens digit of my original number is doubled and the units digit is halved, the new number is 17 greater than my original number. What is my original number?
What I'm thinking of doing:
Let x = $tens$ Let y = $ones$ (two digit number, so two places)
And go on from there, but I can't see how to apply "digits of a number" being "reversed" to algebra. The only thing I could think of is raising to to a negative 1 power, but that's not so much reversing the digits. They mean 123 = 321, etc.
Could anyone help me with this? Would be really good. This one is particularly tricky.
Thanks
You are on the right track by setting the x and y to digits.
A hint to get you started: the value of the number "xy" is $10x + y$, while the value of the number "yx" is $10y + x$