Skip to main content
Logo image

Section 1.2 The Quadratic Formula

In the previous section, we saw relatively simple WeBWorK questions. This section demonstrates how even very complicated WeBWorK problems can still behave well.
Here is a theorem that gives us a formula for the solutions of a second-degree polynomial equation. Note later how the WeBWorK problem references the theorem by its number. This seemingly minor detail demonstrates the degree to which WeBWorK and PreTeXt have been integrated.
\begin{align*} ax^2 + bx + c &= 0\\ ax^2 + bx &= -c\\ 4ax^2 + 4bx &= -4c\\ 4ax^2 + 4bx + b^2 &= b^2 - 4ac\\ (2ax + b)^2 &= b^2 - 4ac\\ 2ax + b &=\pm\sqrt{b^2 - 4ac}\\ 2ax &=-b\pm\sqrt{b^2 - 4ac}\\ x &=\frac{-b\pm\sqrt{b^2 - 4ac}}{2a} \end{align*}
Consider the quadratic equation \({5x^{2}-6x-8} = 0\text{.}\)

(a) Identify Coefficients.

Identify the coefficients for the quadratic equation using the standard form from Theorem 1.2.1.
\(a=\) , \(b=\) , \(c=\)

(b) Use the Quadratic Formula.

Using the quadratic formula, solve the equation.
This conclusion is just here for testing.
This exercise tests that nested tasks work.
Consider the quadratic equation \({6x^{2}-31x-30} = 0\text{.}\)

(a) Identify Coefficients.

Identify the coefficients for the quadratic equation using the standard form from Theorem 1.2.1.
(i)
\(a=\) ,
(ii)
\(b=\) ,
(iii)
\(c=\)

(b) Use the Quadratic Formula.

Using the quadratic formula, solve the equation.
This conclusion is just here for testing.
We are testing copying the quadratic equation problem above (Checkpoint 1.2.2), since it is structured with <task>, and we also provide a new seed.
Consider the quadratic equation \({2x^{2}-5x-25} = 0\text{.}\)

(a) Identify Coefficients.

Identify the coefficients for the quadratic equation using the standard form from Theorem 1.2.1.
\(a=\) , \(b=\) , \(c=\)

(b) Use the Quadratic Formula.

Using the quadratic formula, solve the equation.
This conclusion is just here for testing.