If the ratio of roots of $ax^2+bx+c=0$ be equal to that of $a'x^2+b'x+c'=0$ then prove that: $$\dfrac {b^2}{b'^2} = \dfrac {ac}{a'c'}$$
My Attempt: Let $\alpha $ and $\beta $ be the roots of the first equation and $\alpha' $ and $\beta' $ be the roots of the second equation. Then, $$\alpha + \beta = \dfrac {-b}{a}$$ $$\alpha. \beta = \dfrac {c}{a}$$ $$\alpha' + \beta'=\dfrac {-b'}{a'}$$ $$\alpha'.\beta'=\dfrac {c'}{a'}$$ According to Question: $$\dfrac {\alpha }{\beta}=\dfrac {\alpha' }{\beta'}$$
I would say:
$\frac {\alpha'}{\alpha'} = \frac {\alpha}{\beta}$ implies that there exists a constant $k$ such that $\alpha' = k\alpha, \beta' = k\beta$
$\frac {b'}{a'} = -(\alpha' + \beta') = -k(\alpha + \beta) = k\frac {b}{a}$
$\frac {c'}{a'} = \alpha'\beta' = k^2\alpha\beta = k^2\frac {c}{a}$
$\frac {a'b}{ab'} = k$
$\frac {a'^2b^2}{a^2b'^2} = k^2 = \frac {a'c}{ac'}$
$\frac {b^2}{b'^2}= \frac {ac}{a'c'}$