Question 391887: the sum of the digits of a two-digit number is one third of the number. The units digit is 5 more than the tens digit. What is the number? Found 2 solutions by stanbon, richard1234:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! the sum of the digits of a two-digit number is one third of the number. The units digit is 5 more than the tens digit. What is the number?
----
Let the number be 10t+u
---
Equations:
t + u = (1/3)(10t+u)
u = t+5
----
Substitute for "u" and solve for "t":
---
t + t+5 = (1/3)(10t+t+5)
2t+5 = (1/3)(11t+5)
---
6t+15 = 11t+5
5t = 10
t = 2
----
u = t+5 = 7
---
Ans: The number is 27
===========================
Cheers,
Stan H.