InterviewSolution
Saved Bookmarks
| 1. |
Write the zeroes of the polynomial x²-x-6 |
|
Answer» -2 and 3 (x - 3) (x + 2) = 0x = 3 and x = -2 x2 - x - 6 = 0x2 - 3x + 2x - 6 = 0x(x - 3) + 2 (x - 3) = 0(x - 3) (x + 2) = 0 -2 and 3 are the zeroes of the given polynomial. The zeroes are 3 and -2 |
|