A $3\times3$ square is partitioned into $9$ unit squares. Each unit square is painted either white or black with each color being equally likely, chosen independently and at random. The square is the rotated $90^\circ$ clockwise about its center, and every white square in a position formerly occupied by a black square is painted black. The colors of all other squares are left unchanged. What is the probability that the grid is now entirely black?
Firstly we observe that the middle square must be black. Then we realize that the middle "cross" is disparate from the corners, that is, the coloring of the cross does not affect the coloring of the corners after rotation.
Therefore we look at the minimum number of black squares required to fill in the cross and the corners separately.
To have the cross black, we must initially have either the middle column or the middle row filled in. To have the corners black, we must have one of the two diagonals filled in. Therefore we get the total number of possible colorings as $2 \times 2 \times 2^4$ where $2^4$ accounts for the other four squares which are irrelevant.
Thereby we get the probability as $\frac{2^6}{2^9} = \frac{1}{8}.$ But the answer is $\frac{49}{512}.$ Where did I go wrong?