I just watched a video showing that you can re-arrange (or permute as it is called in the video) the first nine decimal digits of the reciprocal of pi, to give the first nine decimal digits of the reciprocal of phi (the golden ratio).
That is to say: You can rearrange the digits 0.318309886 ($1/\pi$) to form 0.618033988 ($1/\phi$)
This seems pretty much a coincidence. It won't work for the first 8 decimal digits, but presumably might work again for the first [some big number] of digits due to random chance.
This got me thinking - is this inevitable, or is it possible to find two normal numbers where truncating the base-n representation of the digits will never lead to being able to re-arrange the digits of one to form the other?
Some definitions, for a pair of numbers, A and B, let us say that the two are base-n rearrangeable, if for some number of digits, the truncated representation of A in base-n can have the digits re-arranged to form the truncated representation of B.
For most pairs of numbers they are trivially base-n rearrangeable or not rearrangeable. 0.12 and 0.21 are base-10 rearrangeable. 0.1919... and 0.9191… are base-10 rearrangeable. 0.2 and 0.1 are not, nor are 0.333… and 0.666…
The interesting part comes for normal numbers. Is every normal number rearrangeable in every base for some value of x?
For the binary representation, I think this must be possible; my non-rigourous mental argument is as follows:
Let $a(x)$ be the number of 1s in the first x bits of a normal number A, and $b(x)$ be the number of 1s in the first $x$ bits of a normal number B. At large numbers, $a(x)/n$ and $b(x)/n$ tend to 0.5 (by the definition of normal), but sometimes $a(x) > b(x)$, and sometimes $b(x) > a(x)$. Therefore at some point $a(x) = b(n)$ between those two points.