How does the cross multiplication of Quadratic Equation works?
If: $$f_1\left(x\right)=a_1x^2+b_1x+c_1=0$$
and: $$f_2\left(x\right)=a_2x^2+b_2x+c_2=0$$
have a common root, let's say, $\alpha$, then by the method of cross multiplication:
$$\frac{\alpha ^2}{b_1c_2-b_2c_1}=\frac{\alpha }{c_1a_2-c_2a_1}=\frac{1}{a_1b_2-a_2b_1}$$
How does that work??