CSAT Solved Papers/ 2022/Q66
2022 CSAT — Q66
Let be a two-digit number and be the number consisting of same digits written in reverse order. If , then what is the difference between and ?
Worked rationale
We need a two-digit and its reverse with .
Factor . Scan two-digit factor pairs of that are digit-reverses of each other. Test :
and is the reverse of . So (or vice versa), and
Answer: (d) 9.
Why the other options miss
- A answered the sub-step, not the question: returns the smaller number instead of the difference.
- B an arithmetic slip: pairs a wrong reverse (e.g. and , whose product is , not ) and reports its difference.
- C an arithmetic slip: uses and -type mismatched pair; the difference is wrong because the pair isn’t a true reverse with product .
Specialist insight
The difference of a two-digit number and its reverse is always where are the digits, so the answer must be a multiple of . Factor and look for the reverse pair: with digits gives . Knowing “reverse-difference is a multiple of ” lets you sanity-check instantly.
The trap, in one line
(reverses); (d).