Simultaneous Equations — Methods and Examples
Book A Free Math Class
Simultaneous Equations — Methods and Examples
TL;DR
Simultaneous equations are two or more equations that share the same variables and are solved together to find values that satisfy all of them at once. This article covers the substitution, elimination, and graphing methods, when each is best, common mistakes, and six worked examples.
What Are Simultaneous Equations?
Simultaneous equations are a set of two or more equations that contain the same variables and must be satisfied at the same time. Solving them means finding the values of the variables that make every equation true together. For two equations in two variables, the solution is the single pair (x,y) that fits both, and these are the workhorse case of linear equations taught in school.
The Three Methods at a Glance
There are three standard methods, and all three give the same answer. The skill is choosing the one that keeps the arithmetic simplest.
- Substitution — solve one equation for a variable, then put that expression into the other.
- Elimination — add or subtract the equations to cancel one variable.
- Graphing — draw both lines and read the crossing point.
A variable is a letter standing for an unknown number; a coefficient is the number multiplying it. When the equations are written in standard form Ax+By=C, elimination usually lines up most cleanly.
Methods of Solving Simultaneous Equations
Each method is a fixed sequence of steps. Learn the shape of each one, then the worked examples below put them into action.
Substitution Method
- Rearrange one equation to make a single variable the subject (for example y=…).
- Substitute that expression into the other equation, leaving one variable.
- Solve the resulting single-variable equation.
- Put the value back into either original equation to find the second variable.
This method fits best when one equation is already solved for a variable, so there is nothing to rearrange.
Elimination Method
- Line the equations up so like terms sit in columns.
- If needed, multiply one or both equations so a variable's coefficients match.
- Add or subtract the equations to remove that variable — subtract when the matching signs agree, add when they are opposite.
- Solve the single-variable equation, then substitute back for the second variable.
Elimination is cleanest when the equations are in standard form Ax+By=C.
Graphing Method
- Rearrange each equation into a form you can plot, such as y=mx+b.
- Draw both lines on the same axes.
- Read the coordinates of the point where they cross — that pair is the solution.
Graphing shows the answer visually and reveals at a glance whether a solution exists, though it is less precise than the algebraic methods when the crossing point is not a whole number.
Examples of Simultaneous Equations
The examples move through all three methods, then to a word problem and the two special cases.
Example 1 - Solve by substitution:
Equations:
- y=2x+1
- 3x+y=11
The first equation already gives y, so substitute it into the second.
3x+(2x+1)=11
=> 5x+1=11
=> 5x=10 => x=2
Put x=2 back into the first equation.
=> y=2(2)+1 => y=5.
Final answer: x=2, y=5.
Example 2 - Solve by elimination:
Equations:
- 2x+3y=12
- 2x−y=4
The instinct is to add the two equations to "get rid of a variable" — but adding here gives an incorrect result. Instead, subtract the second from the first:
(2x+3y)−(2x−y)=12−4
=> 4y=8 => y=2.
Substitute y=2 into the second equation:
=> 2x−2=4 => 2x=6 => x=3.
Final answer: x=3, y=2.
Example 3 - Solve by elimination when coefficients do not match:
Equations:
- 3x+2y=16
- 5x−4y=12
Multiply the first equation by 2:
=> 6x+4y=32.
Add the equations to cancel y.
11x=44 => x=4.
Substitute x=4 into the first original equation:
=> 3(4)+2y=16 => 2y=4 => y=2.
Final answer: x=4, y=2.
Example 4 - Solve by graphing:
Equations:
- y=x+1
- y=−x+5
Both are already solved for y, so plot each line and find where they cross:
=> x+1=−x+5
=> 2x=4 => x=2, y=3.
Final answer: the lines cross at (2,3).
Example 5 - A word problem:
Problem: Two coffees and one tea cost $7. One coffee and one tea cost $5. Let c be the coffee price and t the tea price:
- 2c+t=7
- c+t=5
Subtract the second from the first:
=> c=2.
Substitute into the second equation:
2+t=5 => t=3.
Final answer: a coffee is $2 and a tea is $3.
Example 6 - Decide how many solutions this system has:
Equations:
- x+y=4
- 2x+2y=10
Divide the second equation by 2:
=> x+y=5.
The lines have the same slope but different intercepts, so they are parallel.
Final answer: no solution.
When One Method Beats Another
Choosing the method well is where the time is saved:
- Use substitution when one equation already has a variable by itself.
- Use elimination when the equations sit in standard form.
- Use graphing when you want to see the answer or check whether a solution exists.
Special Cases: No Solution and Infinite Solutions
Not every system has a single answer.
| Case | What the lines do | Algebraic sign | Number of solutions |
|---|---|---|---|
| Independent | Cross at one point | You solve to a unique (x,y) | Exactly one |
| Parallel | Never meet | Collapses to a false statement like 0=5 | None |
| Coincident | Lie on top of each other | Collapses to a true statement like 0=0 | Infinitely many |
Common Mistakes With Simultaneous Equations
Mistake 1: Adding when you should subtract
Where it slips in: using elimination when both matching terms have the same sign. The correct way: subtract to cancel like-signed terms, add to cancel opposite-signed ones.
Mistake 2: Substituting into the equation you already used
Where it slips in: after finding the first variable, students plug it back into the rearranged equation instead of a fresh one. The correct way: substitute the found value into one of the original equations.
Mistake 3: Missing the "no solution" and "infinite solutions" cases
Where it slips in: algebra collapsing to false or true statements instead of checking for solutions.
Conclusion
- Simultaneous equations are equations solved together for values that satisfy all of them at once.
- Choose substitution for an isolated variable, elimination for standard form, graphing to visualize.
- A system can have one solution, no solution (parallel lines), or infinitely many (identical lines).
- The most common error is adding when you should subtract during elimination.