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) (Show Source):
Any two digit number is of the form 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
Because "The sum of the digits of a certain two-digit number is 7", we know that . So this the first equation.
And since "Reversing its digits increases the number by 9", this tells us that . This is the second equation.
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.