SOLUTION: The sum of the digits of a two digit number is 5. When the digits are reversed, the new number is 27 less than the original number. What is the original number?
Algebra ->
Customizable Word Problem Solvers
-> Coins
-> SOLUTION: The sum of the digits of a two digit number is 5. When the digits are reversed, the new number is 27 less than the original number. What is the original number?
Log On
Question 392434: The sum of the digits of a two digit number is 5. When the digits are reversed, the new number is 27 less than the original number. What is the original number?
You can put this solution on YOUR website! The sum of the digits of a two digit number is 5. When the digits are reversed, the new number is 27 less than the original number. What is the original number?
--------------------------
Let the number be 10t+u.
Equations:
t + u = 5
10u+t = 10t+u-27
---------------------
Rearrange:
t = 5-u
---
Substitute for "t" and solve for "u":
10u+5-u = 10(5-u)+u-27
9u+5 = -9u+23
18u = 18
---
u = 1
-
Solve for "t":
t = 5-1 = 4
---
Ans: 41
=================
Cheers,
stan H.