Question:medium

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

Updated On: Jan 15, 2026
Show Solution

Solution and Explanation

Let the original three-digit number be denoted by \( ABC \), where \( A \) is the hundreds digit, \( B \) is the tens digit, and \( C \) is the units digit. When the digits are reversed to form \( CBA \), the number increases by 198. The objective is to determine the count of such three-digit numbers that satisfy this condition.

Step 1: Numerical Representation

The number \( ABC \) can be expressed as: \[ ABC = 100A + 10B + C \] The reversed number \( CBA \) can be expressed as: \[ CBA = 100C + 10B + A \] The problem states: \[ CBA = ABC + 198 \] Substituting the expanded forms: \[ 100C + 10B + A = 100A + 10B + C + 198 \]

Step 2: Equation Simplification

Eliminate the \( 10B \) term from both sides: \[ 100C + A = 100A + C + 198 \] Group like terms: \[ 100C - C = 100A - A + 198 \] Simplify the equation: \[ 99C - 99A = 198 \] Divide both sides by 99: \[ C - A = 2 \]

Step 3: Deriving Possible Values for \( A \) and \( C \)

Given that \( A \) and \( C \) are single-digit integers, the pairs \( (A, C) \) satisfying \( C - A = 2 \) are: \[ (A, C) = (0, 2), (1, 3), (2, 4), (3, 5), (4, 6), (5, 7), (6, 8), (7, 9) \] As \( A \) must be non-zero for a three-digit number, the pair \( (0, 2) \) is invalid. Therefore, there are 7 valid pairs: \[ (1, 3), (2, 4), (3, 5), (4, 6), (5, 7), (6, 8), (7, 9) \]

Step 4: Determining Possible Values for \( B \)

The tens digit \( B \) can be any integer from 0 to 9, independently of the values of \( A \) and \( C \).

Step 5: Calculating the Total Count

With 7 valid combinations for \( (A, C) \) and 10 possible values for \( B \), the total number of valid three-digit numbers is: \[ 7 \times 10 = 70 \]

Final Answer:

The total count of such three-digit numbers is \( \boxed{70} \).

Was this answer helpful?
0