

InterviewSolution
Saved Bookmarks
1. |
Find the zeroes of the quadratic polynomial 9 - x2. |
Answer» -x2 + 9 = 0 -x2 = -9 x2 = 9 ∴ x = ±3 ∴ The zeroes of the given polynomial are 3 & -3. |
|