Domino's!

A domino is a 1 × 2 1 \times 2 rectangle. In how many ways can a 2 × 15 2 \times 15 rectangle be covered by 15 dominoes?

Bonus
In how many ways can a 2 × n 2 \times n rectangle be covered with n n dominoes.


The answer is 987.

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

Peter Macgregor
Apr 11, 2016

For the 2 × n 2\times n case there are F n + 1 F_{n+1} ways to cover the rectangle where F n F_{n} denotes the n t h n^{th} Fibonacci number. So for the given case the number of tilings is F 16 = 987 F_{16}=\boxed{987}

We will prove the general case by setting up a recurrence relation and showing that it is the same as the recurrence relation for the Fibonacci numbers. Then we just need a little care thinking about the initial values and we will have a proof.

Let T n T_{n} be the number of ways to tile the 2 × n 2\times n rectangle. Imagine the 2 × n 2\times n tiling set out in a long horizontal rectangle, and being built up from left to right. There are only two ways it can finish - with a vertical domino or with two horizontal dominos stacked above each other. This observation and a little thought gives us

T n = T n 1 + T n 2 T_{n}=T_{n-1}+T_{n-2}

which is the recurrence relation for the Fibonacci numbers!

It is easy to see that T 1 = 1 T_{1}=1 and T 2 = 2 T_{2}=2

and so our tiling sequence begins 1,2,3,5,8....

The Fibonacci sequence begins 1,1,2,3,5,8...

So we can see that T n = F n + 1 \boxed{T_{n}=F_{n+1}}

Very good observation. The solution is very well written. Thank you for the solution.

Shanthanu Rai - 5 years, 2 months ago

Is there a more general case for small triangles of dimension a b? Is this method valid only for 1 2 rectangles?

Aditya Kumar - 5 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...