A two-digit number is such that four times the sum of its digits is equal to the number formed by reversing its digits. If the difference between the digits is 3, find the original number.
Answer & Solution
Correct option is A
Given
4 × (Sum of digits) = Number formed by reversing digits
Difference between digits = 3
Formula Used
Original two-digit number = 10x + y
Reversed number = 10y + x
Solution
Let the tens digit be x and units digit be y.
Given condition: 4(x + y) = 10y + x
Expand and simplify the equation:
4x + 4y = 10y + x
3x = 6y
x = 2y
Since x = 2y, we know x is greater than y.
The second condition states the difference between digits is 3:
x - y = 3
Substitute x = 2y into the second equation:
2y - y = 3
y = 3
Now, find x:
x = 2(3) = 6
The original number is 10x + y = 10(6) + 3 = 63.
Final Answer
So the correct answer is (a)

