n × n n \times n square paint

A board of n c m × n c m n cm \times n cm is divided in n 2 n^2 little squares of 1 c m × 1 c m 1cm \times 1 cm . If each square can be painted black or white. Find all ways to color the board such that each square of 2 c m × 2 c m 2 cm \times 2 cm formed by 4 4 little squares with a common vertex has 2 2 black squares and 2 2 whitesquares.

2 n + 1 2^{n+1} 2 n + 1 1 2^{n+1}-1 2 n 2^n 2 n + 1 2 2^{n+1}-2

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.

1 solution

Paola Ramírez
Jan 4, 2015

First column can be painted of 2 n 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 \therefore exist 2 × 2 n 1 2 \times 2^{n-1} colorations.

If first column has to equal colors together next column coloration will be defined \therefore exist 2 n 2 2^n-2 colorations.

Total colorations are

2 × 2 n 1 + 2 n 2 = 2 × 2 n 2 = 2 n + 1 2 2 \times 2^{n-1} +2^n-2=2 \times 2^n-2=\boxed {2^{n+1}-2}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...