How many ways of coloring the next square with four colors are so that:
Each row has the four colors
Each column has the four colors
Each column square of with bold edge has the four colors
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.
Look this square above. We have four areas A, B, C and D, and each area have four little squares.
Let's change the colors by numbers (traditional sudoku)
To fill the area A with the numbers 1, 2, 3 and 4 in crescent order, we have the following situation:
In total we have 4 ! = 4 × 3 × 2 × 1 = 2 4 ways to fill the area A.
Let's fill the area D.
-To put the number 1, we have four little squares.
We have now 3 ways to fill the area D.
in the image above we can see these three ways. The gray square no works because we will have problem to put fill the other areas.
The red marked square we don't can fill.
Thus we will have 4 × 3 = 1 2 for area D.
When the areas A and D are filled, we will only have one way to fill the area B and C.
Thus the total number of squares is 2 4 × 1 2 = 2 8 8