1. In your own words, which statement best describes what the Intermediate Value Theorem guarantees?
- A.If $f$ is continuous on $[a, b]$, then $f$ attains its maximum and minimum values on $[a, b]$.
- B.If $f$ is continuous on $[a, b]$ and $N$ is between $f(a)$ and $f(b)$, then there exists at least one $c \in (a, b)$ such that $f(c) = N$.
- C.If $f$ is differentiable on $(a, b)$, then there exists $c \in (a, b)$ with $f'(c) = \frac{f(b) - f(a)}{b - a}$.
- D.If $f$ is continuous on $[a, b]$ and $f(a) = f(b)$, then there exists $c \in (a, b)$ with $f'(c) = 0$.
View Answer
Answer: If $f$ is continuous on $[a, b]$ and $N$ is between $f(a)$ and $f(b)$, then there exists at least one $c \in (a, b)$ such that $f(c) = N$.
State the IVT precisely: The Intermediate Value Theorem says: if $f$ is continuous on $[a, b]$ and $N$ is any value strictly between $f(a)$ and $f(b)$, then there is at least one $c$ in $(a, b)$ with $f(c) = N$. Why the correct answer works: Option B is a direct statement of the IVT, capturing the hypothesis (continuity on a closed interval) and the conclusion (every intermediate value is attained). Why distractors fail: Option A describes the Extreme Value Theorem. Option C is the Mean Value Theorem. Option D is Rolle's Theorem.