Podcast
Questions and Answers
What is the primary rule regarding resources allowed during the exam?
What is the primary rule regarding resources allowed during the exam?
How should a student handle a question they find difficult during the exam?
How should a student handle a question they find difficult during the exam?
What is the total number of scoring points available in the exam?
What is the total number of scoring points available in the exam?
How should students indicate they need extra space for their answers?
How should students indicate they need extra space for their answers?
Signup and view all the answers
What should students be cautious about when reading the exam questions?
What should students be cautious about when reading the exam questions?
Signup and view all the answers
What is the correct expression for the inductive step in proving P(n) by mathematical induction?
What is the correct expression for the inductive step in proving P(n) by mathematical induction?
Signup and view all the answers
If a task can be accomplished in either n1 ways or n2 ways, what is the total number of ways to complete the task?
If a task can be accomplished in either n1 ways or n2 ways, what is the total number of ways to complete the task?
Signup and view all the answers
How many different ways can a 5-letter password be chosen from 52 letters without repeating any letter?
How many different ways can a 5-letter password be chosen from 52 letters without repeating any letter?
Signup and view all the answers
How many one-to-one (injective) functions can be formed from a set A to itself if |A| = 5?
How many one-to-one (injective) functions can be formed from a set A to itself if |A| = 5?
Signup and view all the answers
How many bit strings of length 10 do not contain a consecutive sequence of 9 '1's?
How many bit strings of length 10 do not contain a consecutive sequence of 9 '1's?
Signup and view all the answers
What is the number of ways to choose an unordered team of 40 students from 89 registered students?
What is the number of ways to choose an unordered team of 40 students from 89 registered students?
Signup and view all the answers
In how many different ways can a committee of 3 members be formed from a group of 10 members?
In how many different ways can a committee of 3 members be formed from a group of 10 members?
Signup and view all the answers
What is the product rule in counting?
What is the product rule in counting?
Signup and view all the answers
What is the correct expression for S1 + S2?
What is the correct expression for S1 + S2?
Signup and view all the answers
Which type of progression does the sum of terms represent?
Which type of progression does the sum of terms represent?
Signup and view all the answers
If set A is countably infinite, which statement is true?
If set A is countably infinite, which statement is true?
Signup and view all the answers
What is the relationship between the cardinality of the sets Z and N?
What is the relationship between the cardinality of the sets Z and N?
Signup and view all the answers
What do the symbols in the expressions for S1 and S2 represent?
What do the symbols in the expressions for S1 and S2 represent?
Signup and view all the answers
How can one define the countable infinity of set A?
How can one define the countable infinity of set A?
Signup and view all the answers
What is the key difference between countably infinite and uncountably infinite sets?
What is the key difference between countably infinite and uncountably infinite sets?
Signup and view all the answers
In the context of set theory, what can be inferred about the cardinality of the natural numbers N?
In the context of set theory, what can be inferred about the cardinality of the natural numbers N?
Signup and view all the answers
Which formula correctly represents the sum of the first n positive integers?
Which formula correctly represents the sum of the first n positive integers?
Signup and view all the answers
How many different arrangements can three people have when seated around a circular table?
How many different arrangements can three people have when seated around a circular table?
Signup and view all the answers
What is the sum of the geometric series $1 + 2 + 4 + ... + 2^n$ for any non-negative integer n?
What is the sum of the geometric series $1 + 2 + 4 + ... + 2^n$ for any non-negative integer n?
Signup and view all the answers
What is a valid statement about the set of positive odd integers?
What is a valid statement about the set of positive odd integers?
Signup and view all the answers
What is the result of $1 + 2 + 2^2 + ... + 2^n$?
What is the result of $1 + 2 + 2^2 + ... + 2^n$?
Signup and view all the answers
Which concept is essential for proving the sum of the first n positive integers using induction?
Which concept is essential for proving the sum of the first n positive integers using induction?
Signup and view all the answers
Which of the following formulas is used for the sum of a finite geometric series?
Which of the following formulas is used for the sum of a finite geometric series?
Signup and view all the answers
How many bit strings of length 10 start with six 0s or end with five 0s?
How many bit strings of length 10 start with six 0s or end with five 0s?
Signup and view all the answers
Study Notes
Discrete Mathematics Exam II - Critical Information
- Exam Type: Closed-book
- Materials Allowed: No notes, internet, calculators, programs, or communication devices.
- Work Style: Work efficiently. If a problem is difficult, move on and come back to it later.
- Question Format: Read questions carefully. Expect variations and new combinations of previous homework questions.
- Continued Work: Use the back of previous pages or blank pages for additional space. Indicate the continuation with "continued" or "cont" and the problem number.
- Scoring: Exam is out of 100 points total, plus possible extra credit of 10 points.
- Multiple Choice: Multiple choice questions have only one correct answer. Numbers may differ from other exams.
Discrete Mathematics Exam II - Exam Questions
-
Question 1 (6 pts.): Σ (3⁰ + 2⁰) for integers n > 0
- Options (choose one): a) Σ (3⁰ + 2⁰) = (3+2)^n b) Σ (3⁰ + 2⁰) = Σ(3⁰) + Σ(2⁰) c) Σ (3⁰ + 2⁰) = (3 + 2) d) none of the above
-
Question 2 (6 pts.): Sum of terms (23^2 + 32^2)
- Options (choose one): a) arithmetic progression b) geometric progression c) both a and b d) none of the above
-
Question 3 (6 pts.): If set A is countably infinite
- Options (choose one): a) injection from A to set of natural numbers b) surjection from set of natural numbers to A c) bijection between A and set of natural numbers d) all of the above e) none of the above
-
Question 4 (6 pts.): Cardinality
- Options (choose one): a) If Z is uncountably infinite and N is countably infinite, |Z| > |N| b) If Z and N are both uncountably infinite, |Z| > |N| c) If Z and N are countably infinite, |Z| = |N| d) none of the above
-
Question 5 (6 pts.): Mathematical Induction
- Options (choose one): a) To prove P(n) by induction, prove k(P(k) => P(k+1)) b) P(1) => P(k) => P(k+1) => P(n) c) P(1) => for all k(P(k) => P(k+1)) => P(n) d) (P(1) ∧ (P(k) ∧ P(k+1)) => P(n))
-
Question 6 (6 pts.): Combining task possibilities. Given n₁ and n₂ task ways.
- Options (choose one): a) n₁ + n₂ by sum rule b) n₁ * n₂ by product rule c) n₁! * n₂! by product rule d) None of the above
-
Question 7 (6 pts.): Determine the number of possible 5-letter passwords using the English alphabet (case-sensitive). No letters can be repeated.
-
Question 8 (6 pts.): Number of one-to-one functions from set A to itself, where |A| = 5.
-
Question 9 (6 pts.): Bit strings of length 10 with no consecutive nines.
-
Question 10 (6 pts.): Number of ways to choose an unordered team of 40 students from 89 students.
Discrete Mathematics Exam II - Induction Proof
- Question 2.1: Prove by induction that 1+2+3+…+n = n(n+1)/2 for any integer n ≥ 1.
- Question 2.2: Prove by induction that 1+2^1+2^2+……+2^n = 2^(n+1)-1 for any integer n is ≥ 0
Discrete Mathematics Exam II - Counting
- Question 3.1: Is the set of positive odd integers countably infinite? Provide a function proof.
- Question 3.2: How many ways are there to seat three people around a circular table with three chairs?
- Question 3.3: How many bit strings of length 10 either begin with six 0s or end with five 0s (or both)?
Discrete Mathematics Exam II - Extra Credit
- Question 4: Prove the formula for the sum of a finite geometric progression. Use mathematical induction.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Related Documents
Description
Prepare for the Discrete Mathematics Exam II with this focused quiz. It covers critical information about the exam format, scoring, and types of questions you will encounter. Improve your problem-solving skills and readiness for varied question styles in this closed-book assessment.