SOLUTION: I need to represent the following as an equation: "The sum of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?" The answer i

Algebra ->  Equations -> SOLUTION: I need to represent the following as an equation: "The sum of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?" The answer i      Log On


   



Question 267268: I need to represent the following as an equation: "The sum of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?" The answer is 34. But, how do you represent the first 1/2 of the problem in an equation? I came up with several ways to represent the part of the equation that is the second half of the problem. I do not know how to represent "the sum of a certain two-digit number"...
Found 2 solutions by jim_thompson5910, stanbon:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Let t = tens digit and u = units digit


Any two digit number is of the form 10t%2Bu where 't' and 'u' are whole numbers. For example, the number 23 has a tens digit of 2 and a units digit of 3. So t=2 and u=3 which means that 10t%2Bu=10%282%29%2B3=20%2B3=23


Because "The sum of the digits of a certain two-digit number is 7", we know that t%2Bu=7. So this the first equation.


And since "Reversing its digits increases the number by 9", this tells us that 10u%2Bt=10t%2Bu%2B9. This is the second equation.


I'll let you solve the system of equations.

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
"The sum of the digits of a certain two-digit number is 7. Reversing its digits increases the number by 9. What is the number?" The answer is 34.
--------------------------------------
Let the number be 10t+u
-------
Equations:
t + u = 7
10u + t - (10t+u) = 9
----------------------
Rearrange the 2nd equation:
9u - 9t = 9
9u + 9t = 63
-----------------------
18u = 72
u = 4
---
Since t + u = 7, t = 3
-----------------------------
Ans: The number is 34
=============================
Cheers,
Stan H.