InterviewSolution
Saved Bookmarks
| 1. |
Let a, b c be given positive numbers, then values of x,y and z in R^(+) which satisfies equations x+y+z=a+b+x and 4xyz=-(a^(2)x+b^(2) +c^(2)z)= abc are respectively. |
|
Answer» `(b+c)/(2), (a+c)/(2),(a+b)/(2)` |
|