

InterviewSolution
Saved Bookmarks
1. |
Find a quadratic polynomial , the sum and product of whose zeroes are -3 and 2 respectively. |
Answer» Sum of zeroes = α + β = -3 Product of zeroes = αβ = 2 Then, the quadratic polynomial = x2 – (sum of zeroes)x + product of zeroes = x2 - (-3)x + 2 = x2 + 3x + 2 |
|