How to solve a system of equations by substitution
The substitution method isolates one variable in one equation and replaces it in the other equation to solve for the remaining variable. This method applies best when at least one equation has a variable with a coefficient of 1 or -1.
The setup
Identify the two equations in the system. Inspect both equations to find a variable with a coefficient of 1 or -1 to minimize fractional arithmetic.
The steps
- Isolate one variable in one equation. 2. Substitute the resulting expression into the other equation in place of that variable. 3. Solve the new single-variable equation. 4. Substitute the solved value back into the isolated expression from step 1 to find the second variable.
Checking the result
Substitute both numerical values back into the original unmanipulated equations. Both equations must evaluate to true algebraic statements.
Common errors
Failing to distribute a negative sign or coefficient across the entire substituted expression. Stopping after finding the first variable and forgetting to solve for the second.
Worked example
Solve the system: and .
Isolate y in the first equation: . Substitute this expression into the second equation: . Distribute the -2: . Combine like terms: . Solve for x: , so . Substitute x back into the isolated equation to find y: . The solution is .
FAQ
Run your own problem
References: OpenStax College Algebra, Chapter 7: Systems of Equations and Inequalities · Khan Academy, Algebra 1: Systems of equations
See also