Property
The Elimination Method is based on the Addition Property of Equality. When you add equal quantities to both sides of an equation, the results are equal. For any expressions a,b,c, and d, if a=b and c=d, then a+c=b+d. To solve a system of equations by elimination, we start with both equations in standard form. We want to have the coefficients of one variable be opposites, so that we can add the equations together and eliminate that variable.
Examples
- To solve the system {x+y=8xβy=4β, we add the equations. The y terms are opposites and eliminate, giving 2x=12, so x=6. Substituting back, 6+y=8, so y=2. The solution is (6,2).
- To solve {2x+y=73xβ2y=0β, multiply the first equation by 2 to make the y coefficients opposites: 4x+2y=14. Adding this to 3xβ2y=0 gives 7x=14, so x=2. Then 2(2)+y=7, so y=3. The solution is (2,3).
- To solve {3x+2y=82x+5y=9β, multiply the first equation by 2 and the second by β3 to get 6x and β6x. This gives {6x+4y=16β6xβ15y=β27β. Adding them yields β11y=β11, so y=1. Then 3x+2(1)=8, so x=2. The solution is (2,1).
Explanation
This method adds two equations together. The goal is to make the coefficients of one variable opposites (like 5x and β5x). When you add the equations, that variable cancels out, leaving a simple, one-variable equation to solve.