Question 563056
The sum of the digits of a certain two-digit number is 7.  Reversing its digits increases the number by 9.  What is the number?
============================
Let t = the tens digit
Let u = the units digit
Then t + u = 7 -> t = 7 - u
The number, n, can be represented as n = 10t + u = 10(7-u) + u = 70 - 9u
When the digits are reversed we have:
n + 9 = 10u + t = 10u + (7-u) = 9u + 7 -> n = 9u - 2
So we have two equations and two unknowns:
n = 70 - 9u
n = -2 + 9u
Adding the two equations gives
2n = 68
 n = 34
So the number is 34