Learn how to solve systems of equations with two variables using substitution and elimination methods. Complete with strategies, solved examples, and 10 practice questions.
๐ What Is a System of Linear Equations?
A system of linear equations is a set of two or more linear equations with the same variables. The solution is the point (x, y) that satisfies both equations.
2x + y = 10
x โ y = 2
The solution to this system is the ordered pair (x, y) that makes both equations true.
๐ Key Concept
A solution to a system is a point where the two lines intersect. There are three possible outcomes: 1. One solution (lines intersect at one point) 2. No solution (lines are parallel, never intersect) 3. Infinite solutions (lines are identical, intersect everywhere)
โก Two Methods to Solve Systems
๐น Method 1: Substitution
Substitution Method
Step 1: Solve one equation for one variable (isolate x or y). Step 2: Substitute this expression into the other equation. Step 3: Solve for the remaining variable. Step 4: Substitute back to find the other variable.
๐น Method 2: Elimination
Elimination Method
Step 1: Multiply equations if needed to get opposite coefficients. Step 2: Add or subtract equations to eliminate one variable. Step 3: Solve for the remaining variable. Step 4: Substitute back to find the other variable.
๐ Solved Examples
Study these examples carefully. Each shows the step-by-step solution process.
EXAMPLE 1 โ Substitution Method
Solve the system: 2x + y = 10 x โ y = 2
Step 1: Solve the second equation for x: x = y + 2
Step 2: Substitute into the first equation: 2(y + 2) + y = 10
Step 3: Simplify: 2y + 4 + y = 10 โ 3y = 6 โ y = 2