If the roots of the equation $a(b-c)x^2+b(c-a)x+c(a-b)=0$ are equal then $a,b,c$ are in
- arithmetic progression
- geometric progression
- harmonic progression
- none of the above
My Attempt: Two roots are equal if $$b^2-4ac=0$$ $$[b(c-a)]^2-4a(b-c).c(a-b)=0$$ $$b^2(c^2-2ac+a^2)-4ac(ab-b^2-ac+bc)=0$$ $$b^2c^2-2ab^2c+a^2b^2-4a^2bc+4ab^2c+4a^2c^2-4abc^2=0$$
Whenever cyclic coefficients of $x^2, x, 1 $ are observed, Like $ (a-b),(b-c),(c-a) $, then $ x= 1$ must be a solution.
Now $ x=1 $, since roots of this quadratic are equal, so Roots are $ z_1=z_2=1 $
Product of roots $ = z_1z_2 = \frac{c(a-b)}{a(b-c)} $
$ \implies 1 = \frac{c(a-b)}{a(b-c)} $
$ \implies ab - ac = ac - bc $
Dividing throughout by $ abc $ we get
$ \frac{1}{c} + \frac{1}{a} = \frac{2}{b} $
Which are clearly in H.P.