SOLUTION: .a two-digit number is three less than seven times the sum of two digits.if the digits are reserved,the new numberis 18 less than the original number.whats the original number?
Question 530299: .a two-digit number is three less than seven times the sum of two digits.if the digits are reserved,the new numberis 18 less than the original number.whats the original number?
You can put this solution on YOUR website! a two-digit number is three less than seven times the sum of two digits.if the digits are reserved,the new numberis 18 less than the original number.whats the original number?
---------------------------
Let the number be 10t+u
-----
Equations:
10t+u = 7(t+u)-3
10u+t = 10t+u-18
-----
Rearrange:
3t - 6u = -3
9t - 9u = 18
-----
Modify:
9t - 18u = -9
9t - 9u = 18
---
Subtract and solve for "u":
9u = 27
u = 3
---
Solve for "t":
3t-6u = -3
t -2u = -1
t -2*3 = -1
t = 5
=================
Ans: Original Number: 53
=================
Cheers,
Stan H.
=========