Chapter 9: Problem 128
Solve by using the Quadratic Formula. $$6 x^{2}+2 x-20=0$$
Short Answer
Expert verified
The solutions are \(x = \frac{5}{3}\) and \(x = -2\).
Step by step solution
01
Identify coefficients
For the quadratic equation in the form of $$ax^{2}+bx+c=0$$identify the coefficients: \(a = 6\), \(b = 2\), and \(c = -20\).
02
Write the Quadratic Formula
The quadratic formula is given by:\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]
03
Substitute the coefficients into the formula
Place the identified coefficients into the quadratic formula:\[x = \frac{-2 \pm \sqrt{2^2 - 4 \cdot 6 \cdot (-20)}}{2 \cdot 6}\]
04
Simplify under the square root
First calculate the discriminant (\(b^2 - 4ac\)): \[2^2 - 4 \cdot 6 \cdot (-20) = 4 + 480 = 484\].So now the formula looks like:\[x = \frac{-2 \pm \sqrt{484}}{12}\]
05
Calculate the square root
Find the square root of 484:\[\sqrt{484} = 22\].This results in:\[x = \frac{-2 \pm 22}{12}\]
06
Solve for the two values of x
Calculate the two possible values of \(x\) using addition and subtraction:\[x = \frac{-2 + 22}{12} = \frac{20}{12} = \frac{5}{3}\]and\[x = \frac{-2 - 22}{12} = \frac{-24}{12} = -2\]
07
Write the final solutions
The solutions to the quadratic equation are \(x = \frac{5}{3}\) and \(x = -2\).
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 of degree 2. It generally has the form \[ax^2 + bx + c = 0\], where a, b, and c are constants, and x represents the variable. In our example, the equation is \[6x^2 + 2x - 20 = 0\]. The key characteristic of a quadratic equation is the presence of the term ax^2, which makes it a second-degree polynomial. Understanding the basic structure is essential to applying the quadratic formula for solving.
coefficients
Coefficients are the numerical values that multiply the variable terms in a polynomial equation. In the quadratic equation \[6x^2 + 2x - 20 = 0\], the coefficients are:
- a (coefficient of x2) = 6
- b (coefficient of x) = 2
- c (constant term) = -20
discriminant
The discriminant is part of the quadratic formula inside the square root. It is given by the expression \[b^2 - 4ac\]. The discriminant tells you about the nature of the roots of the quadratic equation. For our example,
- b = 2
- a = 6
- c = -20
- If the discriminant is positive, the equation has two real and distinct roots.
- If it is zero, the equation has exactly one real root (or a repeated root).
- If it is negative, the equation has no real roots, but two complex roots.
square root
The square root symbol (√) is used in the quadratic formula to solve for the variable x. In our equation, once we simplified the discriminant (\[b^2 - 4ac = 484\]), we needed to find the square root of 484. The square root of a number y is a value which, when multiplied by itself, gives y. For instance, \[\sqrt{484} = 22\], because \[22 \cdot 22 = 484\]. So, when you substitute this back into the quadratic formula:\[x = \frac{-2 \pm 22}{12}\]. This gives two possible values for x by evaluating the plus and minus options:
- \[x = \frac{-2 + 22}{12} = \frac{20}{12} = \frac{5}{3}\]
- \[x = \frac{-2 - 22}{12} = \frac{-24}{12} = -2\]