SOLUTION: The sum of the two digits of a two-digit number is 6. When 18 is added to the number the digits are reversed. Find the number.

Algebra ->  Coordinate Systems and Linear Equations -> SOLUTION: The sum of the two digits of a two-digit number is 6. When 18 is added to the number the digits are reversed. Find the number.      Log On


   



Question 1031792: The sum of the two digits of a two-digit number is 6.
When 18 is added to the number the digits are reversed.
Find the number.

Answer by Edwin McCravy(20055) About Me  (Show Source):
You can put this solution on YOUR website!

t = the tens digit
u = the units (ones) digit
10t+u = the number
10u+t = the number reversed

The sum of the two digits of a two-digit number is 6.
t + u = 6

When 18 is added to the number the digits are reversed.
 10t+u + 18 = 10u+t

10t +  u + 18 = 10u + t
    -10u       -10u
-----------------------
10t - 9u + 18 =       t
 -t                  -t
-----------------------
 9t - 9u + 18 =       0
         - 18       -18
-----------------------
 9t - 9u      =     -18

9t - 9u = -18

Divide every term by 9

9t%2F9+-+9u%2F9+=+-18%2F9

t - u = -2

system%28t%2Bu=6%2Ct-u=-2%29

Add the two equations:

2t = 4
 t = 2

Substitute in t+u = 6


 2+u = 6
-2    -2
--------
   u = 4

The number is 24

Checking:

    24
   +18
   ---
    42

24 is the number and when we add 18 
we get its reverse, which is 42.

Edwin