InterviewSolution
Saved Bookmarks
| 1. |
If a, b and g are the three zeroes of the polynomial p(x) = x3 – 64x – 14, what is the value of α3 + β3 + γ3 ? (1) 36 (2) 40 (3) 42 (4) 64 |
|
Answer» Correct option (3) 42 Explanation: P (x) = x3 – 64x – 14 α + β + γ = 0, αβ + βγ + γα = – 64, αβγ = 14 α3 + β3 + g3 = 3αβg = 42 |
|