How would I solve for $X$ in this instance? I can't figure out how to get the $X$ variables by themselves and the known values on the other side by themselves.
$2(4-X)(4-X)+X = 3$
How would I solve for $X$ in this instance? I can't figure out how to get the $X$ variables by themselves and the known values on the other side by themselves.
$2(4-X)(4-X)+X = 3$
Expand the brackets to get $2(16-8X+X^2)+X=3\Rightarrow 32-16X+2X^2+X-3=0$
$\Rightarrow 2X^2-15X+29=0$, now we use the quadratic equation to get:
$X=\frac{15\pm\sqrt{15^2-4(2)29}}{4}$, simplify these down for your result.