Difficulty: Easy
Correct Answer: 8
Explanation:
Problem restatement
Evaluate x2 + y2 for x = √3 + 1 and y = √3 − 1.
Given data
Concept/Approach
Square each expression and add; the radical cross-terms cancel.
Step-by-step calculation
x2 = (√3 + 1)2 = 3 + 2√3 + 1 = 4 + 2√3 y2 = (√3 − 1)2 = 3 − 2√3 + 1 = 4 − 2√3 x2 + y2 = (4 + 2√3) + (4 − 2√3) = 8
Verification/Alternative
Use identity: (a + b)2 + (a − b)2 = 2(a2 + b2) with a = √3, b = 1 ⇒ 2(3 + 1) = 8.
Final Answer
8
Discussion & Comments