Solve By Substitution.x-4 Y=22 2 X+5 Y=-21
Understanding how to solve systems of equations is a fundamental skill in algebra, and one of the most effective methods is the substitution method. When faced with a system like:
\[ \begin{cases} x - 4y = 22 \\ 2x + 5y = -21 \end{cases} \]
the substitution method allows us to find the values of \( x \) and \( y \) that satisfy both equations simultaneously. In this article, we will explore this method in detail, providing step-by-step guidance, tips, and real-world applications to help you master solving systems of equations by substitution.
What Is the Substitution Method?
The substitution method involves solving one of the equations for one variable and then substituting this expression into the other equation. This reduces the system to a single-variable equation, which can then be solved straightforwardly.
Key steps in the substitution method:
- Solve one equation for one variable.
- Substitute that expression into the other equation.
- Solve the resulting single-variable equation.
- Back-substitute to find the other variable.
This technique is especially useful when one of the equations is already solved for a variable or can be easily manipulated to do so.
Applying Substitution to the System: Step-by-Step Guide
Let's apply the substitution method to the system:
\[ \begin{cases} x - 4y = 22 \quad \text{(Equation 1)} \\ 2x + 5y = -21 \quad \text{(Equation 2)} \end{cases} \]
Step 1: Solve Equation 1 for \( x \)
Equation 1 can be rearranged to express \( x \) in terms of \( y \):
\[ x = 4y + 22 \]
This is a straightforward step, isolating \( x \).
Step 2: Substitute \( x = 4y + 22 \) into Equation 2
Plug the expression for \( x \) into Equation 2:
\[ 2(4y + 22) + 5y = -21 \]
Simplify:
\[ 8y + 44 + 5y = -21 \]
Combine like terms:
\[ (8y + 5y) + 44 = -21 \]
\[ 13y + 44 = -21 \]
Step 3: Solve for \( y \)
Subtract 44 from both sides:
\[ 13y = -21 - 44 \]
\[ 13y = -65 \]
Divide both sides by 13:
\[ y = -5 \]
Step 4: Substitute \( y = -5 \) back into the expression for \( x \)
Recall \( x = 4y + 22 \):
\[ x = 4(-5) + 22 \]
\[ x = -20 + 22 \]
\[ x = 2 \]
Final Solution
The solution to the system is:
\[ x = 2, \quad y = -5 \]
This point \((2, -5)\) is the intersection of the two lines represented by the equations.
Verifying the Solution
Verification is an essential step to ensure the solution satisfies both equations.
- Substitute \( x=2 \) and \( y=-5 \) into Equation 1:
\[ 2 - 4(-5) = 2 + 20 = 22 \quad \checkmark \]
- Substitute into Equation 2:
\[ 2(2) + 5(-5) = 4 - 25 = -21 \quad \checkmark \]
Since both equations are satisfied, our solution is correct.
Tips for Solving Systems Using Substitution
- Choose the easiest equation to solve: When one equation is already solved for a variable, use it directly.
- Simplify expressions carefully: Avoid errors in algebraic manipulation.
- Check your solutions: Always verify by substituting back into the original equations.
- Be mindful of special cases:
- No solution: When the equations are inconsistent (parallel lines).
- Infinite solutions: When the equations are dependent (the same line).
Common Challenges and How to Overcome Them
Challenge 1: Complex Equations
Some systems involve more complicated expressions, making substitution cumbersome.
Solution:
- Simplify equations first.
- Consider alternative methods such as elimination if substitution becomes too complex.
Challenge 2: Mistakes in Substitution
Errors during substitution can lead to incorrect solutions.
Solution:
- Double-check each step.
- Write intermediate steps clearly.
- Use parentheses appropriately to avoid order of operations errors.
Challenge 3: Infinite or No Solutions
When lines are coincident or parallel, solutions may not be unique.
Solution:
- Analyze the equations for proportionality.
- Recognize when the system is inconsistent or dependent.
Real-World Applications of Solving Systems of Equations
Understanding how to solve systems like the one in our example has practical applications across various fields:
- Economics: Finding equilibrium points where supply and demand curves intersect.
- Engineering: Determining points where different forces or signals balance.
- Physics: Calculating the intersection of paths or trajectories.
- Business: Optimizing resource allocation by solving multiple constraints simultaneously.
Practice Problems to Master the Substitution Method
- Solve the system:
\[ \begin{cases} 3x + 2y = 12 \\ x - y = 3 \end{cases} \]
- Find the solution to:
\[ \begin{cases} x + y = 7 \\ 2x - y = 3 \end{cases} \]
- Determine \( x \) and \( y \) for:
\[ \begin{cases} 5x - 2y = 4 \\ 3x + y = 9 \end{cases} \]
Solutions:
- For each, follow the same substitution steps: solve one for a variable, substitute into the other, and solve.
Conclusion: Mastering the Substitution Method
The substitution method is a powerful and versatile technique for solving systems of equations like:
\[ \begin{cases} x - 4y = 22 \\ 2x + 5y = -21 \end{cases} \]
By carefully solving one equation for a variable and substituting into the other, you can efficiently find the point of intersection or determine the nature of the solutions. Practice is key—work through various systems to build confidence and proficiency. Remember to verify your solutions and analyze special cases to deepen your understanding of systems of equations. With these skills, you'll be well-equipped to handle algebraic problems in academic, professional, and everyday contexts.