Summary
Highlights
The video begins by introducing the elimination method using an example: 2x + 3y = 8 and 5x - 3y = -1. The goal is to add the two equations to eliminate one variable.
By adding the two equations, the 'y' terms cancel out, resulting in 7x = 7. Solving for x gives x = 1. Then, x = 1 is substituted into the first equation to find y, which is y = 2. The solution is presented as the ordered pair (1, 2).
A second example (2x + 5y = 19 and x - 2y = -4) is presented where direct addition doesn't immediately eliminate a variable. The video demonstrates multiplying the second equation by -2 to make the 'x' terms cancel when added. This leads to 9y = 27, so y = 3. Substituting y = 3 back into an original equation yields x = 2. The solution is (2, 3).
The video transitions to the substitution method. The first example for substitution is y = 5 - 2x and 4x + 3y = 13. The strategy is to substitute the expression for 'y' from the first equation into the second equation.
Substituting (5 - 2x) for 'y' in the second equation gives 4x + 3(5 - 2x) = 13. After distributing and combining like terms, the equation simplifies to -2x + 15 = 13. Solving for x yields x = 1. Plugging x = 1 back into y = 5 - 2x gives y = 3. The solution is (1, 3).
A new example is given: y = 3x + 2 and y = 7x - 6. Since both equations are already solved for 'y', the expressions are set equal to each other: 3x + 2 = 7x - 6. Solving for x gives x = 2. Substituting x = 2 into either original equation results in y = 8. The solution is (2, 8).
The final example for substitution is 4x + 2y = 14 and 3x - 5y = -22. The method involves first solving one of the equations for a single variable. The video chooses to solve the first equation for 'y', which becomes y = -2x + 7.
The expression for 'y' (-2x + 7) is then substituted into the second equation: 3x - 5(-2x + 7) = -22. Distributing and combining terms leads to 13x - 35 = -22. Solving for x results in x = 1. Finally, substituting x = 1 into y = -2x + 7 yields y = 5. The solution is (1, 5).