When you have two variables, you need two equations to find both values. Systems of equations show up
everywhere β coordinate geometry, word problems, even number theory. Master substitution and elimination,
and you'll solve 90% of competition system problems.
π Key Concepts
What Is a System?
A system of equations is a set of equations that share the same variables. A solution is a pair (or tuple)
that makes all equations true at the same time.
For two linear equations with two variables, there are three possibilities:
One solution: Lines intersect at one point (different slopes)
No solution: Lines are parallel (same slope, different intercepts)
Infinite solutions: Same line (same slope and intercept)
Method 1: Substitution
Best when one equation already has a variable isolated, or can be easily isolated.
Solve one equation for one variable
Substitute that expression into the other equation
Solve the resulting single-variable equation
Plug back to find the other variable
Example: $ y = 2x + 1 $ and $ 3x + y = 11 $ \(\to\) substitute: $ 3x + (2x+1) = 11 $ \(\to\) $ x = 2 $, $ y = 5 $
Method 2: Elimination (Addition)
Best when coefficients line up nicely, or when substitution would create fractions.
Line up equations with like terms stacked
Multiply one or both equations so one variable has opposite coefficients
Add the equations to eliminate that variable
Solve, then plug back to find the other variable
Key idea: if $ax + by = c$ and $dx + ey = f$, you can scale to make the $x$ (or $y$) coefficients cancel.
\(Three Variables (3 \\times 3 Systems)\)
Same elimination idea, just more steps:
\(Take two equations, eliminate one variable \\to get a 2-variable equation\)
\(Take a different pair, eliminate the same variable \\to get another 2-variable equation\)
\(Now you have a 2 \\times 2 system\) β solve with substitution or elimination
Plug back to find the third variable
Always check your answer in all three original equations!
Word Problems with Systems
Most system word problems fall into these categories:
Two quantities with two totals: e.g., tickets: adult + child, total people + total money
Mixture problems: two solutions mixed to get a target concentration
Distance / rate: two objects, or one object with two different speeds
Number digit problems: tens digit + units digit, value of number vs reversed
β οΈ Common Mistake: When multiplying an equation for elimination, multiply every term
on both sides. Forgetting a term is the #1 elimination error. Also watch your signs β the goal is to get
opposite coefficients that add to zero.
π‘ Key Insight: When you see "find the value of $x + y$" or "what is $2x + 3y$?" in a
competition problem, you often DON'T need to find $x$ and $y$ individually. Look for a way to add or
subtract the equations directly to get the expression they're asking for. It's usually faster.
βοΈ Example Problems
π Example 1 (Substitution)
Solve the system:
$ y = 3x - 2 $
$ 2x + 3y = 16 $
What is the value of $x + y$?
Method: Substitution (first equation already has y isolated)
Step 1: Substitute $3x - 2$ for $y$ in the second equation.