Questions: Mathematical Induction

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

In a proof by induction that a statement P(n) holds for all natural numbers, the inductive step proves:

AP(n) is true for every specific value of n
BIf P(k) is true, then P(k+1) is true
CP(1) and P(2) are true, so P(n) is true for all n
DP(k+1) is directly true for all k
Question 2 True / False

A proof that checks P(1), P(2), P(3), ..., P(100) for a statement about natural numbers constitutes a valid proof that P(n) holds for most n.

TTrue
FFalse
Question 3 Short Answer

Why is the base case necessary in a proof by induction? What goes wrong if you skip it?

Think about your answer, then reveal below.