What Are Systems of Equations?
A system of equations is a set of two or more equations with the same variables. In Algebra 2, you typically solve systems with two variables (x and y).
Method 1: Substitution
- Solve one equation for one variable.
- Substitute into the other equation.
- Solve and back-substitute.
Method 2: Elimination
- Multiply equations to align coefficients.
- Add or subtract to eliminate one variable.
- Solve and back-substitute.
Example (Elimination)
Solve: \( 2x + 3y = 7 \) and \( x - y = 1 \)
- Multiply Eq2 by 3: \( 3x - 3y = 3 \)
- Add to Eq1: \( 5x = 10 \), so \( x = 2 \)
- Substitute: \( 2 - y = 1 \), so \( y = 1 \)
Solution: \( (2, 1) \). Try it on our solver!