Home » Aptitude » Square Root and Cube Root

If x = √3 + 1 and y = √3 − 1, then what is x<sup>2</sup> + y<sup>2</sup>?

Difficulty: Easy

Correct Answer: 8

Explanation:

Problem restatement
Evaluate x2 + y2 for x = √3 + 1 and y = √3 − 1.


Given data

  • x = √3 + 1
  • y = √3 − 1

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

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion