How to solve a 3x3 system of linear equations
Solving a 3x3 system of linear equations involves using the elimination method to systematically eliminate one variable, reducing the problem to a 2x2 system. This method applies whenever you have three linear equations with three distinct variables.
The setup
Write the three equations in standard form and align the variables vertically. Label the equations (1), (2), and (3) to track your work.
The steps
- Choose two equations and use addition or subtraction to eliminate one variable. Label the resulting equation (4).
- Choose a different pair of equations from the original three and eliminate the same variable. Label the resulting equation (5).
- Solve the new 2x2 system composed of equations (4) and (5) for the two remaining variables using standard 2x2 elimination or substitution.
- Substitute these two known values into any of the original 3x3 equations to solve for the third variable.
Checking the result
Substitute your final coordinate into all three original equations. The left side must equal the right side for each equation. If any equation fails, the solution is incorrect.
Common errors
The most frequent error is eliminating one variable in the first pair of equations, but a different variable in the second pair. This yields two equations with three variables, which cannot be solved. Arithmetic errors, especially dropping negative signs when multiplying equations by a scalar, are also common.
Worked example
Solve the system of equations: (1) (2) (3)
Eliminate using equations (1) and (3): (1) (3) Add (1) and (3): (4)
Eliminate using equations (2) and (3): (2) (3) Add (2) and (3): (5)
Solve the 2x2 system of (4) and (5): (4) (5)
Multiply (5) by :
Add this to (4):
Substitute into (5):
Substitute and into (1):
The solution is .
FAQ
Run your own problem
References: OpenStax College Algebra, Chapter 7: Systems of Equations and Inequalities · Khan Academy, Unit: Systems of equations
See also