

InterviewSolution
Saved Bookmarks
1. |
Calculate the zeroes of the polynomial P(x) = 4x2 - 12x + 9 |
Answer» Let P(x) = 4x2 -12x + 9 = 4x2 - 6x + 9 or, p(x) = 2x(2x - 3) -3(2x - 3) :. 0 = (2x - 3) (2x - 3) The zeros are 3 / 2, 3 / 2 :. x = 3 / 2, 3 / 2 Hence, zeroes of the polynomial are 3 / 2, 3 / 2. |
|