

InterviewSolution
Saved Bookmarks
1. |
Find a quadratic polynomial each with the given numbers as the sum and product of its zeroes respectively.(iv) 1, 1 (v) `-1/4,1/4` (vi) 4, 1 |
Answer» `alpha=-1/4` `beta=1/4` `alpha+beta=1/4-1/4=0` `alpha*beta=-1/4*1/4=-1/16` `x^2-0x-1/16=0` `x^2-1/16=0` |
|