Chapter 11: Problem 6
Use the quadratic formula to solve each equation. (All solutions for these equations are real numbers.) $$ x^{2}+3 x-28=0 $$
Short Answer
Expert verified
The solutions are \(x = 4\) and \(x = -7\).
Step by step solution
01
Identify the coefficients
In the quadratic equation \(ax^2 + bx + c = 0\), the coefficients are identified as follows: \(a = 1\), \(b = 3\), and \(c = -28\).
02
Write the quadratic formula
The quadratic formula is given by \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\).
03
Calculate the discriminant
The discriminant \(b^2 - 4ac\) is calculated as follows: \(b^2 - 4ac = 3^2 - 4 \cdot 1 \cdot (-28) = 9 + 112 = 121\).
04
Evaluate the square root of the discriminant
The square root of 121 is 11. So, \(\sqrt{121} = 11\).
05
Apply the quadratic formula
Substitute the discriminant and the coefficients into the quadratic formula: \(x = \frac{-3 \pm 11}{2 \cdot 1} = \frac{-3 \pm 11}{2}\).
06
Solve for the two possible values of x
This gives two solutions: \(x = \frac{-3 + 11}{2} = \frac{8}{2} = 4\) and \(x = \frac{-3 - 11}{2} = \frac{-14}{2} = -7\).
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.
quadratic equation
A quadratic equation is a type of polynomial equation that takes the form \(ax^2 + bx + c = 0\), where \(x\) is the variable, and \(a\), \(b\), and \(c\) are constants with \(a eq 0\). The equation is called 'quadratic' because it includes \(x^2\), which is a term that represents a squared variable. Quadratic equations are essential in algebra and have a wide range of applications in various fields such as physics and engineering.
Examples of standard quadratic equations include:
Examples of standard quadratic equations include:
- \(x^2 + 5x + 6 = 0\)
- \(2x^2 - 4x + 3 = 0\)
discriminant
The discriminant is a part of the quadratic formula and is found inside the square root. It is denoted by \(\triangle = b^2 - 4ac\). The discriminant gives valuable information about the nature of the roots of the quadratic equation. Here are the key points:
- If the discriminant is greater than zero (\(\triangle > 0\)), the quadratic equation has two distinct real number solutions.
- If the discriminant is equal to zero (\(\triangle = 0\)), the quadratic equation has exactly one real number solution, also known as a repeated or double root.
- If the discriminant is less than zero (\(\triangle < 0\)), the quadratic equation has no real number solutions; instead, it has two complex solutions.
real number solutions
Real number solutions to a quadratic equation are the numerical values of \(x\) that satisfy the equation when substituted back into it. When the discriminant (\(b^2 - 4ac\)) is non-negative, the quadratic equation will have real number solutions. Specifically:
- Two distinct solutions if the discriminant is positive.
- One solution if the discriminant is zero.
solving quadratic equations
Solving quadratic equations can be done using several methods: factoring, completing the square, and the quadratic formula. The quadratic formula is a universal method that works for all quadratic equations and is given by:
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
\(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\)
- First, identify the coefficients \(a\), \(b\), and \(c\) from the equation.
- Calculate the discriminant using \(b^2 - 4ac\).
- Evaluate the square root of the discriminant.
- Substitute the values into the quadratic formula to find the solutions for \(x\).