Find the maximum possible number

48 Views Asked by At

enter image description here

I've tried to rewrite each number descriptively and I turn out to:

enter image description here

But I do think I'm missing something

1

There are 1 best solutions below

1
On BEST ANSWER

Hint. Let $x=\overline{bcd}$ then $$1000a+x=(a+1)x+100a+56\implies x=900-\frac{56}{a}\in\mathbb{N}.$$ Hence the digit $a$ divides $56=2^3\cdot 7$. Since here we are looking for the maximum, we should try first with the case $a=8$.