Tebow15 said:
-19x^2-20x-9=0
With QF it looks like this:
x=20+-(sqrt):1084/-38
No, that's not how it looks like. Check the discriminant (part under the square root) again.
Tebow15 said:
How would I factor this without the QF?
This is one that doesn't have rational solutions so you can't factorize it in the usual sense that you're probably thinking. To factor trinomials like this, take a look at this video on how to do so:
But keep in mind that you can always factorize any quadratic if you know the quadratic formula. If a quadratic has roots a and b, then it can be factorized in the form (x-a)(x-b) so since you know the quadratic formula
x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}
then your two roots are
x_1=\frac{-b+\sqrt{b^2-4ac}}{2a}
x_2=\frac{-b-\sqrt{b^2-4ac}}{2a}
So you can factorize it as
(x-x_1)(x-x_2)= \left(x-\frac{-b+\sqrt{b^2-4ac}}{2a}\right)\left(x-\frac{-b-\sqrt{b^2-4ac}}{2a}\right)
BUT you only need to keep this in mind that it always works, but is extra effort and if you're asked to factorize in an exam, they don't want you to use the quadratic formula, they want you to use the method shown in the video I posted. Also, remember that sometimes quadratics never cross the x-axis, so in these cases, the discriminant would be negative, and you obviously can't take the square root of a negative value.