$a,b,c,d$ are Distinct Reals such that: $a,b$ are roots of $x^2-5cx-6d=0$ and $c,d$ are roots of $x^2-5ax-6b=0$. Find Value of $b+d$
My try: we have $a,b,c,d$ as roots of:
$$(x^2-5cx-6d)(x^2-5ax-6b)=0$$ that is $$x^4-5(a+c)x^3+(25ac-6(b+d))x^2+30(bc+ad)x+36bd=0$$
By $Vieta's$ Formulas: $a+b+c+d=5(a+c)$ $\implies$ $$b+d=4(a+c)\tag{1}$$
$$ac=36$$
Also: $$ab=-6d\tag{2}$$ $$cd=-6b\tag{3}$$
From $(1),(2),(3)$ we get:
$$b+d=-24\left(\frac{b}{d}+\frac{d}{b}\right)$$
That is:
$$bd=\frac{24(b+d)^2}{48-(b+d)}\tag{A}$$
Also by $Vieta's$ Sum of bi quadratic roots taken two at a time we get: $$ac+a(b+d)+c(b+d)+bd=25ac-6(b+d)$$
$\implies$ $$36+(a+c)(b+d)+bd=900-6(b+d)$$
From $(1)$ we get:
$$\frac{(b+d)^2}{4}+6(b+d)=864-bd \tag{B}$$
Letting $b+d=y$ we get from $(A)$ :
$$\frac{y^2}{4}+6y=864-\frac{24y^2}{48-y}$$
Solving this we get:
$y=144$ or $y=24$ or $y=-48$
Any better approach?
Perhaps with Vieta formula's for a quadratic equation would go faster:
$$ a+b=5c$$ $$ab=-6d$$ $$c+d=5a$$ $$cd=-6b$$
So we have $$ {a+b\over 5}-{ab\over 6}=4a\implies 6b-5ab =114a$$ and $${a+b\over 5}\cdot{ab\over 6} =6b\implies a(a+b)=180\;\;\vee \;\; b=0$$