x²+x-12=0

asked by guest
on Sep 19, 2024 at 2:51 pm



You asked:

Solve the equation \({x}^{2} + x - 12 = 0\) for the variable \(x\).

MathBot Answer:

\[\begin{aligned}x &= 3\\x &= -4\end{aligned}\]

Solve by factoring:

Factor the nonzero side of the equation completely. $$\begin{aligned} x^{2} + x - 12 &= 0 \\ \left(x - 3\right) \left(x + 4\right) &= 0\end{aligned}$$

The product of any number and zero is zero, so the equation will hold true if either of the factors is equal to zero. Set each of the factors equal to zero and solve. $$\begin{aligned} x - 3 &= 0\\ x &= 3\end{aligned}$$ $$\begin{aligned} x + 4 &= 0\\ x &= -4\end{aligned}$$


Solve by quadratic formula:

Given a quadratic equation \(a x^{2} + b x + c = 0\), where \(a\), \(b\), \(c\) are constants and \(a \ne 0\), the solutions are given by the quadratic formula: \[x = \frac{-b \pm \sqrt{b^{2} - 4ac}}{2a}\] In this case \(a=1\), \(b=1\), and \(c=-12\).

The discriminant is the quantity under the square root sign in the quadratic formula, and its sign determines the number of solutions to the quadratic equation when the coefficients are real. The discriminant is:\[b^{2}-4ac = 1^{2} - 4 \left(-12\right)=49 > 0\] The discriminant is greater than zero, so this quadratic equation has two real solutions.

The two solutions are: \[x = \frac{\left(-1\right) 1 + \sqrt{49}}{2 \cdot 1} = 3 \] \[x = \frac{\left(-1\right) 1 - \sqrt{49}}{2 \cdot 1} = -4 \]