Linear equations are the workhorse of algebra. Every competition has problems that boil down to setting up
and solving a linear equation β or inequality. Master this and you've unlocked a huge chunk of algebra,
geometry, and even number theory problems.
π Key Concepts
Standard Five-Step Method
For any linear equation $ax + b = cx + d$:
Distribute if there are parentheses
Combine like terms on each side
Collect all $x$ terms on one side (move the smaller coefficient to avoid negatives)
Collect all constants on the other side
Divide by the coefficient of $x$
Always check your answer by plugging back into the original equation!
Equations with Variables on Both Sides
The key rule: move terms by doing the opposite operation to both sides.
Example: $ 3x + 5 = x + 11 $
Subtract $x$ from both sides: $ 2x + 5 = 11 $
Subtract 5 from both sides: $ 2x = 6 $
Divide by 2: $ x = 3 $
Linear Inequalities
Solve just like equations, with one critical exception:
β οΈ The One Rule: When you multiply or divide both sides by a negative number,
you must flip the inequality sign.
Example: $ -2x < 6 $ \\to divide by -2, flip sign \\to $ x > -3 $
Notation:
$ < $ and $ > $ β open circle on number line, parentheses in interval notation
$ \le $ and $ \ge $ β closed (filled) circle, brackets in interval notation
Work / Rate: Combined rate = sum of individual rates
Mixture / Concentration: \(Amount of pure stuff = concentration \\times total volume\)
For all word problems: define your variable clearly, write what you know, translate to an equation, solve, and check that your answer makes sense in context.
π‘ Key Insight: When solving word problems, always ask "what am I being asked for?" β that's your variable.
Then ask "what relationships do I know?" β those are your equations. If you can write down what you know in
plain English first, translating to math is much easier.
βοΈ Example Problems
π Example 1 (Variables on both sides)
Solve for $x$: $ 4x - 7 = 2x + 15 $
Step 1: Get $x$ terms on the left, constants on the right.
\(Try x = 0 (which is NOT \\leq -3):\) $ 0 + 4 = 4 \ge 13 $? No. β
Answer: $ x \le -3 $ (boundary at -3)
π Example 3 (Distance word problem)
Two cars leave the same town at the same time, traveling in opposite directions. One goes 50 mph, the other 60 mph.
After how many hours are they 330 miles apart?
Step 1: Let $t$ = number of hours traveled.
Step 2: Use $ d = rt $ for each car.
Car 1 distance: $ 50t $ miles
Car 2 distance: $ 60t $ miles
Step 3: They're going opposite directions, so total distance apart = sum of both distances.
\[
50t + 60t = 330
\]
Step 4: Solve.
\[
110t = 330 \\
t = 3
\]
Check: In 3 hours, Car 1 goes 150 mi, Car 2 goes 180 mi. Total apart: 150 + 180 = 330 mi. β