I have the quadratic equation $\;\;5x^2+96x-576=0\;\;$. I wonder can we solve it without using formula $x=\frac{-b\pm\sqrt{\Delta}}{2a}$ ? I suspect there is some way to do it because we have a lot of $24$s , ( $96=24\times4$ and $576=24^2)$ but I can't find it.
2026-05-05 07:47:53.1777967273
On
Is it possible to solve this quadratic equation without calculating discriminant?
193 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
On recognizing that $96=24\cdot4$ and $576=24^2$, it makes sense to let $x=24u$, factor out the $24^2$ from all three terms, and reduce the quadratic to
$$5u^2+4u-1=0$$
This factors easily into $(5u-1)(u+1)=0$, at which point you can let $u=x/24$, multiply the $24^2$ back in, and get
$$(5x-24)(x+24)=0$$
Let $y = 24$ and you have
$$5x^2+4xy - y^2$$
which easily factors as $(5x-y)(x+y)$.