Difficulty: Easy
Correct Answer: 6
Explanation:
Introduction / Context:Infinite nested radicals often converge to a finite value x that satisfies a self-referential equation: x = √(constant + x). Solving the resulting quadratic yields the limit value. Only the positive root is meaningful because the radical is nonnegative.Given Data / Assumptions:
Concept / Approach:Square both sides to eliminate the outer radical and form a quadratic in x. Solve and select the nonnegative solution consistent with the original expression.
Step-by-Step Solution:
Assume limit x exists with x = √(30 + x).Square: x^2 = 30 + x ⇒ x^2 − x − 30 = 0.Solve: Discriminant D = 1 + 120 = 121 ⇒ √D = 11.x = [1 ± 11]/2 ⇒ x = 6 or x = −5.Reject negative root. Hence x = 6.Verification / Alternative check:Plug back: √(30 + 6) = √36 = 6, confirming consistency.
Why Other Options Are Wrong:
Common Pitfalls:Keeping both quadratic roots without checking the radical’s nonnegativity constraint, or mishandling the square step.
Final Answer:
6
Discussion & Comments