\(x + y = 7\) and \(x - y = 1\)
Verify your solution.
Elimination Method: Adding or subtracting equations to eliminate one variable and solve for the other
- Align equations so like terms are in columns
- Determine which variable to eliminate
- Add or subtract equations to eliminate that variable
- Solve the resulting single-variable equation
- Substitute back to find the other variable
- Verify the solution in both original equations
\(x + y = 7\)
\(x - y = 1\)
The y-coefficients are 1 and -1, so adding the equations will eliminate y
\((x + y) + (x - y) = 7 + 1\)
\(x + y + x - y = 8\)
\(2x = 8\)
\(x = \frac{8}{2} = 4\)
Using the first equation: \(x + y = 7\)
\(4 + y = 7\)
\(y = 7 - 4 = 3\)
First equation: \(x + y = 7\)
\(4 + 3 = 7\) ✓
Second equation: \(x - y = 1\)
\(4 - 3 = 1\) ✓
The solution to the system is (4, 3).
• Elimination Principle: Adding equations preserves equality
• Variable Elimination: Opposite coefficients cancel when added
• Verification: Check solution in both original equations
\(2x + 3y = 13\) and \(2x - y = 5\)
Show all steps clearly.
Subtraction Elimination: When coefficients of the same variable are equal, subtracting equations eliminates that variable
\(2x + 3y = 13\)
\(2x - y = 5\)
The x-coefficients are both 2, so subtracting the second equation from the first will eliminate x
\((2x + 3y) - (2x - y) = 13 - 5\)
\(2x + 3y - 2x + y = 8\)
\(4y = 8\)
\(y = \frac{8}{4} = 2\)
Using the second equation: \(2x - y = 5\)
\(2x - 2 = 5\)
\(2x = 7\)
\(x = \frac{7}{2} = 3.5\)
First equation: \(2x + 3y = 13\)
\(2(3.5) + 3(2) = 7 + 6 = 13\) ✓
Second equation: \(2x - y = 5\)
\(2(3.5) - 2 = 7 - 2 = 5\) ✓
The solution to the system is (3.5, 2).
• Subtraction Elimination: Equal coefficients cancel when subtracted
• Distribution: When subtracting expressions, distribute the negative sign
• Verification: Always check solution in both original equations
\(3x + 2y = 16\) and \(x + 3y = 13\)
Express your answer as a mixed number if needed.
Multiplication Elimination: When coefficients are not equal/opposite, multiply equations to make them so
First equation: \(3x + 2y = 16\) (coefficients: 3, 2)
Second equation: \(x + 3y = 13\) (coefficients: 1, 3)
Neither x nor y coefficients are equal or opposite
To eliminate x: multiply the second equation by 3 to get coefficient 3
New system: \(3x + 2y = 16\) and \(3x + 9y = 39\)
\((3x + 9y) - (3x + 2y) = 39 - 16\)
\(3x + 9y - 3x - 2y = 23\)
\(7y = 23\)
\(y = \frac{23}{7}\)
Using the second original equation: \(x + 3y = 13\)
\(x + 3(\frac{23}{7}) = 13\)
\(x + \frac{69}{7} = 13\)
\(x = 13 - \frac{69}{7} = \frac{91}{7} - \frac{69}{7} = \frac{22}{7}\)
First equation: \(3x + 2y = 16\)
\(3(\frac{22}{7}) + 2(\frac{23}{7}) = \frac{66}{7} + \frac{46}{7} = \frac{112}{7} = 16\) ✓
Second equation: \(x + 3y = 13\)
\(\frac{22}{7} + 3(\frac{23}{7}) = \frac{22}{7} + \frac{69}{7} = \frac{91}{7} = 13\) ✓
The solution to the system is \(\left(\frac{22}{7}, \frac{23}{7}\right)\) or approximately (3.14, 3.29).
• Multiplication Property: Multiply both sides of an equation by the same value
• Common Multiples: Find LCM to make coefficients equal
• Fraction Arithmetic: Be careful with operations on fractions
Elimination Method: An algebraic technique for solving systems by adding or subtracting equations to eliminate one variable
System of Linear Equations: A set of two or more linear equations with the same variables
Solution to System: An ordered pair that makes all equations in the system true simultaneously
- Align Equations: Write equations in standard form with like terms aligned
- Choose Variable: Determine which variable is easier to eliminate
- Make Coefficients Equal/Opposite: Multiply equations by constants if needed
- Combine Equations: Add or subtract to eliminate the chosen variable
- Solve Single Variable: Solve the resulting one-variable equation
- Find Other Variable: Substitute back into one of the original equations
- Verify Solution: Check in both original equations
• Addition Elimination: If coefficients are opposites, add equations
• Subtraction Elimination: If coefficients are equal, subtract equations
• Multiplication Property: Multiply entire equation by same value preserves equality
• Solution Verification: Substitute solution into both original equations
Word Problem Modeling: Translating real-world situations into mathematical equations
Let \(x\) = number of pens, \(y\) = number of notebooks
Total items: \(x + y = 8\)
Total cost: \(2x + 3y = 19\)
Eliminate x by multiplying the first equation by 2: \(2x + 2y = 16\)
New system: \(\begin{cases} 2x + 2y = 16 \\ 2x + 3y = 19 \end{cases}\)
\((2x + 3y) - (2x + 2y) = 19 - 16\)
\(y = 3\)
Using the first original equation: \(x + y = 8\)
\(x + 3 = 8\)
\(x = 5\)
Total items: \(x + y = 5 + 3 = 8\) ✓
Total cost: \(2x + 3y = 2(5) + 3(3) = 10 + 9 = 19\) ✓
The customer bought 5 pens and 3 notebooks.
• Word Problem Translation: Convert verbal constraints to equations
• Elimination Method: Multiply to make coefficients equal, then subtract
• Verification: Check solution against original problem constraints
Age Problems: Using algebraic methods to solve problems involving current or future ages
Let \(s\) = Sarah's current age, \(t\) = Tom's current age
Sarah is twice as old as Tom: \(s = 2t\) or \(s - 2t = 0\)
Sum of ages is 30: \(s + t = 30\)
\(\begin{cases} s - 2t = 0 \\ s + t = 30 \end{cases}\)
Eliminate s by subtracting the first equation from the second
\((s + t) - (s - 2t) = 30 - 0\)
\(s + t - s + 2t = 30\)
\(3t = 30\)
\(t = 10\)
Using the second equation: \(s + t = 30\)
\(s + 10 = 30\)
\(s = 20\)
Sarah is twice as old as Tom: \(20 = 2(10) = 20\) ✓
Sum of ages: \(s + t = 20 + 10 = 30\) ✓
Sarah is 20 years old and Tom is 10 years old.
• Age Relationship Modeling: Translate verbal relationships to equations
• Elimination Strategy: Choose the variable that's easier to eliminate
• Verification: Check solution against all original conditions
Elimination Method: An algebraic technique for solving systems by adding or subtracting equations to eliminate one variable, then solving for the remaining variable
Variable Elimination: The process of removing one variable from a system by combining equations
Back-Substitution: Using a known value to find the remaining variable in a system
- Standard Form: Write equations in standard form (ax + by = c)
- Choose Variable: Select the variable that will be easier to eliminate
- Make Coefficients Equal/Opposite: Multiply equations by constants if necessary
- Combine Equations: Add or subtract to eliminate the chosen variable
- Solve Single Variable: Solve the resulting one-variable equation
- Find Other Variable: Substitute the known value into one of the original equations
- Verify Solution: Check the solution in both original equations
• Addition Elimination: If coefficients are opposites, add equations
• Subtraction Elimination: If coefficients are equal, subtract equations
• Multiplication Property: \(a(bx + cy) = abx + acy\)
• Solution verification: Check \((x, y)\) in both original equations
x + y = 7 and x - y = 1
Show how addition eliminates y.
Analysis: The chart shows how elimination method combines equations to eliminate one variable.
- Original system: Two equations with two variables
- Elimination: Adding equations eliminates y (y + (-y) = 0)
- Result: Single equation 2x = 8 in variable x