.
The sum of the digits of a two- digit counting number is 6.
When the digits are reversed, the number is 18 greater than the original number.
What was the original number?
~~~~~~~~~~~~
Let the digits of the original number be "a" and "b", reading from left to right.
Then the number is 10a+b, and we are given thast
a + b = 6. (1)
The reversed number in written form is "ba" : its value is 10b+a.
So, we have second equation
(10b+a) - (10a+b) = 18,
or
9b - 9a = 18
9(b-a) = 18
b - a = 2. (2)
Thus you have two equations, (1) and (2), to find "a" and "b".
To do it, express b = 6-a from (1) and substitute into (2). You will get
(6-a) - a = 2
6 - 2a = 2
6 - 2 = 2a
4 = 2a
a = 4/2 = 2.
Thus you found a= 2, b= 6-a = 6-2= 4.
Hence, the original number is 24. ANSWER
Solved, with full explanations.