]>
|
Home | 18.013A | Chapter 0 | Section 0.2 |
||
|
|
||
Prove that the Fibonacci numbers count the number of different ways of inserting dominoes into a 2 by grid, so that each domino covers two adjacent boxes.
Solution:
Consider the following array
The first domino on the left can be vertical in which case the remaining board to be covered is one shorter
| xxxxx | |||||
| xxxxx |
or it can be horizontal, in which case the only way to fill the other left square is by another horizontal domino, and the remaining board is two shorter
|
xxxxx |
xxxxx |
||||
|
yyyyy |
yyyyy |
If is the number of ways of covering the 2 by board, then we get
, the first term counts the number of ways of finishing the job after a first vertical and the second after a first horizontal.
Exercise 0.2A Try to find a similar formula for a 3 by board.
Notice that it can't be done at all if is odd;
(Hint: let be the number of ways of covering the 3 by board by dominoes and let be the number of ways of covering the 3 by board with one corner square removed. You can figure out relations among and as above.)
|
|