Arithmetic · real student question

A three-digit number has all distinct digits. Subtracting the number written with the same digits in reverse order gives 693. Find the smallest such number.

Question

A three-digit number has three distinct digits. When the number formed by reversing its digits is subtracted from it, the result is 693693. Find the smallest number with this property.

Step-by-step solution

  1. Write both numbers in place-value form. Let the digits be aa (hundreds), bb (tens), cc (units), so the number is 100a+10b+c100a + 10b + c and its reverse is 100c+10b+a100c + 10b + a.

  2. Subtract and watch the tens digit vanish.

    (100a+10b+c)(100c+10b+a)=99a99c=99(ac)(100a + 10b + c) - (100c + 10b + a) = 99a - 99c = 99(a-c)

    The middle digit cancels entirely — every such difference is a multiple of 9999, and bb never influences it.

  3. Solve for the digit gap.

    99(ac)=693ac=69399=799(a-c) = 693 \quad\Longrightarrow\quad a - c = \frac{693}{99} = 7

  4. List the digit pairs and pick the smallest hundreds digit. With a,c{0,,9}a, c \in \{0,\dots,9\} and ac=7a - c = 7, the options are (a,c)=(7,0),(8,1),(9,2)(a,c) = (7,0), (8,1), (9,2). To minimise the number, the hundreds digit must be as small as possible, so take a=7a = 7, c=0c = 0.

  5. Choose the smallest admissible tens digit. The number is 7b07b0, and all three digits must differ, so b7b \ne 7 and b0b \ne 0. The smallest remaining choice is b=1b = 1, giving

    710710

  6. Verify. The reverse of 710710 is 017=17017 = 17, and 71017=693710 - 17 = 693. The digits 7,1,07, 1, 0 are distinct. Any smaller candidate would need a6a \le 6, which makes ac=7a - c = 7 impossible since c0c \ge 0; and 700700 has repeated digits while 710710 is the next number of the form 7b07b0.

Answer

710710

Need to solve a different problem like this? Open the solver →