InterviewSolution
Saved Bookmarks
| 1. |
If f(x , y) = ((x + y)^2)/(xy) for every x, y > 0 then f(x,y) must be : |
|
Answer» `GE 2` The minimum value of `x/y + y/x` = 2 at x = y Therefore f(x,y) = `((x+y)/xy)^2 ge 4` |
|