CMSC 250 Fall 2004 -- Homework 8 Answer
Due Wed., Oct. 27 at the beginning of your discussion section.
You must write the solutions to the problems single-sided on your own lined paper, with all sheets stapled together, and with all answers written in sequential order or you will lose points.
- Prove the following for integer
:
-
for
.
Answer:
- Base case
- (
):
- LHS:
- RHS:
- Since LHS = RHS the statement is true for
.
- Inductive hypothesis
- (
):
- Inductive step
- (
):
Show:
Proof:
|
|
|
 |
|
|
|
|
 |
(by splitting the product) |
|
|
|
 |
(by expanding the one term product) |
|
|
|
 |
(by IH) |
|
|
|
 |
(by finding common denom.) |
|
|
|
 |
(by factoring the binomial) |
|
|
|
 |
(by cancellation) |
-
for
.
Answer:
- Base case
- (
):
- LHS:
- RHS:
- Since LHS
RHS the statement is true for
.
- Inductive hypothesis
- (
):
- Inductive step
- (
): Show:
Proof:
|
|
|
 |
|
|
|
 |
(by factorring out a 2) |
|
|
|
 |
(by IH) |
|
|
|
 |
 |
|
|
|
 |
(by def of factorial) |
Alternative answer to the proof portion:
Proof:
Part 1 (find the
value)
by IH
by multiplyig both side by 2
Let
.
Part 2 (show that
in other words that
)
Assume
by def of factorial
by dividing both sides by - legal because
contradiction to the fact that  |
by CCW
From part 1 we know
So by the transitive property we know
-
for
.
Answer:
- Base case
,
.
- Inductive hypothesis
- (
):
- Inductive step
- (
): Show:
Proof:
|
|
|
 |
|
|
|
 |
(by splitting the summation) |
|
|
|
 |
(by expanding the one term of the summation) |
|
|
|
 |
(by IH) |
|
|
|
 |
(by finding a common denom) |
|
|
|
 |
 |
|
|
|
 |
Alternative answer:
Proof:
Part 1 (find
value between the other two)
by IH
by adding the same sum to both sides
by combining summations
by expanding the one term of the summation
Let
.
Part 2 (show that
in other words that
)
by CCW.
From part 1 we know
Therefore by the transitive property we know
- Prove that any sum of two or more rational numbers is rational.
Answer:
is representing the number of rationals being summed.
- Base case
- (
):
Let
and
be arbitrary in
.
by def of rational
by closure of
in
and
by closure of
in
since both
and
by def of rational
by substitution
Since
and
were arbitrary rationals, the sum of any two rationsl in rational.
- Inductive hypothesis
- (
): the sum of
rational numbers is rational.
- Inductive step
- (
): show: the sum of
rational numbers is rational.
Proof: when looking at a sum of
rationals, it can be divided into
a sum of
rationals and a single raitonal based on the associative
property of addition. Since by the IH, the sum of the
raitonal
numbers must be a single rational number, the problem is reduced to being the
sum of two rational numbers. We know from the base that the sum of two rational
numbers is rational. Therefore the sum of
rational numbers is rational.
- Suppose
is a sequence defined as follows:
Prove that
is odd for all
.
Answer:
- Base case
- (
):
is odd. (
):
is odd.
- Inductive hypothesis
- (
)
- Inductive step
- (
):
which is odd.
- An L-tromino is composed by three squares and shaped like an L: =1ex
.
Use mathematical induction to prove that for any integer
, if one
square is removed from a
checkerboard, the remaining squares
can be completely covered by L-trominos.
Answer:
- Base case
- (
):
:
- Inductive hypothesis
- (
): if one
square is removed from a
checkerboard, the remaining squares
can be completely covered by L-trominos.
- Inductive step
- (
): Show: if one square is removed from a
checkerboard,
the remaining squares can be covered by L-trominos.
Proof:
- Divide the checkerboard into 4 checkerboards each of size
,
namely upper left (UL), upper right (UR), lower left (LL) and lower right (LR).
- Without loss of generality assume that the square removed is in region UL. Then
UL can be completely covered by L-trominos by induction hypothesis.
- Remove 1 square from the top right of region LL, top left of region LR, and
lower left of region UR. Then these regions can be covered by L-trominos by
induction hypothesis.
- The 3 squares removed in previous step can be covered by an L-tromino.
- Calculate the following:
where
.
Answer:
Kin-Keung Ma
2004-10-28
Web Accessibility