

InterviewSolution
Saved Bookmarks
1. |
Find the zeroes of cubic polynomials.i) - x3ii) x2 - x3(iii) x3 – 5x2 + 6x |
Answer» i) Given polynomial is y = – x3 f(x) = -x3 ; f(x) = 0 2 x3 = 0 x = \(\sqrt[3]{0}\)= 0 ∴ Zero of the polynomial f(x) is only one i.e., 0. ii) Given that y = x2 – x3 f(x) = x2 (1 – x) f(x) = 0 ⇒ x2 (1 – x) = 0 ⇒ x2 = 0 and 1 – x = 0 ⇒ x = 0 and x = 1 ∴ The zeroes of the polynomial f(x) are two i.e., 0 and 1. iii) Given that x3 – 5x2 + 6x Let f(x) = x3 – 5x2 + 6x = x(x2 – 5x + 6) = x(x2 – 2x – 3x + 6) = x[x(x – 2) – 3(x – 2)] = x(x – 2) (x – 3) ∴ The zeroes of the polynomial f(x) are x = 0 and x = 2 and x = 3 |
|