CSC 156 Fall 2023 - Homework 8 (100 pts. total)
Assigned Mon Dec 4, due Wed Dec 13


BEFORE STARTING THIS ASSIGNMENT:
Before starting the exercises given below for each section, please make sure to read each section and check your understanding (by doing the participation exercises and those additional exercises with answers provided).

FOR ALL QUESTIONS IN THIS ASSIGNMENT:
Answer each question. *Make sure to justify your answer for all questions. Do NOT just state the answer.*

THE ASSIGNMENT:
  • [15 pts.] Section 5.2 Additional Exercises: #1a,1e
  • [10 pts.] Additional Question 1: Given the recursively defined function: f(n) = n • f(n-1) + 1 with f(1) = 5, find f(4).
  • [20 pts.] Section 6.1 Additional Exercises: #1cd,2b,3b
  • [10 pts.] Section 6.2 Additional Exercises: #2b,3b
  • [15 pts.] Section 6.3 Additional Exercises: #2b,3be
  • [15 pts.] Additional Question 2: Given a set S containing 11 elements to select from, calculate:
    (a) the number of lists of 5 elements (repeats allowed)
    (b) the number of lists of 5 elements (no repeats allowed)
    (c) the number of sets of 5 elements
  • [15 pts.] Section 6.4 Additional Exercises: #3abc



    Last Modified: 12/8/23