

InterviewSolution
Saved Bookmarks
1. |
Write the zeros of the polynomial x2 – x – 6. |
Answer» Given, Polynomial = X2 – x – 6 = 0 x2 – 3x + 2x – 6 = 0 x(x – 3) + 2(x – 3) = 0 (x + 2)(x – 3) = 0 So, – 2 and 3 are the zeros of the given polynomial |
|