Question 344820
what two numbers have the same two digits, but the order of the digits is different.
 The sum of the digits is 8. The difference of the two numbers is 18. What are the two numbers?
:
Let x = original 10's digit
Let y = original units
then
10x + y = original two digit number
and
10y + x = the other number with the same digits
:
"The sum of the digits is 8."
x + y = 8
:
"The difference of the two numbers is 18."
(10x + y) - (10y + x) = 18
combine like terms
10x - x - 10y + y = 18
9x - 9y = 18
simplify, divide by 9
x - y = 2
x = (y + 2)
replace x in the 1st equation with (y+2)
(y+2) + y = 8
2y = 8 - 2
y = {{{6/2}}}
y = 3
and
x = 3 + 2
x = 5
:
 What are the two numbers? 53, 35