Aldaris has cans of paint in 8 different colors.He wants to paint the four unit squares of a 2 x 2 board in such a way that the neighboring squares are painted in different colors .Determine the number of coloring schemes that Aldaris can make.Two coloring schemes are said to be the same if one can be obtained from the other by rotation.
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.
If all four colors are different, there are ( 4 8 ) ways to choose the colors, and 3 ! = 6 ways to order them.
If there are three different colors, then we must have one color twice on the diagonal, and the other two colors in the other two spots. There are ( 1 8 ) ( 2 7 ) ways to choose the colors and just 1 way to order them.
If there are just two different colors, then we must have one color on one diagonal, and one on the other. There are ( 2 8 ) ways to choose two colors and just 1 way to order them.
The answer is therefore ( 4 8 ) ⋅ 6 + ( 1 8 ) ( 2 7 ) ⋅ 1 + ( 2 8 ) ⋅ 1 = 6 1 6
Problem Loading...
Note Loading...
Set Loading...
For the first square, we have 8 options. For the two neighbors we have 7 choices for each, so we have 4 9 pairs of the two neighbors of the first color. What happens with the last color? There are two cases:
Case 1: The neighbors are different. This is possible in 7 ∗ 6 = 4 2 ways. In this case, as both are different, for the last square we have 6 options. So completing this case we have 8 ⋅ 4 2 ⋅ 6 = 2 0 1 6 .
Case 2: The neighbors are the same. This is possible in 7 ways. Similarly, 8 ⋅ 7 ⋅ 7 = 3 9 2 .
So in total we have 2 4 0 8 different boards ignoring the condition of the rotation .
Now let's discover which ones are repeated. Note that every board that we could construct, excepting one type that I'll show below, takes a different color order, or orientation, when you rotate it the 4 times. The special case is the arrangement of the form:
a b b a
It's clear enough that there are 5 6 of those cases. Also, they have only 2 different orientations. Now it's convenient to separate 2 4 0 8 into 2 3 5 2 + 5 6 . For the other 2 3 5 2 there are 4 possible orientations, and for the 5 6 , two orientations. This takes us to the answer which is 4 2 3 5 2 + 2 5 6 = 5 8 8 + 2 8 = 6 1 6 .