Difficulty: Easy
Correct Answer: 3
Explanation:
Introduction / Context:
Nested radicals of the form √(k + √(k + …)) typically converge to a finite limit x satisfying x = √(k + x). Solving the resulting quadratic yields the exact value, with the positive root chosen due to the square root’s nonnegativity.
Given Data / Assumptions:
Concept / Approach:
Square both sides to eliminate the radical and solve the quadratic equation. Only the nonnegative solution is valid for the nested radical limit.
Step-by-Step Solution:
Verification / Alternative check:
Check: √(6 + 3) = √9 = 3, consistent. Iterating numerically from any positive seed also converges near 3.
Why Other Options Are Wrong:
Common Pitfalls:
Keeping both quadratic roots or forgetting that the expression must be nonnegative. Also, confusing this with finite-depth radicals, which do not satisfy the same fixed-point equation.
Final Answer:
Discussion & Comments