CSE 321 Assignment #6
Autumn 1998

Due: Friday, November 20, 1998.

Reading assignment: Read the text, Discrete Mathematics and Its Applications, Sections 4.1-4.5. The following problems are from the Third Edition of the text.

Problems:

  1. Suppose that a function T is defined by T(1)=1 and for n greater than or equal to 1, T(n+1) is equal to T(n) if n+1 is not divisible by 4 and is equal to T((n+1)/4) + T((n+1)/2) + n if n+1 is divisible by 4. Prove that for all n greater than or equal to 1, T(n) is less than or equal to 4n.

  2. Define a set S of strings by Prove that every string in S has an equal number of 1's and 0's.

  3. Page 241, Problems 8, 16

  4. Page 242, Problems 32, 34, 38

  5. Page 249, Problems 18, 26

  6. Page 258, Problem 18

  7. Page 259, Problems 24 (c)(d), 26, 28, 40

  8. Page 260, Problem 48

  9. (Bonus) Page 261, Problem 60