Skip to main contentSkip to solution

How many two-digit numbers, with a non-zero digit in the units place, are there which are more than thrice the number formed by interchanging the positions of its digits?

Solution

✅ Correct Option: 3

We need to find two-digit numbers where the original number is more than three times its digit-reversed version.


Let us represent any two-digit number as 10a+b10a + b, where:

  • aa is the tens digit (can be 1, 2, 3, ..., 9)
  • bb is the units digit (can be 1, 2, 3, ..., 9, since it's non-zero)

Any two-digit number like 47 can be written as 10×4+7=4710 \times 4 + 7 = 47. This is just the place value system we use.

When we interchange the digits, we get 10b+a10b + a. For example, if our original number is 47, then a=4a = 4, b=7b = 7, and the interchanged number is 10×7+4=7410 \times 7 + 4 = 74.


The problem states: original number > 3 × (interchanged number)

This translates to: 10a+b>3(10b+a)10a + b > 3(10b + a)


10a+b>3(10b+a)10a + b > 3(10b + a)

10a+b>30b+3a10a + b > 30b + 3a

10a−3a>30b−b10a - 3a > 30b - b

7a>29b7a > 29b

Key insight: This inequality 7a>29b7a > 29b is much simpler to work with than the original condition.


Since both aa and bb are single digits (1 through 9), we will check each possible value of bb:

When b=1b = 1:

7a>29×1=297a > 29 \times 1 = 29

a>297=4.14...a > \tfrac{29}{7} = 4.14...

Since aa must be a whole number, a≥5a \geq 5.

Possible values: a∈{5,6,7,8,9}a \in \{5, 6, 7, 8, 9\} → 5 pairs

When b=2b = 2:

7a>29×2=587a > 29 \times 2 = 58

a>587=8.28...a > \tfrac{58}{7} = 8.28...

Since aa must be a whole number, a≥9a \geq 9.

Possible values: a∈{9}a \in \{9\} → 1 pair

When b=3b = 3:

7a>29×3=877a > 29 \times 3 = 87

a>877=12.43...a > \tfrac{87}{7} = 12.43...

Since aa must be a whole number, a≥13a \geq 13.

But aa can only be 1 through 9, so no valid pairs.

When b≥4b \geq 4:

For b=4b = 4: 7a>29×4=1167a > 29 \times 4 = 116, so a>16.57...a > 16.57...

This is impossible since a≤9a \leq 9.

Similarly, for larger values of bb, the required value of aa becomes even larger.


From b=1b = 1: 5 pairs

From b=2b = 2: 1 pair

From b≥3b \geq 3: 0 pairs

Total = 5 + 1 = 6


Therefore, there are 6 such two-digit numbers.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question