Chapter 10: Problem 37
Solve each of the following quadratic equations using the method that seems most appropriate to you. $$x^{2}-28 x+187=0$$
Short Answer
Expert verified
The solutions are \(x = 17\) and \(x = 11\).
Step by step solution
01
Identify the Quadratic Equation Components
The given quadratic equation is \[ x^2 - 28x + 187 = 0 \]Identify the coefficients: \(a = 1\), \(b = -28\), \(c = 187\).
02
Calculate the Discriminant
The discriminant \(D\) of a quadratic equation \(ax^2 + bx + c = 0\) is given by \[ D = b^2 - 4ac \]Substitute the values: \[ D = (-28)^2 - 4 \times 1 \times 187 \]\[ D = 784 - 748 \]\[ D = 36 \]
03
Determine Nature of the Roots
Since the discriminant \(D = 36\) is a perfect square and greater than zero, the quadratic equation has two distinct real roots.
04
Apply the Quadratic Formula
The roots of a quadratic equation \(ax^2 + bx + c = 0\) are given by the quadratic formula:\[ x = \frac{-b \pm \sqrt{D}}{2a} \]Substitute the values for \(a\), \(b\), and \(D\):\[ x = \frac{-(-28) \pm \sqrt{36}}{2 \times 1} \]\[ x = \frac{28 \pm 6}{2} \]
05
Solve for the Two Roots
Calculate the two possible values for \(x\):1. \[ x_1 = \frac{28 + 6}{2} = 17 \]2. \[ x_2 = \frac{28 - 6}{2} = 11 \]
06
Verify Your Roots
Substitute \(x_1 = 17\) and \(x_2 = 11\) back into the original equation to ensure both satisfy \(x^2 - 28x + 187 = 0\). For both substitutions, the equation holds true, confirming the correctness of the roots.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Discriminant
In quadratic equations, the discriminant is a key player that helps us understand the nature of the roots of the equation. For a quadratic equation of the form \(ax^2 + bx + c = 0\), the discriminant \(D\) is calculated using the formula:
- \(D = b^2 - 4ac\)
- If \(D > 0\), there are two distinct real roots.
- If \(D = 0\), there is exactly one real root, often called a repeated or double root.
- If \(D < 0\), the roots are not real, but complex or imaginary.
Quadratic Formula
The quadratic formula is a powerful tool for solving any quadratic equation of the form \(ax^2 + bx + c = 0\). Regardless of the equation, the formula provides a straightforward method to find the roots. The quadratic formula states:
- \(x = \frac{-b \pm \sqrt{D}}{2a}\)
- \(x_1 = \frac{28 + 6}{2} = 17\)
- \(x_2 = \frac{28 - 6}{2} = 11\)
Real Roots
The real roots of a quadratic equation are the values of \(x\) that satisfy the equation and are real numbers. When the discriminant \(D\) of a quadratic equation is greater than zero, the equation will have two distinct real roots, which means these solutions are separate numbers and not repeated.In the case of the equation \(x^2 - 28x + 187 = 0\), we determined the discriminant is 36. As a perfect square and greater than zero, it confirms that we have two distinct real roots.To recap, using the quadratic formula, we derived the roots:
- \(x_1 = 17\)
- \(x_2 = 11\)