

InterviewSolution
Saved Bookmarks
1. |
If α and β are the zeros of the polynomial f(x) = 6x2 + x ‒ 2, find the value of (α/ β + β / α). |
Answer» Given: α and β are zeroes of f(x) = 6x2 + x – 2 To find: (α/ β + β / α) α + β = Sum of zeros = -(coefficient of x)/(coefficient of x2) = -1/6 α β = Product of zeros = (constant term)/(coefficient of x2) = -1/3 Now, (α/ β + β / α) = {(α + β)2 – 2αβ) / αβ } = (1/36 + 2/3) / (-1/3) = -25/12 |
|