A number consists of two digits whose sum is 9. If 27 is subtracted from the number its digits are reveserved.Find the number
dont use any variable except x .
Answers
Answered by
9
hope it is helpful for you ok
Answered by
2
We have two ( 2 ) values so, we must use two ( 2 ) variables => ( x and y ).
Step-by-step explanation:
Let the number = xy
=10x+y
=> Sum of digits =9
=> x + y=9
=> Number −27=number with reversed digits
=> 10x+y−27=10b+x
=> 9(x−y)=27
=> x-y=3
=> (x+y)+(x−y) = 9+3
=> x=6,y=3
Similar questions