Find al the four-digit numbers ABCD

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
  • Tags Tags
    Numbers
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Find all the four-digit numbers $ABCD$ which when multiplied by $4$ give a product equal to the number with the digits reversed, $DCBA$. (The digits do not need to be different.)
 
Mathematics news on Phys.org
anemone said:
Find all the four-digit numbers $ABCD$ which when multiplied by $4$ give a product equal to the number with the digits reversed, $DCBA$. (The digits do not need to be different.)

A has to be < 3 because 3* 4 = 12 so RHS is a 5 digit number
A cannot be 1 as from RHS A has to be even.
So A has to be 2.
now $B$ can be an odd digit $B \lt 5$ because $4*25 = 100$ that is 5 digit
So $AB = 21 / 23$
if $AB = 23$ $DC \ge 92$ so $D = 9$ which is not possible as $4*8$ is $2$ ending but $4*9$ is not.
$AB = 21$
So $D = 8$
so the number = $4*(2108+10C) = 8032+100C$
or $8432+40C = 8012+ 100C$
or $60C = 420$
so $C =7$
so number = $2178*4 = 8712$ or $ABCD=2178$
 
Last edited:
Well done Kali! And thanks for participating!
 
Hello, anemone!

Find all the four-digit numbers [tex]ABCD[/tex] which, when multiplied by 4,
give a product equal to the number with the digits reversed, $DCBA$.
We have: [tex]\;\;\begin{array}{cccc}_1&_2&_3&_4 \\<br /> A&B&C&D \\<br /> \times &&& 4 \\<br /> \hline D&C&B&A<br /> \end{array}[/tex]

In column-1: [tex]\;4\!\cdot\!A\text{ (plus 'carry')} \,=\, D[/tex]
. . Hence, [tex]A = 1\text{ or }2.[/tex]

In column-4: [tex]\;4\!\cdot\!D\text{ ends in }A,[/tex] an even digit.
. . Hence, [tex]A =2.[/tex]

And it follow that [tex]D = 8.[/tex]

We have: [tex]\;\;\begin{array}{cccc}_1&_2&_3&_4 \\<br /> 2&B&C&8 \\<br /> \times &&& 4 \\<br /> \hline 8&C&B&2<br /> \end{array}[/tex]

There is no 'carry' from column-2.
. Hence, [tex]B =0\text{ or }1.[/tex]

In column-3, [tex]4\!\cdot\!C + 3\text{ ends in }B,\text{ an odd digit.}[/tex]
. Hence, [tex]B = 1\text{ and }C =7.[/tex]

Therefore:[tex]\;\begin{array}{cccc}<br /> 2&1&7&8 \\<br /> \times &&& 4 \\<br /> \hline 8&7&1&2<br /> \end{array}[/tex]

 
soroban said:
Hello, anemone!


We have: [tex]\;\;\begin{array}{cccc}_1&_2&_3&_4 \\<br /> A&B&C&D \\<br /> \times &&& 4 \\<br /> \hline D&C&B&A<br /> \end{array}[/tex]

In column-1: [tex]\;4\!\cdot\!A\text{ (plus 'carry')} \,=\, D[/tex]
. . Hence, [tex]A = 1\text{ or }2.[/tex]

In column-4: [tex]\;4\!\cdot\!D\text{ ends in }A,[/tex] an even digit.
. . Hence, [tex]A =2.[/tex]

And it follow that [tex]D = 8.[/tex]

We have: [tex]\;\;\begin{array}{cccc}_1&_2&_3&_4 \\<br /> 2&B&C&8 \\<br /> \times &&& 4 \\<br /> \hline 8&C&B&2<br /> \end{array}[/tex]

There is no 'carry' from column-2.
. Hence, [tex]B =0\text{ or }1.[/tex]

In column-3, [tex]4\!\cdot\!C + 3\text{ ends in }B,\text{ an odd digit.}[/tex]
. Hence, [tex]B = 1\text{ and }C =7.[/tex]

Therefore:[tex]\;\begin{array}{cccc}<br /> 2&1&7&8 \\<br /> \times &&& 4 \\<br /> \hline 8&7&1&2<br /> \end{array}[/tex]

Good job, soroban! (Yes)