I have $4$ red cubes, and $4$ yellow cubes, all of dimension $1\times 1\times 1$. How many ways to create a new cube of dimension $2\times 2\times 2$, such that each new cube is distinct (i.e cannot be rotated or flipped to produce any other cube) ?
I managed to solve this question by simply writing out all possible cases and convincing myself(by rotating the cube in my head) that one case could not be obtained from the other.
I am curious to see how other people solve this problem.
The way I would go about this is by using Polya's enumeration theorem. Essentially, what we're asking is to color the vertices of a cube with two colors and count the number of discrete colorings to rotation. Here, our permutation group is $S_4$, the orientation-preserving symmetries of the octahedral group. This means that the total number of colorings can be found via $\frac{1}{24}(x_1^8+9x_2^4+8x_1^2x_3^2+6x_4^2)$, where $x_i=x^i+y^i$, and then evaluating this in the case $x=y=1$.
Edit: sorry, I misread the question. We would still proceed in evaluating the polynomial that PET gave us, but we'd then observe what the coefficient of the $x^4y^4$ term is.
Edit edit: for some reason, it didn't occur to me that it would be pertinent to actually say what the answer is. I'll leave it spoiled, per your suggestion, as to not give it away to others.