Elimination Method: A technique to solve systems by adding or subtracting equations to eliminate one variable
- Arrange equations with like terms aligned
- Identify which variable can be eliminated by adding or subtracting
- Add or subtract the equations to eliminate the variable
- Solve for the remaining variable
- Substitute back to find the other variable
- Verify the solution in both original equations
2x + 3y = 13
4x - 3y = 5
The coefficients of y are +3 and -3 (opposites)
Adding the equations will eliminate y
(2x + 3y) + (4x - 3y) = 13 + 5
2x + 3y + 4x - 3y = 18
6x = 18
6x = 18
x = 3
Substitute x = 3 into first equation:
2(3) + 3y = 13
6 + 3y = 13
3y = 7
y = 7/3
Check in first equation: 2(3) + 3(7/3) = 6 + 7 = 13 ✓
Check in second equation: 4(3) - 3(7/3) = 12 - 7 = 5 ✓
The solution to the system is x = 3 and y = 7/3, or the ordered pair (3, 7/3).
• Elimination: Add equations when coefficients are opposites
• Variable Elimination: Opposite coefficients cancel out
• Verification: Check solution in both original equations
Subtraction Elimination: A technique where subtracting equations eliminates a variable with identical coefficients
3x + 2y = 16
3x - y = 7
The coefficients of x are both +3 (identical)
Subtracting the equations will eliminate x
(3x + 2y) - (3x - y) = 16 - 7
3x + 2y - 3x + y = 9
3y = 9
3y = 9
y = 3
Substitute y = 3 into second equation:
3x - 3 = 7
3x = 10
x = 10/3
Check in first equation: 3(10/3) + 2(3) = 10 + 6 = 16 ✓
Check in second equation: 3(10/3) - 3 = 10 - 3 = 7 ✓
The solution to the system is x = 10/3 and y = 3, or the ordered pair (10/3, 3).
• Elimination: Subtract equations when coefficients are identical
• Variable Elimination: Identical coefficients cancel out when subtracted
• Verification: Check solution in both original equations
Coefficient Manipulation: Multiplying equations by constants to create elimination opportunities
First equation: 2x + 3y = 8
Second equation: 5x + 2y = 9
No coefficients are the same or opposites
To eliminate y, multiply first equation by 2 and second by 3:
First: 2(2x + 3y) = 2(8) → 4x + 6y = 16
Second: 3(5x + 2y) = 3(9) → 15x + 6y = 27
(15x + 6y) - (4x + 6y) = 27 - 16
15x + 6y - 4x - 6y = 11
11x = 11
x = 1
Substitute x = 1 into original first equation:
2(1) + 3y = 8
2 + 3y = 8
3y = 6
y = 2
Check in first equation: 2(1) + 3(2) = 2 + 6 = 8 ✓
Check in second equation: 5(1) + 2(2) = 5 + 4 = 9 ✓
The solution to the system is x = 1 and y = 2, or the ordered pair (1, 2).
• Coefficient Manipulation: Multiply equations to create elimination opportunities
• Least Common Multiple: Use LCM to determine multiplication factors
• Verification: Check solution in both original equations
System of Equations: Two or more equations with the same variables that must be satisfied simultaneously
Solution to System: An ordered pair (or set of values) that satisfies all equations in the system
Elimination Method: A technique that adds or subtracts equations to eliminate one variable
Coefficient Manipulation: Multiplying equations by constants to create elimination opportunities
Variable Elimination: Removing one variable to solve for the other
Verification: Checking that the solution satisfies all original equations
- Align equations: Arrange like terms in columns
- Examine coefficients: Look for same or opposite coefficients
- Manipulate if needed: Multiply equations to create elimination opportunities
- Add/subtract: Combine equations to eliminate one variable
- Solve: Find the value of the remaining variable
- Substitute: Use found value to solve for the other variable
- Verify: Check solution in both original equations
• Addition: Use when coefficients are opposites
• Subtraction: Use when coefficients are identical
• Manipulation: Multiply equations to create elimination opportunities
• Verification: Always check solution in original equations
• Arithmetic: Careful handling of signs and operations
Word Problem Modeling: Translating real-world scenarios into mathematical equations for solution
Let x = number of pencils
Let y = number of erasers
Equation 1 (total items): x + y = 10
Equation 2 (total cost): 2x + 3y = 24
Multiply equation 1 by 2 to eliminate x when subtracting:
2(x + y) = 2(10) → 2x + 2y = 20
(2x + 3y) - (2x + 2y) = 24 - 20
2x + 3y - 2x - 2y = 4
y = 4
Substitute y = 4 into equation 1:
x + 4 = 10
x = 6
Check in first equation: 6 + 4 = 10 ✓
Check in second equation: 2(6) + 3(4) = 12 + 12 = 24 ✓
The person bought 6 pencils and 4 erasers.
• Word Problem Modeling: Translate scenario into equations
• Variable Definition: Assign variables to unknowns
• Elimination Method: Solve system using elimination
Age Problems: Word problems involving relationships between people's ages, requiring system setup
Let x = age of first person
Let y = age of second person
Equation 1 (sum of ages): x + y = 40
Equation 2 (age difference): x - y = 8
The coefficients of y are +1 and -1 (opposites)
Adding equations will eliminate y
(x + y) + (x - y) = 40 + 8
x + y + x - y = 48
2x = 48
x = 24
Substitute x = 24 into equation 1:
24 + y = 40
y = 16
Check in first equation: 24 + 16 = 40 ✓
Check in second equation: 24 - 16 = 8 ✓
The two people are 24 and 16 years old.
• Word Problem Modeling: Translate scenario into equations
• Variable Definition: Assign variables to unknowns
• Elimination Method: Solve system using elimination
System of Linear Equations: A collection of linear equations with the same set of variables that must be satisfied simultaneously
Solution to a System: An ordered set of values that makes every equation in the system true when substituted
Elimination Method: A technique that involves adding or subtracting equations to eliminate one variable and solve for the other
Coefficient Manipulation: Multiplying equations by constants to create opportunities for elimination
Variable Elimination: The process of removing one variable from the system to solve for the remaining variable
Opposite Coefficients: When coefficients are the same number but opposite signs (+a and -a)
Identical Coefficients: When coefficients are the same number and same sign (+a and +a)
- Align equations: Arrange like terms in columns for easy combination
- Examine coefficients: Look for opposite or identical coefficients
- Decide operation: Add for opposite coefficients, subtract for identical
- Manipulate if needed: Multiply equations to create elimination opportunities
- Combine equations: Add or subtract to eliminate one variable
- Solve: Find the value of the remaining variable
- Back-substitute: Use found value to determine the other variable
- Verify: Check solution in both original equations
• Addition: Use when coefficients are opposites (+a and -a)
• Subtraction: Use when coefficients are identical (+a and +a)
• Manipulation: Multiply equations to create elimination opportunities
• Verification: Always check solution in original equations
• Arithmetic: Pay attention to signs and operations
• System Consistency: Solution must satisfy all equations
Original system: 2x + 3y = 13 and 4x - 3y = 5
After elimination: Adding equations gives 6x = 18
Result: Single variable equation leading to solution
Analysis: The chart visually demonstrates how the elimination method transforms a system of equations into a single equation.
- Original system: Two equations with two variables
- Elimination: Combines equations to remove one variable
- Result: Single equation with one variable
- Solution: Back-substitution finds the other variable