You are not logged in.
Pages: 1
Hi all,
I hope someone can help me out with these 2 questions i have encountered.
Qns 1:
Use mathematical induction to prove that for any integer n more than and equals to 1, if one square is removed from a 2^n x 2^n checkerboard, the remaining squares can be covered by an L-Tromino.
My qns:
What is a L-tromino? And could someone give me some clue on how to work this out?
Qns 2:
Suppose that
(a) Prove that
for all .(b) Suppose s is any real number satisfying
(This implies that s>1.83). Prove that for all .Last edited by shaoen01 (2008-02-23 20:45:46)
Offline
For 1, an L-tromino is three squares stuck together to make a corner shape, like this:
_ _
|
Here's a hint on how to prove the statement: 4 L-trominos can be stuck together to form a bigger version of themselves:
_ _ _ _
| _ _ |
| |
| _
Hopefully that drawing's just about good enough for you to see what I mean.
For 2, I think your book is making things more complicated than it needs to.
You have that h_n+1 = h_n + h_n-1 + h_n-2.
By your assumption, this is ≤ 3^n + 3^(n-1) + 3^(n-2).
That, however, is ≤ 3^n + 3^n + 3^n, which is 3^(n+1).
Hence, h_(n+1) ≤ 3^(n+1).
Edit: Yay colours!
Why did the vector cross the road?
It wanted to be normal.
Offline
I am sorry but how did you get this "≤ 3^n + 3^n + 3^n, which is 3^(n+1)"? I am a bit confused ...
Offline
3^n + 3^n + 3^n
3(3^n)
3^(n+1)
Why did the vector cross the road?
It wanted to be normal.
Offline
What i meant is how did you get the equation "3^n + 3^n + 3^n"? Are you trying to say that "3^n + 3^(n-1) + 3^(n-2)" is actually equivalent to "3^n + 3^n + 3^n"?
Offline
For any n,
Note that the inductive step of the proof is only valid for n ≥ 2. To complete the proof by induction, you must verify that the statement is true for n = 0, 1 and 2.
Offline
Thanks JaneFairfax for the explanation. So how do i complete the proof by verifying that the statement is true for n = 0, 1 and 2? Do i just substitute the values in to check?
Offline
Yes, substitute values directly and check.
Offline
Wow, thanks!
Offline
Pages: 1