Three-Digit Numbers Increasing on Reversal

CAT 2021 Slot 2 · QA · Hard · Number Theory

How many three-digit numbers are greater than 100 and increase by 198 when the three digits are arranged in the reverse order?

Answer

70

Explanation

Let the 3-digit number be 100a+10b+c100a + 10b + c, where a{1,2,,9}a \in \{1, 2, \dots, 9\}, b{0,1,,9}b \in \{0, 1, \dots, 9\}, and c{1,2,,9}c \in \{1, 2, \dots, 9\}. Number is greater than 100.

Reversing the digits gives 100c+10b+a100c + 10b + a. Given: (100c+10b+a)(100a+10b+c)=198(100c + 10b + a) - (100a + 10b + c) = 198 99(ca)=198    ca=299(c - a) = 198 \implies c - a = 2

So c=a+2c = a + 2. Since a1a \ge 1, the possible values for (a,c)(a, c) are:

  • a=1,c=3a = 1, c = 3
  • a=2,c=4a = 2, c = 4
  • a=3,c=5a = 3, c = 5
  • a=4,c=6a = 4, c = 6
  • a=5,c=7a = 5, c = 7
  • a=6,c=8a = 6, c = 8
  • a=7,c=9a = 7, c = 9 There are 77 possible pairs for (a,c)(a, c).

For each pair, bb can be any digit from 00 to 99 (10 choices). Also, check if any number 100\le 100: smallest is 103>100103 > 100, so all generated numbers are >100> 100.

Total such numbers =7×10=70= 7 \times 10 = 70.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace