InterviewSolution
Saved Bookmarks
| 1. |
If x + y = 7 and xy = 2 , then `x^*(2) - y^(2) = "_________" (x gt y)`A. `7sqrt(46)`B. `7sqrt(44)`C. `7sqrt(41)`D. `7sqrt(43)` |
|
Answer» Correct Answer - C Given , x + y = 7 , and xy = 2 . `x- y = sqrt((x+y)^(2) - 4xy)` =` sqrt(7^(2) - 4(2)) = sqrt(41)` Now , `x^(2) - y^(2) = ( x + y) (x - y)` `7 sqrt(41)` Hence , the correct option is (c) . |
|