Arithmetic · real student question

The digits of a four-digit multiple of 5 are written in reverse order to give a second four-digit number. Subtracting the second from the first gives 1359. Find one such original number.

Question

The digits of a four-digit number that is a multiple of 55 are written in reverse order, producing a second four-digit number. The second number is subtracted from the first and the result is 13591359.

Give one possible original number.

Step-by-step solution

  1. Write both numbers in place-value form. Let the original be abcd=1000a+100b+10c+d\overline{abcd}=1000a+100b+10c+d; its reverse is dcba=1000d+100c+10b+a\overline{dcba}=1000d+100c+10b+a. Subtracting,

    NNrev=999(ad)+90(bc).N-N_{\text{rev}}=999(a-d)+90(b-c).

    Every problem of this type reduces to that one identity.

  2. Pin down the units digit. NN is a multiple of 55, so d{0,5}d\in\{0,5\}. But the reverse must also be a four-digit number, so its leading digit dd cannot be 00. Hence

    d=5.d=5.

  3. Solve the identity for the digit differences. We need 999(ad)+90(bc)=1359999(a-d)+90(b-c)=1359. Trying ad=1a-d=1 gives 90(bc)=1359999=36090(b-c)=1359-999=360, so bc=4b-c=4 — a valid pair of digit differences. Trying ad=2a-d=2 gives 90(bc)=13591998=63990(b-c)=1359-1998=-639, which is not a multiple of 9090; larger values overshoot further. So ad=1a-d=1 and bc=4b-c=4 is forced.

  4. Assemble the digits. With d=5d=5 and a=d+1=6a=d+1=6, and bc=4b-c=4 with both digits in 0..90..9, the possibilities are (b,c)=(4,0),(5,1),(6,2),(7,3),(8,4),(9,5)(b,c)=(4,0),(5,1),(6,2),(7,3),(8,4),(9,5):

    6405, 6515, 6625, 6735, 6845, 6955.6405,\ 6515,\ 6625,\ 6735,\ 6845,\ 6955.

  5. Check one and note the pattern. 64055046=13596405-5046=1359 ✓, and 69555596=13596955-5596=1359 ✓. A brute-force scan of all four-digit multiples of 55 confirms these six are the complete list; any one of them answers the question.

Answer

6405(also 6515, 6625, 6735, 6845, 6955)6405\quad(\text{also }6515,\ 6625,\ 6735,\ 6845,\ 6955)

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