How many ways are there to tile the rectangle by fifteen indistinguishable rectangles ?
All the pieces must be used with no overlaps.
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.
Let us denote the number of tilings of the rectangle 3 × 2 n as a n and number of tilings of the rectangle 3 × ( 2 n − 1 ) without the right lower corner as b n . From the picture, we see that a 1 = 3 and trivially b 1 = 1 .
From the following set of pictures, we can infer that a n = a n − 1 + 2 b n and b n = a n − 1 + b n − 1 for n > 1 : The key here is to realize that these options for a n and b n encompass all possibilities and that there are no duplicities.
We have a recursive relationship for the two sequences and first members of both sequences, which is enough for calculating a 5 (the number we are looking for). Easily, we find that it is 5 7 1 .
Source: Slovak/Czech High School Math Olympiad, 2013/14, Home Round of category A (upperclass students), Problem number 5, author: Stanislava Sojakova (me :)