Property
Step 1. Write both equations in standard form. If any coefficients are fractions, clear them.
Step 2. Make the coefficients of one variable opposites.
- Decide which variable you will eliminate.
- Multiply one or both equations so that the coefficients of that variable are opposites.
Step 3. Add the equations resulting from Step 2 to eliminate one variable.
Step 4. Solve for the remaining variable.
Step 5. Substitute the solution from Step 4 into one of the original equations. Then solve for the other variable.
Step 6. Write the solution as an ordered pair.
Step 7. Check that the ordered pair is a solution to both original equations.
Examples
- Solve {4x+3y=1x−3y=4. The equations are in standard form and the y terms are opposites. Add them: 5x=5, so x=1. Substitute into the second equation: 1−3y=4, so −3y=3 and y=−1. The solution is (1,−1).
- Solve {x+31y=221x+41y=2. First, clear fractions by multiplying the first equation by 3 and the second by 4 to get {3x+y=62x+y=8. Multiply the second equation by −1 and add: (3x+y)+(−2x−y)=6−8, which gives x=−2. Then 3(−2)+y=6, so y=12. The solution is (−2,12).
- Solve {y=5−2x3x−2y=4. First, rewrite the first equation in standard form: 2x+y=5. Now multiply it by 2 to get 4x+2y=10. Add this to 3x−2y=4 to get 7x=14, so x=2. Substitute into y=5−2x to get y=5−2(2)=1. The solution is (2,1).
Explanation
This is a step-by-step recipe for success. First, get your equations into Ax+By=C form. Next, multiply to create opposite terms. Then, add, solve for one variable, substitute back to find the other, and always check your answer.