System of Linear Equations
[1234]⋅[12][710][1234]⋅[xy][710]x+3y=72x+4y=10
Properties of Linear Equations
1. Multiplying or Dividing an Equation
We can multiply or divide both sides of an equation by the same constant.
The solution will remain unchanged.
2(x+3y)=7(2)2x+6y=142(1)+6(2)=142+12=14
2x+4y=10×36x+12y=306(1)+12(2)=30
2. Swapping the Order of Equations
We can change the order of equations (swap rows).
This does not change the solution.
x+3y=7(1)2x+4y=10(2)
2x+4y=10(1)x+3y=7(2)
3. Adding or Combining Equations
We can add two or more equations together.
The resulting equation will still have the same solution.
2x+6y=148x+16y=4010x+22y=5410(1)+22(2)=5410+44=54
Practice
1.
[1739][xy][416]x+3y=47x+9y=16
We want to eliminate x from the equations.
Multiply the first equation by −7:
−7x−21y=−287x+9y=160x−12y=−12y=1
Another method is multiplying the first equation by 3, then solving for y.
2.
[1739][x y][630]x+3y=67x+9y=30
Eliminate x:
−7x−21y=−427x+9y=300x−12y=−12y=1
Substitute (y = 1) into one equation:
7x+9y=307x+9(1)=307x+9=307x=21x=3
3.
[1039][xy][718]
Convert to equations:
x+3y=79y=18
Solve:
y=2
x+3(2)=7
x=1
Solving Using Row Operations
[1234][xy][710]
Augmented Matrix
[1234710]
Row Operation
−2R1+R2→R2
After Elimination
[103−27−4]
Back Substitution
−2y=−4
y=2
x+3(2)=7
x=1
Final Answer
(x,y)=(1,2)
Solving a System of Three Equations
15−2201324xyz141112
Augmented Matrix
15−2201324141112
Row Operations
R2−5R1→R2
R3+2R1→R3
After Elimination
1002−1053−131014−5940
Continue Elimination
−101R2→R2
R3−5R2→R3
Upper Triangular Matrix
1002103101327141059221
Back Substitution
27z=221
z=3
y+1013(3)=1059
y=2
x+2(2)+3(3)=14
x=1
Final Solution
(x,y,z)=(1,2,3)