Given:
Sum of the digits = 13
If 27 is added to the number, the digits are reversed
Find:
the required number
Solution:
Let the digit at ten's place be x and digit at one's place be y.
⟶ The number = 10x + y.
Sum of the digits = 13
⟹ x + y = 13
⟹ x = 13 - y -- equation (1)
Also given that,
If 27 is added to the number, the digits are reversed.
Number formed by reversing the digits = 10y + x.
According to the above condition,
⟹ 10x + y + 27 = 10y + x
⟹ 27 = 10y + x - 10x - y
⟹ 27 = 9y - 9x
Substitute the value of x from equation (1).
⟹ 27 = 9y - 9(13 - y)
⟹ 27 = 9y - 117 + 9y
⟹ 27 + 117 = 18y
⟹ 144 = 18y
⟹ 144/18 = y
⟹ 8 = y
Substitute the value of y in equation (1).
⟹ x = 13 - 8
⟹ x = 5
Hence,
• The number = 10(5) + 8 = 50 + 8 = 58.
∴ The required two digit number is 58.
I hope it will help you.
Regards.