is divided in little squares of . If each square can be painted black or white. Find all ways to color the board such that each square of formed by little squares with a common vertex has black squares and whitesquares.
A board of
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.
First column can be painted of 2 n .
There are two ways to paint the first column alternating black and white squares, so the next columns, each one, can be painted of to ways ∴ exist 2 × 2 n − 1 colorations.
If first column has to equal colors together next column coloration will be defined ∴ exist 2 n − 2 colorations.
Total colorations are
2 × 2 n − 1 + 2 n − 2 = 2 × 2 n − 2 = 2 n + 1 − 2