Book a personalised 1:1 class with LearnoHub
Search
Let a, b, c are the zeroes of the cubic polynomial.
Given a + b + c = 3
a*b + b*c + c*a = 0
and a*b*c = -4
Now, the cubic polynomial = x3 - (a + b + c)x2 + (a*b + b*c + c*a)x - a*b*c
= x3 - 3x2 + 0*x - (-4)
= x3 - 3x2 + 4