Chapter 1: Problem 3
Explain how you would use each method to solve the equation \(x^{2}-4 x-5=0\) (a) By factoring: _______ (b) By completing the square: _______ (c) By using the Quadratic Formula: ______
Short Answer
Expert verified
The solutions are \(x = 5\) and \(x = -1\).
Step by step solution
01
Understand the Problem
We need to solve the quadratic equation \(x^2 - 4x - 5 = 0\) using three different methods: factoring, completing the square, and the quadratic formula.
02
Solve by Factoring
Rewrite the equation as \(x^2 - 4x - 5 = 0\). Look for two numbers that multiply to \(-5\) and add to \(-4\). These numbers are \(-5\) and \(1\). So, factor the equation as \((x - 5)(x + 1) = 0\).
03
Solve Factorized Equation
Set each factor equal to zero to find the solutions: \(x - 5 = 0\) or \(x + 1 = 0\). Solving these gives \(x = 5\) or \(x = -1\).
04
Solve by Completing the Square: Prepare the Equation
Start with the equation \(x^2 - 4x - 5 = 0\). Move the constant term to the other side: \(x^2 - 4x = 5\).
05
Find the Perfect Square
To complete the square, add \((\frac{-4}{2})^2 = 4\) to both sides: \(x^2 - 4x + 4 = 5 + 4\).
06
Simplify to a Square of a Binomial
The equation becomes \((x - 2)^2 = 9\).
07
Solve the Square
Take the square root of both sides: \(x - 2 = \pm 3\). Solving these gives \(x = 5\) or \(x = -1\).
08
Set up the Quadratic Formula
The quadratic formula is \(x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\). For \(x^2 - 4x - 5 = 0\), \(a = 1\), \(b = -4\), and \(c = -5\).
09
Calculate the Discriminant
Calculate \(b^2 - 4ac = (-4)^2 - 4 \times 1 \times (-5) = 16 + 20 = 36\).
10
Apply the Quadratic Formula
Plug the values into the formula: \(x = \frac{4 \pm \sqrt{36}}{2}\).
11
Solve for x
The solutions are \(x = \frac{4 + 6}{2} = 5\) and \(x = \frac{4 - 6}{2} = -1\).
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 popular method used to solve quadratic equations by expressing them as a product of their linear factors. For the quadratic equation \(x^{2} - 4x - 5 = 0\), the first step is to identify two numbers that multiply to \ -5 (the constant term) and add up to \ -4 (the coefficient of the linear term x). These numbers are \(-5\) and \(1\).
Next, rewrite the quadratic equation as \ \((x - 5)(x + 1) = 0\), indicating that it has been factored into two binomials. \ These binomials, \((x - 5)\) and \((x + 1)\), set the stage for the next step.
To find the solutions for \(x\), set each factor equal to zero:
Next, rewrite the quadratic equation as \ \((x - 5)(x + 1) = 0\), indicating that it has been factored into two binomials. \ These binomials, \((x - 5)\) and \((x + 1)\), set the stage for the next step.
To find the solutions for \(x\), set each factor equal to zero:
- \(x - 5 = 0\): Solving this gives \(x = 5\).
- \(x + 1 = 0\): Solving this gives \(x = -1\).
Completing the Square
Completing the square transforms a quadratic equation into a perfect square trinomial, which is much simpler to solve. Starting with the equation \(x^{2} - 4x - 5 = 0\), the goal is to rearrange the terms into a perfect square form.
Firstly, shift the constant term to the right side by moving -5: \ \(x^{2} - 4x = 5\).
To complete the square, calculate the term to add to both sides, using the formula \ \((\frac{b}{2})^2\). Here, \ \(b = -4\), so \ \((\frac{-4}{2})^2 = 4\).
Add 4 to both sides, delivering the equation \ \(x^{2} - 4x + 4 = 9\).
This allows us to write the equation as a squared binomial: \ \((x - 2)^{2} = 9\).
Finally, solve for \(x\) by taking the square root of both sides:
Firstly, shift the constant term to the right side by moving -5: \ \(x^{2} - 4x = 5\).
To complete the square, calculate the term to add to both sides, using the formula \ \((\frac{b}{2})^2\). Here, \ \(b = -4\), so \ \((\frac{-4}{2})^2 = 4\).
Add 4 to both sides, delivering the equation \ \(x^{2} - 4x + 4 = 9\).
This allows us to write the equation as a squared binomial: \ \((x - 2)^{2} = 9\).
Finally, solve for \(x\) by taking the square root of both sides:
- \(x - 2 = 3\), which resolves to \(x = 5\).
- \(x - 2 = -3\), which resolves to \(x = -1\).
Quadratic Formula
The quadratic formula provides a universal method to solve any quadratic equation, \(ax^{2} + bx + c = 0\). It's given by the formula:
\[x = \frac{-b \pm \sqrt{b^{2} - 4ac}}{2a} \]For the given equation \(x^{2} - 4x - 5 = 0\), we identify \ \(a = 1\), \ \(b = -4\), and \ \(c = -5\).
The next step involves calculating the discriminant, \ \(b^{2} - 4ac\), crucial for determining the nature and number of solutions:
Substitute these values into the quadratic formula:
\[x = \frac{-b \pm \sqrt{b^{2} - 4ac}}{2a} \]For the given equation \(x^{2} - 4x - 5 = 0\), we identify \ \(a = 1\), \ \(b = -4\), and \ \(c = -5\).
The next step involves calculating the discriminant, \ \(b^{2} - 4ac\), crucial for determining the nature and number of solutions:
- \((-4)^{2} - 4(1)(-5) = 16 + 20 = 36\)
Substitute these values into the quadratic formula:
- \(x = \frac{-(-4) \pm \sqrt{36}}{2 \times 1} = \frac{4 \pm 6}{2}\)
- \(x = \frac{4 + 6}{2} = 5\)
- \(x = \frac{4 - 6}{2} = -1\)