Quote:
Originally Posted by implex New Problem!!
Given that a,b and c are roots of the equation x^3-ax+bx-c=0. find the number of ordered triplets (a,b,c)
a)0 b) 1 c) 2 d) 3 e) none of these |
since its a cubic equation with roots a,b and c
abc=c....(1)
ab+bc+ac=b-a....(2)
and a+b+c=0...(3)
either ab=1 or c=0
when ab=1 from 1,2 and 3, we get a^4-a^3+a^2+a+1=0
this i dont think has any real solution.
if c=0,a+b=0 and ab+0=b-a
solving we get a=-b=0 or 2
hence 2 solutions.
this equation also has a solution when a=b=c=0.
hence answer is 3.is that right??