✔ 最佳答案
5. "the sum of its digits is 8." => x+y = 8 ...........(1)
"the digits are reversed, the number is increased by 18"
=> yx means 10y + x
=> xy means 10x + y
=> (10y+x) + 18 = (10x+y) .................(2)
Combine (1) and (2)
=> [10(8-x) + x] +18 = [10x + (8-x)]
=> 80-10x+x + 18 = 10x+8-x
=> -18x = -90
ANSWER => x=5,y =3
Check 5+3 = 8, deifference between 35 and 53 = 18
6. Let the orginal number called ab i.e. 10a+b
New number = 10b+a
"a two-digit number is equal to 8 times the sum of its digits."
=> 10a+b = 8(a+b)
=> 2a = 7b ...(1)
"the number formed by reversing its digits is greater than one-third of the original number by 3."
=> 10b+a = 1/3 (10a+b) + 3 ...(2)
=> 9a = 63
=> a=7, b=2
ANS = 72
Check: 72 = 8(2+7) .... (1)
27 = 1/3(72) + 3 => 27 = 24+3 ...(2)