I'm studying algebra and I'd like to know why can any quadratic equation be reduced to the product of its two factors.
And why $(x-α) (x-β)$ where $α$ and $β$ are its two roots?
And why is the sum of roots i.e. $α+β=-b/a$ and product of roots $\, αβ = c/a$?
Let an arbitrary quadratic expression be: $$q(x)=ax^2+bx+c$$ Define $$\alpha=\frac1{2a} (-b+\sqrt{b^2-4ac})$$ $$\beta=\frac1{2a} (-b-\sqrt{b^2-4ac})$$ Then a little algebra shows that $$\alpha+\beta = -\frac{b}{a}$$ $$\alpha \beta = \frac{c}{a}$$ $$a(x-\alpha)(x-\beta)=ax^2-a(\alpha+\beta)x + a\alpha \beta = ax^2+bx+c$$
You should now be able to see the answer to all of your questions.