InterviewSolution
Saved Bookmarks
| 1. |
If `a + b = sqrt5 and a -b = sqrt3`, then the value of `a^(2) + b^(2)` isA. 8B. 4C. 2D. 1 |
|
Answer» Correct Answer - B We know that `a^(2) + b^(2) = (1)/(2) xx 2 (a^(2) + b^(2))` `= (1)/(2) {(a + b)^(2) + (a-b)^(2)}` (by formula) `= (1)/(2) {(sqrt5)^(2) + (sqrt3)^(2)} = (1)/(2) (5 +3)` `= (1)/(2) xx 8 4` `:.` (b) is correct |
|