Questions: Strong Induction

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to prove that every amount of postage ≥ 12 cents can be made from 4-cent and 5-cent stamps. To show amount n+1 works, you argue: if n+1 ≥ 17, subtract a 4-cent stamp to get n−3, which must be achievable. But n−3 could be far less than n. Which proof technique is required?

AWeak induction — you only need the previous case (n) to prove n+1.
BStrong induction — the step for n+1 may require cases far below n, not just n itself.
CDirect proof — the result can be verified without induction by a closed-form argument.
DProof by contradiction — assume postage n+1 is impossible and derive a contradiction.
Question 2 Multiple Choice

Why does the proof that every integer n ≥ 2 has a prime factorization require strong induction rather than weak induction?

ABecause n+1 may not equal the 'next' integer in the context of factorization.
BBecause if n+1 is composite, its factors a and b satisfy 2 ≤ a, b < n+1 — requiring the hypothesis for values other than n.
CBecause the base case n = 2 is insufficient to start the induction.
DBecause weak induction does not apply when the domain starts at 2 rather than 1.
Question 3 True / False

Strong induction is logically more powerful than weak (ordinary) induction — there exist theorems that can be proved by strong induction but not by weak induction.

TTrue
FFalse
Question 4 True / False

When using strong induction on a property involving the Fibonacci recurrence Fₙ = Fₙ₋₁ + Fₙ₋₂, the base case must establish the property for both F₁ and F₂.

TTrue
FFalse
Question 5 Short Answer

Explain why the inductive step in a strong induction proof can 'look back' multiple cases, and why weak induction's hypothesis is insufficient in those situations.

Think about your answer, then reveal below.