InterviewSolution
Saved Bookmarks
| 1. |
If alpha, beta, gamma are the cube roots of a negative number p, thenfor any three real numbers x,y,z the value of (x alpha+y beta+ z gamma)/(x beta +y gamma+z alpha) is |
|
Answer» `(1-isqrt(3))/(2)` |
|