SOLUTION: the sum of the digits oa a two-digits number is 11. if the digits are reversed, the value of the new number is nine more than the value of the orginial number. what is the orginial

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: the sum of the digits oa a two-digits number is 11. if the digits are reversed, the value of the new number is nine more than the value of the orginial number. what is the orginial      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 546397: the sum of the digits oa a two-digits number is 11. if the digits are reversed, the value of the new number is nine more than the value of the orginial number. what is the orginial number.
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
If reversing the digits adds 9, which is adding 10 and subtracting 1, it means that the new tens digit is one more than the other and the new ones digit is one less. In other words, in the original number the ones digit was one more that the tens digit. And if they add up to 11, the original number must have been 56, and reversing it gives you 65, which is 9 more.
However, the intention was probably to make you write equations, so here it goes.
Let t be the tens digit in the original number.
Let u be the units (ones) digit in the original number.
They add up to 11, so we write:
t%2Bu=11
The value of the original number is 10t%2Bu.
The value of the number made with the digits reversed is 10u%2Bt
Those two values are related by the equation
10u%2Bt=%2810t%2Bu%29%2B9<-->10u%2Bt=10t%2Bu%2B9
Subtracting 10t and u from both sides we get
9u-9t=9, which dividing both sides by 9 gives us u-t=1
The system of equations:
t%2Bu=11
u-t=1
can be solved whichever way you chose to yield t=5 and u=6.