1.

For the final challenge, Bowser asks, “For which integers n, does there exist a shape which can be tiled using 2 × 1dominoes in exactly n different ways?”

Answer»

All NATURAL Numbers
n is power of 2
n is an even number
n = 2,4

Solution :For n = 1, a `2× 1` rectangle can be tiled by a domino in exactly one way. Forn = 2, the following shape can be tiled in exactly two ways. Note that thereis a `2 × 1` rectangular hole in the middle which is not part of the shape.

This CONSTRUCTION can actually be generalised to any n. For n = 5 we havethe following shape (with four holes). 

Call a column strong if it has two vertical dominoes. Out of the five columnsindicated, at least one must be strong. But as soon as we CHOOSE a strongcolumn, the tiling is forced and no other columns can also be strong. Forexample, if the fourth column is strong, the following tiling is forced.

Since there were five POSSIBLE choices of strong columns, there are exactlyfive ways to tile the shape. By similar arguments, for all natural numbers n,there exists a shape which can be tiled by dominoes in exactly n ways.


Discussion

No Comment Found

Related InterviewSolutions