InterviewSolution
Saved Bookmarks
| 1. |
if `x=(a-b)/(a+b+c+d)=(b-c)/(a+b+c+d)=(c-d)/(a+b+c+d)` `=(d-a)/(a+b+c+d)`, then find `x^(3)`.A. 1B. 8C. 0D. 27 |
|
Answer» Correct Answer - C If `a=(p)/(q)=(r)/(s)=(t)/(u)`, then a `=(p+r+t)/(q+s+u)` Apply the sae in the problem. |
|