Solve Systems by Elimination
The elimination method solves systems of equations by adding or subtracting equations to eliminate one variable, leaving a simpler equation in one unknown. In Grade 11 math, students apply elimination to both linear and nonlinear systems, choosing which variable to eliminate by multiplying equations by constants to create opposite coefficients. Mastery of elimination is important because it is more efficient than substitution for many systems and directly extends to matrix row operations used in advanced linear algebra. This method also underpins solving three-variable systems and understanding Gaussian elimination.
Key Concepts
To solve a system of equations by elimination: Step 1. Write both equations in standard form. If any coefficients are fractions, clear them. Step 2. Make the coefficients of one variable opposites by multiplying one or both equations by appropriate numbers. Step 3. Add the equations to eliminate one variable. Step 4. Solve for the remaining variable. Step 5. Substitute back into one of the original equations to solve for the other variable. Step 6. Write the solution as an ordered pair and check it.
Common Questions
How does the elimination method work?
In elimination, you add or subtract two equations to cancel out one variable. If the equations are 2x + y = 5 and x - y = 1, adding them gives 3x = 6, so x = 2. Then substitute back to find y.
When should you use elimination instead of substitution?
Elimination is usually more efficient when both equations are in standard form (ax + by = c) and the coefficients of one variable are already opposites or can easily be made so by multiplication. Substitution is better when one equation already isolates a variable.
How do you eliminate a variable when coefficients are not already opposite?
Multiply one or both equations by constants so that the coefficients of one variable become opposites. For example, to eliminate x from 3x + 2y = 8 and x - y = 1, multiply the second equation by -3 to get -3x + 3y = -3, then add.
What does it mean when elimination gives 0 = 0 or 0 = 5?
If elimination gives 0 = 0, the system has infinitely many solutions (the equations represent the same line). If it gives 0 = 5 (a false statement), the system has no solution (the lines are parallel and never intersect).
What grade studies solving systems by elimination?
Solving systems by elimination is covered across multiple grade levels, but Grade 11 students apply it to more complex systems including those with three variables and nonlinear systems in Algebra 2 or Precalculus.
How does elimination relate to matrices?
Gaussian elimination in matrix form is the systematic application of the same elimination steps to a matrix of coefficients. This connection makes learning manual elimination important preparation for matrix methods in linear algebra.