A two-digit number is 4 times the sum of its digits. If the digits are reversed, the new number is 18 more than the original. What is the number?
- (a)24
- (b)30
- (c)36
- (d)32
Answer
Why
Correct — A. Let the tens digit be x and the units digit y.
Rule: a two-digit number is 10x + y; reversed, it is 10y + x.
First condition: 10x + y = 4(x + y)
Expand: 10x + y = 4x + 4y
Collect terms: 6x = 3y, so y = 2x
Second condition: (10y + x) − (10x + y) = 18
Simplify: 9y − 9x = 18, so y − x = 2
Substitute y = 2x: 2x − x = 2, so x = 2 and y = 4
The number is 24: 4 × 6 = 24 and 42 − 24 = 18. Option (a).
Why the others are wrong
- (b)30 — 30 fails the first condition: its digit sum is 3, and 4 × 3 = 12, not 30. Reversed it is 03 = 3, smaller rather than 18 more.
- (c)36 — 36 passes the first condition, 4 × (3 + 6) = 36, but reversing gives 63, which is 27 more than 36, not 18.
- (d)32 — 32 fails the first condition: 4 × (3 + 2) = 20, not 32. Reversed it is 23, which is smaller.
Concept
Digit problems turn words into place value: a two-digit number with tens digit x and units digit y is 10x + y, and its reversal is 10y + x.
The gap between a number and its reversal is 9 × the difference of the digits: (10y + x) − (10x + y) = 9(y − x). So '18 more' means the units digit is 2 more than the tens digit.
A faster route: y = 2x allows 12, 24, 36 and 48, since the units digit cannot pass 9. Each is 4 times its digit sum, and 24 is the one whose digits differ by 2.
Key facts
- A two-digit number with digits x (tens) and y (units) is 10x + y.
- A number and its reversal differ by 9 times the difference of the digits.
- 24 = 4 × (2 + 4), and 42 − 24 = 18.
Study next
Common traps
- Choosing 36 because it passes the first condition, 4 × 9 = 36, without testing the reversal.
- Subtracting the wrong way round, (10x + y) − (10y + x) = 18, which with y = 2x gives x = −2 and no answer.
A digit-sum condition also decides 14 Sep 2025, 09:00, Reasoning Q.19, where 39 fails because its digit sum, 12, does not divide it.
Related PYQs
No directly related past PYQ was found.