Chapter 11: Problem 55
Solve each equation. Check your solutions. $$ (x+3)^{2}+5(x+3)+6=0 $$
Short Answer
Expert verified
The solutions are \( x = -5 \) and \( x = -6 \).
Step by step solution
01
Substitute the variable
Let’s start by substituting the expression inside the parentheses with a new variable. Set \( u = x + 3 \). This changes the equation to \( u^{2} + 5u + 6 = 0 \).
02
Factor the quadratic equation
Next, factor the quadratic equation. Find two numbers that multiply to 6 and add to 5. These numbers are 2 and 3, so the equation factors to \( (u + 2)(u + 3) = 0 \).
03
Solve for the new variable
Set each factor equal to zero: \( u + 2 = 0 \) and \( u + 3 = 0 \). Solving these equations gives \( u = -2 \) and \( u = -3 \).
04
Substitute back the original variable
Now substitute back \( u = x + 3 \) into the solutions. For \( u = -2 \), we have \( x + 3 = -2 \), leading to \( x = -5 \). For \( u = -3 \), we have \( x + 3 = -3 \), leading to \( x = -6 \).
05
Check your solutions
Finally, check the solutions in the original equation: \[ (x+3)^{2} + 5(x+3) + 6 = 0 \]. For \( x = -5 \): \( (-5+3)^{2} + 5(-5+3) + 6 = 0 \Rightarrow 4 - 10 + 6 = 0 \Rightarrow 0 = 0 \). For \( x = -6 \): \( (-6+3)^{2} + 5(-6+3) + 6 = 0 \Rightarrow 9 - 15 + 6 = 0 \Rightarrow 0 = 0 \). Therefore, both solutions are correct.
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 Quadratics
Factoring quadratics is a method used to solve quadratic equations, which are equations of the form \(ax^{2} + bx + c = 0\). The goal is to express the quadratic equation as a product of two binomials. In the example given, the equation \(u^{2} + 5u + 6 = 0\) is factored. To do this, we need to find two numbers that:
- Multiply to give the constant term, which is 6.
- Add up to give the middle coefficient, which is 5.
Substitution Method
The substitution method helps in simplifying complex equations by temporarily replacing a part of the equation with a new variable. This method makes the equation easier to handle. Start by identifying the expression you want to substitute. In the exercise, \(x + 3\) is replaced by \(u\). This sets \(u = x + 3\), transforming the original equation \( (x+3)^{2} + 5(x+3) + 6 = 0 \) into a simpler form \( u^{2} + 5u + 6 = 0 \). This reduces the complexity of handling nested expressions. After solving the simpler equation, you substitute back to find the solution in terms of the original variable. So, for \(u = -2\), back-substitution gives \(x = -5\) as \(x + 3 = -2\). Similarly, for \(u = -3\), it results in \(x = -6\) as \(x + 3 = -3\).
Checking Solutions
Once solutions are found, it's crucial to check if they satisfy the original equation to ensure there are no errors. For the given problem, after finding \(x = -5\) and \(x = -6\), we substitute these values back into the original equation:
- For \(x = -5 \: (x + 3)^{2} + 5(x + 3) + 6 = 0\) turns into \( (-5 + 3)^{2} + 5(-5 + 3) + 6 = 0 \) which simplifies to \( 0 = 0 \).
- For \(x = -6 \: (x + 3)^{2} + 5(x + 3) + 6 = 0\) turns into \( (-6 + 3)^{2} + 5(-6 + 3) + 6 = 0 \) which also simplifies to \( 0 = 0 \).