I would like to solve this polynomial of third order for its roots:
Reduce[{1 > a > 0, 1 > b > 0, 1 > c > 0, 1 > d > 0, 1 > f > 0, 1 > g > 0, (a (x + c + d) (x + f) + (b (x + d) + x (x + c + d)) (x + g + f)) == 0}, x] Is it possible and if so is there a better way than reduce with the above assumptions?
