What are Simultaneous Equations? Simultaneous equations are two or more equations that share the same variables. They are solved together (simultaneously) to find values that satisfy all equations at the same time.
Example: \(x + y = 10\) \(x - y = 4\)
Why do we need them? Sometimes one equation with two variables has infinitely many solutions. Adding another equation gives a unique solution.
Methods to Solve Simultaneous Equations:
| Method | How it works | Best for |
|---|---|---|
| Elimination Method | Add/subtract equations to eliminate one variable | When coefficients are friendly |
| Substitution Method | Solve one equation for one variable, substitute into other | When one variable is easily isolated |
Elimination Method Steps:
- Align equations so like terms are stacked
- Multiply one or both equations to make coefficients of one variable opposites
- Add or subtract to eliminate that variable
- Solve for the remaining variable
- Substitute back to find the other variable
Substitution Method Steps:
- Solve one equation for one variable (e.g., \(x = something\))
- Substitute this expression into the other equation
- Solve for the remaining variable
- Substitute back to find the other variable