Skip to content

Assessment: Mathematical Induction

Answer every question, then submit to see your score and which topics to review.

Part A β€” Concept Questions

What are the two required steps of a mathematical induction proof?

Easy

When proving a summation formula, what should be added to both sides during the inductive step?

Easy

Part B β€” Formula & Application

Using 1+2+...+n = n(n+1)/2, find the sum of the first 20 positive integers.

Medium

Verify the base case for "5ⁿ βˆ’ 1 is divisible by 4" at n=1: what is 5ΒΉ βˆ’ 1?

Medium

Part C β€” Problem Solving

Verify the base case for "n! > 3ⁿ for nβ‰₯7" at n=7: what is 7!?

Medium

If P(5) is true and the inductive step "P(k) ⟹ P(k+1)" holds for all k β‰₯ 5, what is the smallest n > 5 for which P(n) is guaranteed true by induction?

Medium

Part D β€” Real-Life Application

A network engineer wants to prove a summation formula for the total cables needed to connect n junction boxes is correct for EVERY possible n, not just the sizes tested. Which technique proves this?

Medium

A cryptography engineer needs a computed value to always be divisible by a fixed number, at every step of an unbounded process. Which technique proves this holds at every step?

Medium

Part E β€” Challenge

Why is the base case alone not sufficient to prove a statement for all positive integers?

Hard

The inequality "nΒ² β‰₯ 2n+1" is false at n=1 (1β‰₯3 is false) and n=2 (4β‰₯5 is false), but becomes true at n=3 (9β‰₯7 is true) and stays true afterward. What is the correct base case value to start this induction proof?

Hard

0/10 answered