A $3 \times 3 \times 3$ big cube consists of $1 \times 1 \times 1$ smaller cubes. The big cube is painted black on the outside. Suppose we disassemble the cube and randomly put it back together. What is the probability of perfectly assembling the cube i.e. all faces are black again?
Do you think my partial progress is correct? If not, could you provide a hint/clue (without giving away the entire solution)?
Solution (My Attempt).
There are $8$ corner(vertex) cubes, having $3$ faces black - label them $V$
There are $12$ edge cubes, having $2$ faces black - label them $E$
There are $6$ center of face cubes, having $1$ face black - label it $C$
There is $1$ origin cube, that is not black - label it $O$
For the $1 \times 1 \times 1$ cube, there are $6$ choices for the top face, and for each such choice, $4$ choices for an adjacent face. This completely determines the orientation. So, there are $24$ distinguishable orientations of the unit cube.
The probability that a $V$ cube is correctly oriented = $\frac{1}{24}$.
The probability that a $E$ cube is correctly oriented = $\frac{1}{24}$.
The probability that a $C$ cube is correctly oriented = $\frac{4}{24}$.
The probability that a $O$ cube is correctly oriented = $1$.
Furthermore, we can swap one corner cube for another, one edge cube for another and so forth leaving the outer appearance unchanged. So, there are $\frac{27!}{8!12!6!1!}$ favourable arrangements of the cubes.
Putting it all together:
$$P \{\text{Perfectly assembling the cube} \} = \frac{1}{24^8} \times \frac{1}{24^{12}} \times \left(\frac{4}{24}\right)^6 \times \frac{\frac{27!}{8!12!6!1!}}{27!}$$
Mostly good, but there are three mistakes. (Thanks to @obscurans for spotting the third.) The probabilities for $E$ and $V$ cubes to be correctly oriented are wrong. And $\frac{27!}{8!12!6!1!}$ counts the distinguishable configurations if you consider the four types of cubes as indistinguishable; whereas what you want is the number of equivalent configurations corresponding to a particular one of those distinguishable configurations (namely the one where all the types are in the right places). Note that your count decreases the more equivalent pieces there are (and would be $1$ if all pieces were of one type), whereas the correct count should increase the more equivalent pieces there are (and would be $27!$ if all pieces were of one type).