Question 608402
You just have to read every sentence carefully to see what it is saying. We know that the leading coefficient is 1, so the polynomial is in the form


*[tex \LARGE x^2 + bx + c]


According to the second sentence, the polynomial *[tex \LARGE x^2 + bx + (c+1)] has equal roots. This means that the discriminant is zero, i.e.


*[tex \LARGE b^2 - 4(c+1) = 0 \Rightarrow b^2 - 4c = 4]


According to the third sentence, the polynomial *[tex \LARGE x^2 + bx + (c-3)] has two roots, one of which is double the other. Suppose we find the roots:


*[tex \LARGE x = \frac{-b \pm \sqrt{b^2 - 4(c-3)}}{2}]


Therefore if we let -b = 3k and sqrt(b^2 - 4(c-3)) = k for some k, we will obtain two roots, one of which is double the other (since 3k + k = 2(3k - k)). Hence,


*[tex \LARGE -b = 3\sqrt{b^2 - 4(c-3)} = 3\sqrt{b^2 - 4c + 12}]


We have a system of two equations but this is easily solvable since we know that b^2 - 4c = 4. Substitute this to obtain


*[tex \LARGE -b = 3\sqrt{(4) + 12} = 12 \Rightarrow b = -12]


Solving for c, we obtain c = 35. Therefore the original quadratic is


*[tex \LARGE x^2 - 12x + 35] and the roots are 5 and 7 (solved by factoring).


Update: I let -b = 3k and sqrt(b^2 - 4(c-3)) = k since that will produce two roots in the ratio 2:1. The roots of the quadratic now become (3k+k)/2 and (3k-k)/2, which are equal to 2k and k, in the ratio 2:1.