Chapter 1: Problem 36
Solve each equation by factoring or the Quadratic Formula, as appropriate. $$ x^{2}-x-20=0 $$
Short Answer
Expert verified
The solutions are \( x = 5 \) and \( x = -4 \).
Step by step solution
01
Write the Equation in Standard Form
The given equation is already in standard quadratic form: \[ x^2 - x - 20 = 0 \] A standard quadratic equation is typically of the form \( ax^2 + bx + c = 0 \), where here \( a = 1 \), \( b = -1 \), and \( c = -20 \).
02
Identify Suitable Method - Factoring
To determine if the equation can be factored, we look for two numbers that multiply to \( c = -20 \) and add to \( b = -1 \). These two numbers are \(-5\) and \(4\), since \(-5 \times 4 = -20\) and \(-5 + 4 = -1\). This means that the equation can be factored.
03
Factor the Equation
Using the numbers found in Step 2, factor the equation as follows:\[x^2 - x - 20 = (x - 5)(x + 4) = 0\]
04
Solve for x
Apply the zero product property, which states if \((a)(b) = 0\) then \(a = 0\) or \(b = 0\). This gives us:\[x - 5 = 0 \quad \text{or} \quad x + 4 = 0\]Solving these equations, we find:\[x = 5 \quad \text{and} \quad x = -4\]
05
Verify the Solutions
Substitute \( x = 5 \) and \( x = -4 \) back into the original equation to verify:For \( x = 5 \):\[5^2 - 5 - 20 = 25 - 5 - 20 = 0\]For \( x = -4 \):\[(-4)^2 - (-4) - 20 = 16 + 4 - 20 = 0\]Both solutions satisfy the original equation.
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.
Factoring
Factoring is a powerful technique for solving quadratic equations and can often simplify the process tremendously. When a quadratic equation takes the form of\[ ax^2 + bx + c = 0 \],it can sometimes be expressed as the product of two binomials. The goal in factoring is to identify two numbers that multiply to the constant term, \( c \), and add up to the coefficient of the linear term, \( b \).
For example, in the equation\[ x^2 - x - 20 = 0 \],we look for two numbers that multiply to \(-20\) and add to \(-1\),which are \(-5\) and \(4\).
Thus, we can express the quadratic equation as:
For example, in the equation\[ x^2 - x - 20 = 0 \],we look for two numbers that multiply to \(-20\) and add to \(-1\),which are \(-5\) and \(4\).
Thus, we can express the quadratic equation as:
- \((x - 5)(x + 4) = 0\)
Quadratic Formula
The quadratic formula is a universal method for solving any quadratic equation, whether the equation is easily factorable or not. This formula is derived from the process of completing the square and is given by:\[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]Here, \( a \), \( b \), and \( c \) are the coefficients from the standard form of the quadratic equation \( ax^2 + bx + c = 0 \). The quadratic formula is particularly useful when the quadratic equation cannot be factored or when the solutions are not integers.
Using the quadratic formula may reveal multiple types of solutions:
Using the quadratic formula may reveal multiple types of solutions:
- Real and distinct solutions, if the discriminator \( (b^2 - 4ac) \) is positive.
- A real and repeated solution, if the discriminator is zero.
- Complex roots if the discriminator is negative, indicating imaginary solutions.
Zero Product Property
The zero product property is a fundamental principle used when solving quadratic equations by factoring. It states that if a product of two factors (\(a\) and \(b\)) equals zero, then at least one of the factors must be zero: \(a = 0\) or \(b = 0\).
This property is particularly useful in equations that have been successfully factored. For example, in the equation \((x - 5)(x + 4) = 0\),we can apply the zero product property to find
This property is particularly useful in equations that have been successfully factored. For example, in the equation \((x - 5)(x + 4) = 0\),we can apply the zero product property to find
- \(x - 5 = 0\), giving \(x = 5\)
- \(x + 4 = 0\), giving \(x = -4\)