Tiling a Grid

Logic Level 3

There are 8 8 different ways that 1 × 1 1 \times 1 and 2 × 2 2 \times 2 squares can be arranged in a 2 × 5 2 \times 5 grid:

Find the number of different ways that 1 × 1 1 \times 1 and 2 × 2 2 \times 2 squares can be arranged in a 2 × 50 2 \times 50 grid.


The answer is 20365011074.

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.

2 solutions

Chris Lewis
Oct 10, 2019

Let t ( n ) t(n) be the number of ways of tiling a 2 × n 2\times n grid.

Now, all of these tilings have either one 2 × 2 2\times 2 tile or a vertical pair of 1 × 1 1\times 1 tiles at their rightmost position. We see that there must be t ( n 2 ) t(n-2) of the first type and t ( n 1 ) t(n-1) of the second. So we have the relationship t ( n ) = t ( n 1 ) + t ( n 2 ) t(n)=t(n-1)+t(n-2) (for n > 2 n>2 ).

Clearly t ( 1 ) = 1 t(1)=1 and t ( 2 ) = 2 t(2)=2 , so the t ( n ) t(n) are just the Fibonacci numbers.

F 50 = 20365011074 F_{50}=\boxed{20365011074} , so this is the required answer.

Yuriy Kazakov
Oct 13, 2019

I use Excel for Binomtable.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...