me and my group of students are having trouble solving the following quadratic equation. Any help is appreciated. Thanks in advance.
2026-05-04 13:42:56.1777902176
Solving a quadratic equation with 3 parameters
81 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2

$$x^2-bx+6a^2+5ab=5ax+6b^2 \implies x^2+(-b-5a)x+6a^2+5ab-6b^2$$ $$ \implies x=\frac{(b+5a)\pm(a-5b)}{2}\implies x=3a-2b, 2a+3b $$ Here we have used the fact that roots of $Ax^2+Bx+C=0$ are $\frac{-B\pm \sqrt{B^2-4AC}}{2A}$