๐Ÿ“– 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
Step 4: Substitute back: x = 2 + 2 = 4
โœ… Solution: x = 4, y = 2
๐Ÿ’ก Tip: Check: 2(4) + 2 = 10 โœ“ and 4 โˆ’ 2 = 2 โœ“
EXAMPLE 2 โ€” Elimination Method
Solve the system:
3x + 2y = 12
x โˆ’ 2y = 8
Step 1: Notice the y terms are +2y and โˆ’2y (opposites!)
Step 2: Add the equations: (3x + 2y) + (x โˆ’ 2y) = 12 + 8
Step 3: Simplify: 4x = 20 โ†’ x = 5
Step 4: Substitute back: 5 โˆ’ 2y = 8 โ†’ โˆ’2y = 3 โ†’ y = โˆ’1.5
โœ… Solution: x = 5, y = โˆ’1.5
๐Ÿ’ก Tip: Check: 3(5) + 2(โˆ’1.5) = 15 โˆ’ 3 = 12 โœ“ and 5 โˆ’ 2(โˆ’1.5) = 5 + 3 = 8 โœ“
EXAMPLE 3 โ€” Elimination (Multiply First)
Solve the system:
2x + 3y = 13
4x + y = 11
Step 1: Multiply the second equation by โˆ’3 to eliminate y: โˆ’12x โˆ’ 3y = โˆ’33
Step 2: Add to first equation: (2x + 3y) + (โˆ’12x โˆ’ 3y) = 13 + (โˆ’33)
Step 3: Simplify: โˆ’10x = โˆ’20 โ†’ x = 2
Step 4: Substitute back: 4(2) + y = 11 โ†’ 8 + y = 11 โ†’ y = 3
โœ… Solution: x = 2, y = 3
๐Ÿ’ก Tip: Check: 2(2) + 3(3) = 4 + 9 = 13 โœ“ and 4(2) + 3 = 11 โœ“
EXAMPLE 4 โ€” No Solution
Solve the system:
2x + 3y = 7
4x + 6y = 10
Step 1: Multiply first equation by 2: 4x + 6y = 14
Step 2: Compare: 4x + 6y = 14 vs 4x + 6y = 10
Step 3: These are parallel lines (same slope, different y-intercept)
Step 4: No solution (lines never intersect)
โœ… No solution
๐Ÿ’ก Tip: When equations are multiples of each other but constants are different โ†’ no solution.
EXAMPLE 5 โ€” Infinite Solutions
Solve the system:
2x + 3y = 7
4x + 6y = 14
Step 1: Multiply first equation by 2: 4x + 6y = 14
Step 2: This is identical to the second equation
Step 3: The two lines are the same line
Step 4: Infinite solutions (every point on the line is a solution)
โœ… Infinite solutions
๐Ÿ’ก Tip: When one equation is a multiple of the other with the same constant โ†’ infinite solutions.

๐Ÿงช Practice Questions

Solve each system. Click "Show Answer" to see the full solution.

Question 1
Solve the system:
x + y = 7
x โˆ’ y = 1
A) x = 3, y = 4
B) x = 4, y = 3
C) x = 5, y = 2
D) x = 2, y = 5
โœ“ Answer: B
Add equations: 2x = 8 โ†’ x = 4 โ†’ y = 3
๐Ÿ“ Solution: x + y = 7, x โˆ’ y = 1 โ†’ Add: 2x = 8 โ†’ x = 4 โ†’ y = 3
Question 2
Solve the system:
2x + y = 8
x โˆ’ y = 1
A) x = 2, y = 4
B) x = 4, y = 2
C) x = 3, y = 2
D) x = 2, y = 3
โœ“ Answer: C
From x โˆ’ y = 1 โ†’ x = y + 1. Substitute: 2(y + 1) + y = 8 โ†’ 3y = 6 โ†’ y = 2 โ†’ x = 3
๐Ÿ“ Solution: x = y + 1 โ†’ 2(y + 1) + y = 8 โ†’ 3y = 6 โ†’ y = 2 โ†’ x = 3
Question 3
Solve the system:
3x + 2y = 11
x + y = 4
A) x = 1, y = 3
B) x = 2, y = 2
C) x = 4, y = 0
D) x = 3, y = 1
โœ“ Answer: D
From x + y = 4 โ†’ y = 4 โˆ’ x. Substitute: 3x + 2(4 โˆ’ x) = 11 โ†’ 3x + 8 โˆ’ 2x = 11 โ†’ x = 3 โ†’ y = 1
๐Ÿ“ Solution: y = 4 โˆ’ x โ†’ 3x + 8 โˆ’ 2x = 11 โ†’ x = 3 โ†’ y = 1
Question 4
Solve the system:
2x โˆ’ 3y = 4
x + 2y = 9
A) x = 5, y = 2
B) x = 3, y = 3
C) x = 4, y = 1
D) x = 6, y = 0
โœ“ Answer: A
From x + 2y = 9 โ†’ x = 9 โˆ’ 2y. Substitute: 2(9 โˆ’ 2y) โˆ’ 3y = 4 โ†’ 18 โˆ’ 7y = 4 โ†’ y = 2 โ†’ x = 5
๐Ÿ“ Solution: x = 9 โˆ’ 2y โ†’ 18 โˆ’ 4y โˆ’ 3y = 4 โ†’ โˆ’7y = โˆ’14 โ†’ y = 2 โ†’ x = 5
Question 5
Solve the system:
4x + y = 10
2x โˆ’ y = 2
A) x = 1, y = 6
B) x = 3, y = 2
C) x = 4, y = โˆ’6
D) x = 2, y = 2
โœ“ Answer: D
Add equations: 6x = 12 โ†’ x = 2 โ†’ y = 2
๐Ÿ“ Solution: (4x + y) + (2x โˆ’ y) = 10 + 2 โ†’ 6x = 12 โ†’ x = 2 โ†’ y = 2
Question 6
Solve the system:
3x + 2y = 16
5x โˆ’ 2y = 8
A) x = 2, y = 5
B) x = 3, y = 3.5
C) x = 4, y = 2
D) x = 5, y = 0.5
โœ“ Answer: B
Add equations: 8x = 24 โ†’ x = 3 โ†’ 3(3) + 2y = 16 โ†’ 2y = 7 โ†’ y = 3.5
๐Ÿ“ Solution: (3x + 2y) + (5x โˆ’ 2y) = 16 + 8 โ†’ 8x = 24 โ†’ x = 3 โ†’ y = 3.5
Question 7
Solve the system:
2x + 5y = 19
3x โˆ’ 2y = 0
A) x = 1, y = 3.4
B) x = 3, y = 2.6
C) x = 2, y = 3
D) x = 4, y = 2.2
โœ“ Answer: C
From 3x โˆ’ 2y = 0 โ†’ 3x = 2y โ†’ y = 1.5x. Substitute: 2x + 5(1.5x) = 19 โ†’ 2x + 7.5x = 19 โ†’ 9.5x = 19 โ†’ x = 2 โ†’ y = 3
๐Ÿ“ Solution: y = 1.5x โ†’ 2x + 7.5x = 19 โ†’ 9.5x = 19 โ†’ x = 2 โ†’ y = 3
Question 8
How many solutions does this system have?
2x + 4y = 8
x + 2y = 4
A) One solution
B) No solution
C) Two solutions
D) Infinite solutions
โœ“ Answer: D
2x + 4y = 8 is 2(x + 2y = 4). Both equations are identical โ†’ infinite solutions.
๐Ÿ“ Solution: 2x + 4y = 8 = 2(x + 2y) โ†’ Same line โ†’ Infinite solutions
Question 9
How many solutions does this system have?
3x + 2y = 6
3x + 2y = 10
A) One solution
B) No solution
C) Infinite solutions
D) Two solutions
โœ“ Answer: B
Same left side (3x + 2y), different right side (6 vs 10) โ†’ parallel lines โ†’ no solution.
๐Ÿ“ Solution: Same slope, different y-intercept โ†’ Parallel โ†’ No solution
Question 10
Solve the system:
5x + 3y = 29
2x โˆ’ y = 5
A) x = 4, y = 3
B) x = 3, y = 4
C) x = 5, y = 2
D) x = 2, y = 5
โœ“ Answer: A
From 2x โˆ’ y = 5 โ†’ y = 2x โˆ’ 5. Substitute: 5x + 3(2x โˆ’ 5) = 29 โ†’ 5x + 6x โˆ’ 15 = 29 โ†’ 11x = 44 โ†’ x = 4 โ†’ y = 3
๐Ÿ“ Solution: y = 2x โˆ’ 5 โ†’ 5x + 6x โˆ’ 15 = 29 โ†’ 11x = 44 โ†’ x = 4 โ†’ y = 3
๐ŸŽ‰ WELL DONE!

You've completed the Systems of Linear Equations lesson. You now know how to solve two-variable systems using substitution and elimination methods.

โ† Back to Topic List ๐Ÿ“– Previous: Linear Equations in Two Variables ๐Ÿ“– Next: Linear Inequalities โ†’