SOLUTION: The sum of the digits of a two- digit number is 14. When the digits are reversed, the new number is 36 more than the original number. What is the original number?

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: The sum of the digits of a two- digit number is 14. When the digits are reversed, the new number is 36 more than the original number. What is the original number?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 277285: The sum of the digits of a two- digit number is 14. When the digits are reversed, the new number is 36 more than the original number. What is the original number?
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
When solving number problems like these, we have to keep in mind the place values.
For example, the number 23 actually means 2*10 + 3*1.
Since the numbers are unknown in this word problem, we can call them 'xy'.
BUT keep in mind that they are just standing next to each other, they're not being multiplied.
The value would be 10x + y.
.
We are told some characteristics of the number 'xy'...
x + y = 14
.
That's easy, but the second statement is harder to set up.
.
Remember, the VALUE of 'xy' is 10x + y.
So, reversing the digits to be 'yx' would change the VALUE to 10y + x.
.
We're told
10y + x is 36 more than 10x + y, which algebraically is
10y+x = 10x+y+36
.
Rearranging this equation we have:
x + 10y = 10x + y + 36
x -10x + 10y - y = 36
-9x + 9y = 36
dividing by 9
-x + y = 4
.
Now we have to the two equations
x + y = 14
-x + y = 4
.
Adding we obtain
2y = 18
y = 9
.
Since x+y = 14, then x = 14-9 = 5
.
Checking...
xy = 59
.
yx = 95
.
Is 95 = 59 + 36??
Yes.
.
Answer:
The original number was 59.
.
Done