Understanding Substitution Method for Solving Systems of Linear Equations
When dealing with solving systems of equations by substitution method, it's essential to understand that while graphical solutions provide approximate answers, algebraic methods deliver exact results. The substitution method offers a precise approach to finding solutions where two equations intersect.
Definition: The substitution method involves expressing one variable in terms of another from one equation and substituting that expression into the second equation to solve for the remaining variable.
Let's examine a fundamental substitution method example: Consider the system: 2x + y = -11 y = 3x - 9
To solve this:
- We already have y isolated in the second equation
- Substitute this expression for y in the first equation: 2x + = -11
- Combine like terms: 5x - 9 = -11
- Solve for x: x = 2
- Find y by substituting x = 2 back into y = 3x - 9
Example: After substituting x = 2: y = 3(2) - 9 y = 6 - 9 y = -3 Therefore, the solution is











