For example:
$$65 \times 281= 18265$$
$$65 \times 983= 63895$$
$$72 \times 936= 67392$$
$$87 \times 435= 37845$$
In general: the original figures reappear in the results of each of these multiplications.
How can we find another multiplication like these?
Is there any easy way to find the multiplication like these or Is there any theorem that state this unique multiplication?
Thanks
Here is the answer that I got by brute force using Haskell. You are welcome to try and make some sense of it. Note that the code below only counts cases where the product has no leading zeroes, i.e. is a number from $[10000, 99999]$. Also, it requires that each digit occurs the same number of times on the left and on the right of the "$=$" sign.