find the sum of a 2-digit number and the number obtained by reversing its digit if the sum of two digits of the number is 9.
Answers
Answered by
29
⠀⠀
find the sum of a 2-digit number and the number obtained by reversing its digit if the sum of two digits of the number is 9.
⠀⠀⠀⠀
let the two digits be x and y.
- tens digit=y
- ones digit=x
⠀⠀⠀⠀
so,
the number will be
⠀⠀⠀⠀
so,
sum of the numbers
⠀⠀⠀⠀⟹10x+y+10y+x=0
⠀⠀⠀⠀⟹11x+11y=0
⠀⠀⠀⠀⟹11(x+y)
we know that sum of x and y =9
so,
⠀⠀⠀⠀⟹11(9)
⠀⠀⠀⠀=99
⠀⠀
Similar questions