1. Two students both prove $\lim_{x \to 5} (3x - 7) = 8$. Student A chooses $\delta = \varepsilon / 3$, while Student B chooses $\delta = \varepsilon / 4$. Which of the following statements is correct?
- A.Only Student A's proof is valid because $\varepsilon / 3$ is the unique correct δ.
- B.Only Student B's proof is valid because a smaller δ is always required.
- C.Both proofs are valid; any $\delta \leq \varepsilon / 3$ satisfies the definition.
- D.Neither proof is valid because the limit is not 8.
View Answer
Answer: Both proofs are valid; any $\delta \leq \varepsilon / 3$ satisfies the definition.
Verify the limit: $3(5) - 7 = 8$, confirming the limit is indeed 8. Check both δ choices: $|(3x - 7) - 8| = 3|x - 5|$. We need $3|x - 5| < \varepsilon$, so $|x - 5| < \varepsilon/3$. Any $\delta \leq \varepsilon/3$ works. Since $\varepsilon/4 < \varepsilon/3$, both choices are valid. Why distractors fail: Option A incorrectly claims uniqueness. Option B incorrectly claims only the smaller δ works. Option D is wrong because the limit computation is correct.