The digits of a two digit number sum to 10. If the digits swap places the number is 36 more
than the original number. What is the original number? Can you show an algebraic solution?
t = the tens digit
u = the units (or ones) digit
10t+u = the original number
10u+t = the number with digits t and u swapped
The digits of a two digit number sum to 10.
t + u = 10
If the digits swap places the number is 36 more than the original number.
(10u+t) = (10t+u) + 36
So solve the system of two equations and two unknowns:
Get t = 3 and u = 7, So the original number is 37.
Edwin