Exam 5: A: Induction and Recursion
Exam 1: The Foundations: Logic and Proofs18 Questions
Exam 1: A: the Foundations: Logic and Proofs201 Questions
Exam 2: Basic Structures: Sets, Functions, Sequences, Sums, Matrices5 Questions
Exam 2: A: Basic Structures: Sets, Functions, Sequences, Sums, Matrices210 Questions
Exam 3: Algorithms8 Questions
Exam 3: A: Algorithms54 Questions
Exam 4: Number Theory and Cryptography10 Questions
Exam 4: A: Number Theory and Cryptography149 Questions
Exam 5: Induction and Recursion10 Questions
Exam 5: A: Induction and Recursion51 Questions
Exam 6: Counting14 Questions
Exam 6: A: Counting155 Questions
Exam 7: Discrete Probability9 Questions
Exam 7: A: Discrete Probability50 Questions
Exam 8: Advanced Counting Techniques16 Questions
Exam 8: A: Advanced Counting Techniques124 Questions
Exam 9: Relations13 Questions
Exam 9: A: Relations72 Questions
Exam 10: Graphs14 Questions
Exam 10: A: Graphs131 Questions
Exam 11: Trees13 Questions
Exam 11: A: Trees94 Questions
Exam 12: Boolean Algebra11 Questions
Exam 12: A: Boolean Algebra67 Questions
Exam 13: Modeling Computation14 Questions
Exam 13: A: Modeling Computation67 Questions
Exam 14: Mathematics Problem Set: Set Theory, Number Theory, Combinatorics, and Boolean Algebra29 Questions
Select questions type
give a recursive definition with initial condition(s).
-The Fibonacci numbers 1, 1, 2, 3, 5, 8, 13, . . .
(Short Answer)
4.9/5
(37)
give a recursive definition with initial condition(s) of the set S .
-The set of strings 1, 111, 11111, 1111111, . . .
(Short Answer)
4.8/5
(35)
give a recursive definition with initial condition(s).
-The set {1, 1/3, 1/9, 1/27, . . .}
(Short Answer)
4.8/5
(22)
Suppose that the only paper money consists of 3-dollar bills and 10-dollar bills. Show that any dollar amount greater than 17 dollars could be made from a combination of these bills.
(Essay)
4.8/5
(35)
Consider the following program segment:
Let p be the proposition Use mathematical induction to prove that p is a loop invariant.

(Essay)
4.7/5
(40)
give a recursive definition with initial condition(s) of the set S .
-{3, 7, 11, 15, 19, 23, . . .}
(Short Answer)
4.9/5
(33)
give a recursive definition with initial condition(s) of the set S .
-All positive integer multiples of 5
(Short Answer)
4.9/5
(30)
A T -omino is a tile pictured at the right. Prove that every chessboard can be tiled with T-ominoes.
(Essay)
4.8/5
(44)
Find f(2) and f(3) if f(n) = f(n − 1)/f(n − 2), f(0) = 2, f(1) = 5.
(Short Answer)
4.9/5
(39)
Suppose you wish to prove that the following is true for all positive integers n by using mathematical induction:
1+3+5+...+(2 n-1)=n2
(a) Write P(1).
(b) Write P(72).
(c) Write P(73).
(d) Use P(72) to prove P(73).
(e) Write P(k).
(f) Write P(k + 1).
(g) Use mathematical induction to prove that P(n) is true for all positive integers n.
(Essay)
4.9/5
(46)
Floor borders one foot wide and of varying lengths are to be covered with nonoverlapping tiles that are available in two sizes: and sizes. Assuming that the supply of each size is infinite, prove that every border can be covered with these tiles.
(Essay)
4.8/5
(32)
give a recursive definition with initial condition(s).
-The set {. . . , −4, −2, 0, 2, 4, 6, . . .}
(Short Answer)
4.9/5
(39)
give a recursive definition with initial condition(s).
-The sequence
(Short Answer)
4.9/5
(47)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)