Property
If adding or subtracting the equations directly does not eliminate a variable, you must alter them first. When one coefficient is a simple multiple of the other, you only need to multiply ONE equation by a constant.
By multiplying every single term on both sides of that equation by the chosen constant, you create an equivalent equation with the exact opposite coefficient needed for elimination.
Examples
- Example 1 (Multiplying One Equation): Solve the system 3x+y=5 and 2xβ3y=7.
The y coefficients are 1 and β3. To make them opposites, multiply the ENTIRE top equation by 3:
3(3x+y)=3(5)β9x+3y=15
Now, add this new equation to the bottom equation:
(9x+2x)+(3yβ3y)=15+7
11x=22βx=2
- Example 2 (Back-Substitution): Now that x=2, substitute it back into the original, simplest equation (3x+y=5):
3(2)+y=5β6+y=5βy=β1.
The solution is (2,β1).
Explanation
You can think of an equation like a recipe. If a recipe makes 1 batch of cookies, multiplying every single ingredient by 3 gives you 3 batches, but it is still the exact same recipe! In algebra, multiplying the left and right sides by the same number keeps the line exactly the same, but it changes the numbers to fit your needs. The most common mistake is multiplying the variables but forgetting to multiply the constant on the other side of the equal sign.