Hi, there's this simultaneous equation problem, however I already know the solution, I just want to know more about the solution.
a+b+c=2,bc+ac+ab=-5, abc=-6
The solution is:
Consider the polynomial (x-a)(x-b)(x-c), where a,b,c are constants.
(x-a)(x-b)(x-c) = x^3-(a+b+c)x^2+(bc+ac+ab)x-abc...