CSPP 512 Mathematics for Computer Science - Summer 2001
Homework 5 (assigned July 16, due July 25)
This homework assignment covers the material in sections 1.6, 2.1, and
2.4 of the textbook.
-
Do problem 80 on page 63. (5 points)
-
Do problems 33, 42, 44, 47, 48, 50, 51, 54, 56, and 62 on pages 83-84.
(Each problem is worth 3 points.)
- Use mathematical induction to show that the statement below holds
for all (positive) natural numbers n. This problem is worth 5 points.
2n is less than or equal to 2n.
- Use mathematical induction to show that the statement below holds
for all (positive) natural numbers n. This problem is worth 5 points.
12 + 22 + 32 + ... +
n2 = (1/6) n(n+1)(2n+1).
Challenge Problems (optional)
-
Prove that every number is either even or odd. (5 points)
-
Prove that if a set S of natural numbers contains n0 and
contains n+1 whenever it contains n, then S contains all natural
numbers greater than or equal to n0. (5 points)
Gerry Brady
Mon Jul 16 23:59:12 CDT 2001