Answer:
27
Explanation:
Let's say that the number is 10x + y
Accordingly the number consists of digits three times the sum of it's digits, so 10x + y = 3(x + y)
10x + y = 3(x + y) -> Distribute the "3"
10x + y = 3x + 3y -> Combine like terms
7x = 2y -> Isolate "x"
x = 2y/7 --- (1)
With the information provided, the number (10x + y) when added to 45, equals the "interchanged" digits. In this case x and y represents digits, so interchanging them would be 10y + x;
10x + y + 45 = 10y + x -> Combine like terms
9x = 9y - 45 --- (2)
Substitute the first equation into the second, and solve for x and y. Given the digits we can determine the number =>
9(2y/7) = 9y - 45 -> Simplify
- 45y/7 = - 45 -> Multiply either side by 7
- 45y = - 315 -> Divide either side by - 45
y = - 315/ -45 = 7 (second digit)
x = 2(7)/7 = 14/7 = 2 (first digit)
Solution: The number is 27