You're creating a catalog of tile designs for a friend. In this series of designs, the area to be tiled is 2'' x 16'' and the tiles are each 1'' x 2''.
How many different ways are there to cover the area with tiles?
Note: The image shows a few examples that describe such scenario.
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 A(n) be the set of all possible arrangements for the area 2 × n ∣ A ( 1 ) ∣ = ∣ { ( ∣ ) } ∣ = 1 ∣ A ( 2 ) ∣ = ∣ { ( ∣ ∣ ) , ( = ) } ∣ = 2 And for n > 2 A ( n ) = { ( ∣ ) } × A ( n − 1 ) ⊕ { ( = ) } × A ( n − 2 ) ∣ A ( n ) ∣ = ∣ A ( n − 1 ) ∣ + ∣ A ( n − 2 ) ∣ Is the Fibonacci sequence, so ∣ A ( 1 6 ) ∣ = 1 5 9 7