- #1
cocoabeens
- 6
- 0
Say there's a 3 block/pixel/square shape in L- formation that can be rotated on a board of size 2 x n. G(n) is how many distinct ways the board can be tiled. I need to show that if n isn't divisible by 3, then G(n) is 0.
Given a block of three squares fitting on a board of size 2xn, and k blocks, if we assume G(n) =/= 0, then n is divisible by 3. We have that the board is established by a total of 3k squares of 2xn dimension. If G(n), the number of ways the board can be tiled, is not 0, (here's where I'm getting confused), select a nonzero value, say G(n)=2 (for n=3), n is divisible by 3. Is this it? Or do I show that if G(n) is =/=0, there is no way for it to be divisible by 3?
For the second part of this, I need to show that if n is divisible by 3, then G(n)= 2n/3, by first showing that G(n) = 2xG(n-3).
Is this one an induction proof? I'm a bit stuck on how to first show the G(n)=2xG(n-3) part...
Thanks so much in advance (Talking)
Given a block of three squares fitting on a board of size 2xn, and k blocks, if we assume G(n) =/= 0, then n is divisible by 3. We have that the board is established by a total of 3k squares of 2xn dimension. If G(n), the number of ways the board can be tiled, is not 0, (here's where I'm getting confused), select a nonzero value, say G(n)=2 (for n=3), n is divisible by 3. Is this it? Or do I show that if G(n) is =/=0, there is no way for it to be divisible by 3?
For the second part of this, I need to show that if n is divisible by 3, then G(n)= 2n/3, by first showing that G(n) = 2xG(n-3).
Is this one an induction proof? I'm a bit stuck on how to first show the G(n)=2xG(n-3) part...
Thanks so much in advance (Talking)