SOLUTION: The sum of the digits in a two-digit number is 8. When the digits are reversed, the new number is 18 less than the original number. Set up the equations you would need to solve thi

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: The sum of the digits in a two-digit number is 8. When the digits are reversed, the new number is 18 less than the original number. Set up the equations you would need to solve thi      Log On


   



Question 349945: The sum of the digits in a two-digit number is 8. When the digits are reversed, the new number is 18 less than the original number. Set up the equations you would need to solve this problem – do not solve it please.
Answer by ankor@dixie-net.com(22740) About Me  (Show Source):
You can put this solution on YOUR website!
Let x = the 10s digit, Let y = the units
then
10x + y = "the original number"
10y + x = the "new number"
:
Just write an equation for what it says:
:
The sum of the digits in a two-digit number is 8.
x + y = 8
:
When the digits are reversed, the new number is 18 less than the original number.
10y + x = 10x + y - 18
you can simplify, combine like terms
10y - y = 10x - x - 18
9y = 9x - 18
Divide by 9
y = x - 2