SOLUTION: A two-digit number exceeds twice the sum of its digits by 7. Find the number if its tens digits is smaller than its units digit also by 7.
Thanks for solving.
Question 717182: A two-digit number exceeds twice the sum of its digits by 7. Find the number if its tens digits is smaller than its units digit also by 7.
Thanks for solving. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A two-digit number exceeds twice the sum of its digits by 7. Find the number if its tens digits is smaller than its units digit also by 7.
---------
Equations:
10t+u = 2(t+u)+7
t = u - 7
------------
Rearrange:
8t - u = 7
t - u = -7
-----
Subtract and solve for "t":
7t = 14
t = 2
------
Solve for "u" using t-u = -7
2 - u = -7
u = 9
-------
Ans: The number is 10t+u = 29
====================================
Cheers,
Stan H.
=============