SOLUTION: the units digit of a two digit number is one less than one half the tens digit. the number with the digits interchanged is 5 more than thrice the sum of the digits. find the origin

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: the units digit of a two digit number is one less than one half the tens digit. the number with the digits interchanged is 5 more than thrice the sum of the digits. find the origin      Log On


   



Question 1132113: the units digit of a two digit number is one less than one half the tens digit. the number with the digits interchanged is 5 more than thrice the sum of the digits. find the original number. (use only one variable) (thanks in advance)
Found 2 solutions by Theo, josgarithmetic:
Answer by Theo(13342) About Me  (Show Source):
You can put this solution on YOUR website!
let x = the tens digit.
then x/2 - 1 = the units digit.
the number would be 10 * x + (x/2 - 1) originally.
with the digits inter-changed, the number becomes 10 * (x/2 - 1) + x.
simplify this to get 5*x - 10 + x.
combine like terms to get the number with the digit inter-changed = 6x - 10.
the number with the digits inter-changed is equal to 5 plus 3 times the sum of the digits.
that becomes 6x - 10 = 5 + 3 * (x + x/2 - 1)
simplify to get 6x - 10 = 5 + 3x + 3x/2 - 3
3x + 3x/2 becomes 9x/2.
equation becomes 6x - 10 = 5 + 9x/2 - 3
combine like terms to get 6x - 10 = 2 + 9x/2
multiply both sides of this equation by 2 to get 12x - 20 = 4 + 9x
add 20 to both sides of this equation and subtract 9x from both sides of this equation to get 3x = 24.
solve for x to get x = 8.
x is the tens digit.
the units digit is x/2 - 1 = 3
the number is 83.
when you inter-change the digits, the number becomes 38.
38 = 3 * the sum of the digits + 5 which becomes 3 * 11 + 5 = 38
solution looks good.
the original number is 83.

Answer by josgarithmetic(39625) About Me  (Show Source):
You can put this solution on YOUR website!
Units Digit, t/2-1
Tens Digit, t

The number, 10t%2Bt%2F2-1

The reversed-digit number, 10%28t%2F2-1%29%2Bt

----
the number with the digits interchanged is 5 more than thrice the sum of the digits.
----

highlight_green%2810%28t%2F2-1%29%2Bt=5%2B3%28t%2Bt%2F2-1%29%29

The algebra steps should give highlight%28t=8%29
and the units digit, t%2F2-1=8%2F2-1=4-1=3.

The original number, 83.