InterviewSolution
Saved Bookmarks
| 1. |
Find the qurdartic polynomial the sum of zeroes is 0 product is -7 |
| Answer» Sum of zeroes = 0, product of zeroes = -7So the required polynomiais\xa0x^2 -(sum of zeroes)x product of zeroes.ie. x^2 -0x +(-7)ie x^2 -7 | |