I found this statement online here and I think this statement is false.I would first prove a general statement and then I would use it to find $\alpha$ in order to discard the statement given in online link.
Theorem:If the equation $x^4+ax^3+bx^2+cx+d=0$ has three equal roots, show that each of them is equal to $\frac{6c-ab}{3a^2-8b}$
Proof;Three roots of the given equation are same hence, the roots can be assumed as $\alpha,\alpha,\alpha,\beta$
Here, $S_1=3α+β=−a;S_2 =3α(α+β)=b;S_3=α^2(α+3β)=−c;S_4=α^3β=d$
We need to evaluate the value of $\frac{6c-ab}{3a^2-8b}$.
$6c−ab=α(3α^2−6αβ+3β^2)$
$3a^2−8b=3α^2−6αβ+3β^2$
Therefore,$\frac{6c-ab}{3a^2-8b}=\frac{α(3α^2−6αβ+3β^2)}{(3α^2−6αβ+3β^2)}=\alpha$
Now according to this ,putting $a=0$ we get $\alpha=\frac{-3c}{4b}$ which is not same as $\frac{8d}{3c}$ as claimed in online site.
My question is: Is the claim in online site wrong?or I have gone wrong somewhere in my proof.
Any help is much appreciated!
Let the roots be $\alpha, \alpha, \alpha, - 3\alpha$ so that their sum is $0$.
Now sum of products of 3 roots taken at a time is $$\alpha^3-3\alpha^3-3\alpha^3-3\alpha^3$$ and this must equal $-c$ and hence $\alpha^3=c/8$.
Now product of roots is $-3\alpha^4=d$ so that $\alpha^4=-d/3$ and hence $\alpha=(-d/3)/(c/8)=-8d/3c$.
Your question has thus a sign error. You can convince yourself by putting $\alpha=1$. The desired polynomial is $$(x-1)^3(x+3)=x^4-6x^2+8x-3$$ so that $c=8,d=-3$ and $-8d/3c=1=\alpha$.
I checked your approach and your theorem in question and its proof are correct. Thus $\alpha $ should equal $-3c/4b$.
Let's observe that sum of product of roots taken $2$ at a time is $$\alpha^2+\alpha^2+\alpha ^2-3\alpha ^2-3\alpha ^2-3\alpha^2$$ and this should equal $b$. Thus $b=-6\alpha^2$ and hence $$-\frac{3c}{4b}=-\frac{24\alpha^3}{(-24\alpha^2)}=\alpha$$ So we have $$\alpha=-\frac{3c}{4b}=-\frac{8d}{3c}$$