David W. answered 01/21/19
Experienced Prof
Remember that the decimal number system is a positional number system.
For a number that looks like ab, the value is 10a+b.
The original number is (10a+b); the reversed number is (10b+a). They differ by 18.
10b+a = (10a+b) + 18
b is 3 times a
b = 3a
Substitute:
10(3a) + a = 10a + 3a + 18
31a = 13a + 18
18a = 19
a = 1
so b = 3 (3 times a)
The original number is 13; the reversed number is 31; the reversed number is 18 more than the original.