

InterviewSolution
Saved Bookmarks
1. |
If - 1 is a zero of the polynomial f(x) = x2 - 7x - 8, then calculate the other zero. |
Answer» f(x) = x2 - 7x - 8 Let other zero be k, then Sum of zeroes -1 + k = -(-7/1) = 7 |
|