Difficulty: Easy
Correct Answer: 2
Explanation:
Problem restatementCompute the principal square root of the product (7 + 3√5)(7 − 3√5).
Concept/ApproachUse the identity (a + b)(a − b) = a2 − b2.
Step-by-step calculation (7 + 3√5)(7 − 3√5) = 72 − (3√5)2 = 49 − 9×5 = 49 − 45 = 4 √4 (principal) = 2
Common pitfalls
Final Answer2
Discussion & Comments