How many ways are there to fill up the rest of the square grid with purple, pink and blue squares, such that each row and each column contains exactly 1 square of each color?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider the middle row. The right square cannot be blue (because then the rightmost column has two blue squares). Since the middle row must contain a blue square, it must be that the middle square is blue. Thus, the right square in the middle row must be purple to complete it.
Likewise, consider the bottom row. The middle square cannot be pink, so the bottom-right square must be pink instead. So the middle square in the bottom row is purple.
This completes the grid, and it can be verified that it works, so there is 1 such way.