Solve $ABCD×E=DCBA$, where $A,B,C,D,E$ are all different numbers from $1-9$
I know the answer is $ABCD=2178$, $E=4$ , so $2178\times4=8712$ but I don't know how can we find this answer.
To solve this problem, I discover the fact that $d>e$ as $dcba=e\times abcd>e\times1000$,so $e\leq d $ but $d$ and $e$ are different so $d>e$ and because $e$ is not 1; (if $e=1$, then $abcd=dcba$) $e>1$ so a is number among $1,2,3,4$.
After this how can I find the answer?
Further note that $a<d$ as $ae<d$. Since $ed\equiv a$ mod $10$ we find that $de>10$. Since $d<e$ we find $d\geq 4$.
So $d=8$. We find that $ae=8$ or $ae=7$. If $ae=7$, then $a=1$ and $e=7$, but $de$ is even, so $a$ is even, which is a contradiction. So $ae=\{2,4\}$. If $e=2$ then $de=16$, so $a=6$, which is a contradiction. Hence $e=4$ and $a=2$. It also follows that $be<10$, so $b=1$ or $b=2$. Since $a=2$ we find that $b=1$.
Finally we have, since $de=32$, that $1=b\equiv ce+3=4c+3$ mod $10$. So $c=2$ or $c=7$, which by the above means that $a=2$, $b=1$, $c=7$, $d=8$ and $e=4$.
There might be a more elegant way of obtaining this.