equations
Systems of Linear Equations
You should know: linear equation
Overview
A system of linear equations is a set of two or more linear equations considered together, sharing the same variables. Solving the system means finding the value(s) of every variable that satisfy ALL the equations simultaneously. Geometrically, in two variables, each equation is a line, and a solution is a point where the lines intersect. Systems of equations model any situation where multiple constraints must hold at once — mixing problems, break-even points, and network flows.
Intuition
Imagine two people describing the same unknown numbers with two different clues. Neither clue alone pins down the answer, but together they narrow it to (usually) exactly one possibility. Graphically, if each equation is a line, a solution is a point that lies on BOTH lines at once — where they cross. If the lines are parallel, they never cross (no solution); if they're actually the same line, every point works (infinitely many solutions).
Formal Definition
A system of two linear equations in two variables has the general form:
Definition of a solution to the system
Notation
| Notation | Meaning |
|---|---|
| Brace notation grouping equations that must hold simultaneously |
Derivation
Solving by elimination: given a1x+b1y=c1 and a2x+b2y=c2, multiply each equation by a constant so that the coefficients of one variable are opposites, then add the equations to eliminate that variable. For example:
Notice the y-coefficients (3 and -3) are already opposites
Add the equations to eliminate y, then solve for x
Substitute x=3 back into either original equation to find y
Properties
Consistent, independent system
Inconsistent system
Consistent, dependent system
Substitution method
Applications
Worked Examples
Substitute y = 2x+1 into the second equation.
Back-substitute to find y.
Answer: (x, y) = (2, 5)
Practice Problems
Solve the system: x + y = 10, x - y = 2.
A theater sells adult tickets for $12 and child tickets for $7. If 100 tickets were sold for a total of $1000, how many of each type were sold?
A concrete mix needs 40% cement. You have batches at 30% and 60% cement. How many m³ of each make 6 m³ of 40% mix?
Common Mistakes
Adding two equations directly without first making a pair of coefficients opposites, expecting a variable to cancel anyway.
Elimination only works once you multiply one or both equations so that the coefficients of the variable to eliminate are exact opposites (or identical, then subtract).
Reporting only one value (e.g. just x) as 'the solution' to a two-variable system.
A solution to a system in two variables is an ORDERED PAIR (x, y) — both coordinates must be found and reported together.
Quiz
Summary
- A system of linear equations is a set of equations sharing variables, solved simultaneously.
- In two variables, a solution is the intersection point of the corresponding lines.
- Systems can have exactly one solution (intersecting lines), no solution (parallel lines), or infinitely many (identical lines).
- Substitution and elimination are the two standard algebraic solving methods.
Mathematics