1, 2, 3 Tiling

Using 1'' x 2'' dominoes, there's one way to tile a 1'' x 2'' area, 2 ways to tile a 2'' x 2'' area, and 3 ways to tile a 3'' x 2'' area.

How many ways are there to tile a 4'' x 2'' area?

6 5 8 4 7

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.

6 solutions

Achille 'Gilles'
Aug 13, 2015

5 ways (IIII, =II, I=I, II=, ==)

and...

8 ways for 5"x2"

(IIIII, =III, I=II, II=I, III=, ==I, =I=, I==)

13 ways for 6"x2"

(IIIIII, =IIII, I=III, II=II, III=I, IIIII=, ==II, =I=I, =II=, I==I, I=I=, II==, ====)

21 ways for 7"x2"

(IIIIIII, =IIIII, I=IIII, II=III, III=II, IIII=I, IIIII=, ==III , =I=II , =II=I , =III=, I==II , I=I=I , I=II= , II==I , II=I= , III== , ===I , ==I=, =I==, I===)

1, 2, 3, 5, 8, 13, 21... it look like the Fibonacci sequence, isn’t it?

Almost. Just need to add another 1 to the beginning xD

Jerith Jade - 5 years, 10 months ago

Log in to reply

But theres only 1 way to tile a 0x2 space

Steven Kingston - 5 years, 10 months ago

Log in to reply

Not true. There are 0 ways to map that. Saying that there is a way (by not adding a domino) would alter all of the other sequences, as you would have to map no domino for each domino placed... Doubling the original answers. Nice idea, but the mathematics don't add up ;)

Jerith Jade - 5 years, 10 months ago

Log in to reply

@Jerith Jade I think Steven may be on to something. For me it relates to the definition of factorial. I always had a hard time understanding why 0! was 1. But it was explained to me that you can think about factorial as the number of ways you can arrange that number of things in a group. So you can arrange 3 thinks 6 ways, 2 things 2 ways, 1 think 1 way and 0 things 1 way. Also when you look at the definition of tiling: "a way of arranging identical plane shapes so that they completely cover an area without overlapping." Having no dominoes certainly would not tile a 2 dimensional shape and since there is no way of tiling the 1 dimensional shape there is only 1 way to do it and that's not to do it.

Scott Schwartz - 5 years, 10 months ago

Log in to reply

@Scott Schwartz Yes, Steven is right in saying that there is 1 way to tile a "0 X 2" space, in order for our combinatorial identities to make sense.

For example, if the number of ways that you can tile a "0X2" space is 0, then the number of ways to tile a "0X2" space and then a "1X2" space is 0 × 1 = 0 0 \times 1 = 0 by the rule of product.

Note: In a similar manner, the empty product is defined as 1.

Calvin Lin Staff - 5 years, 10 months ago

Log in to reply

@Calvin Lin I get what you are saying. Gotta love the Fibonacci sequence... and Phi too!

Jerith Jade - 5 years, 8 months ago
Saurabh Saurabh
Aug 16, 2015

Here's the answer. Solution Solution
Amazing thing here is that it's like a fibonacci series.

Good observation.

Sathish P - 5 years, 10 months ago

Log in to reply

Thank You Satish.

Saurabh Saurabh - 5 years, 10 months ago

Why can't these be the answers?:

If I include these as the answers, then the total number of combinations will go from 5 to 7.

PS: Please tell me how to attach an image in the comments section. I did it with great difficulty! Went to the Community page>Add Note>Insert image> copied the link and pasted it here. Is there an easier way to do this?

Ritvik Chaturvedi - 5 years, 10 months ago

Log in to reply

The question is about 4x2 but your way is 2x4

宥 神 - 5 years, 10 months ago

Ritvik Chaturvedi, why only these two you can also place all the cubes vertical and then there will be 10 but you need to analyse the question correctly. You need to follow the sequence in same way as the question did.
Solution to your second problem is that first of all post your image to any good image uploading website (i prefer http://postimage.org/) then copy the direct link provided by the website and then paste the link in comment section in the following format. This is caption to the image This is caption to the image

Saurabh Saurabh - 5 years, 10 months ago
Izan Bf
Nov 1, 2018

This is like the fibonacci sequence but starting from one. Given a 2xN area, you can place two horizontal pieces and have all the ways fot the area 2x(N-2) or place one vertical piece and have the ways for an area of 2x(N-1), we get the recurrence S n = S n 2 + S n 1 , S 0 = 1 S_n = S_{n-2} + S_{n-1}, S_0 = 1 and this means S n = F n + 1 S_n = F_{n+1} where F n F_n is the n-th fibonacci number.

Manish Saxena
Aug 13, 2015

IIII, ==, I=I, II=, =II ,

It should be only 4 ways cos =|| is the same as ||= or that's what i think!!

Omar Ragaie - 5 years, 10 months ago

Log in to reply

They've already demonstrated in the example (setting up 3" x 2" area using 1" x 2" tiles) that the order does matter. According to that example, |= and =| are different, so surely ||= and =|| should also be different. I don't know if this is completely correct, but that's my take on this..

Albert Lianto - 5 years, 10 months ago
  1. We could place the first tile horizontally, which forces us to place another directly below it and so the empty area is now a 2 × 2 2\times2 . There are 2 2 ways to tile this.

  2. We could place the first tile vertically, so the empty area is now a 3 × 2 3\times2 . There are 3 3 ways to tile this.

So there are 5 \color{#20A900}{\boxed{5}} ways to tile a 4 × 2 4\times2 area.

In general, the number of ways to tile a 2 × n 2\times n area is the sum of the number of ways to tile a 2 × ( n 1 ) 2\times (n-1) area + + the number of ways to tile a 2 × ( n 2 ) 2\times (n-2) area because we can apply this same process. This is, of course, equivalent to the Fibonacci sequence .

Observe that it is impossible to tile an odd number of vertical 1 × 2 1\times2 dominoes in a n × 2 n\times2 area such that n n is an even number, and also it is impossible to place an even number of vertical 1 × 2 1\times2 dominoes in a n × 2 n\times2 area such that n n is an odd number.

If we have 4 × 2 4\times2 area to tile, there are 3 general cases according to the observation:

1. 1. Putting 4 vertical dominoes, we have ( 4 4 ) {4 \choose 4} ways to do it.

2. 2. Putting 2 vertical dominoes, there are ( 3 2 ) {3 \choose 2} ways to do it. The other horizontal domino counted as 1 box hence we have 3 boxes to place with the vertical dominoes.

3. 3. Putting 0 vertical dominoes, then there are ( 2 0 ) {2 \choose 0} ways to do it. We have only 2 boxes to place horizontal dominoes as there are zero vertical dominoes.

Sum all of the ways, then there are ( 4 4 ) + ( 3 2 ) + ( 2 0 ) = 1 + 3 + 1 = 5 {4\choose4}+{3\choose2}+{2\choose0}=1+3+1=\boxed{5} ways to do it. The general summation we've been looking for many ways n × 2 n\times2 area to be tiled with 1 × 2 1\times2 dominoes is: i = 0 n 2 ( n i n 2 i ) \displaystyle \sum_{i=0}^{\lfloor\frac{n}{2}\rfloor} {{n-i}\choose{n-2i}} . For every n n it may refer to fibonacci's sequence.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...