What Is an Equation?
An equation says that two things are equal, joined by an equals sign, like . Think of the sign as the middle of a balance scale. Whatever you do to one side you must do to the other, or the scale tips and the equation is no longer true.
To solve an equation means to find the value of the variable that makes it true. We do this by using inverse operations (opposite operations) to undo what has been done to the variable, one step at a time, until the variable is alone.
Inverse pairs: addition subtraction, and multiplication division. To undo , subtract . To undo , divide by .
Is the solution of ? Replace with : . Yes! Always check your answer by plugging it back in.
One-Step Equations
The variable has one operation attached to it. Undo that operation on both sides.
Solve .
Solve : subtract 6 from both sides to get .
Solve .
Solve : divide both sides by 5 to get .
Two-Step Equations
When two operations act on the variable, undo them in the reverse of the order of operations: first undo addition/subtraction, then undo multiplication/division.
Solve .
Check:
Multi-Step Equations
Before you isolate the variable, clean up each side: use the distributive property to remove parentheses, then combine like terms. Then solve as usual.
Distributing a negative: . The minus sign changes the sign of every term inside the parentheses. This is a very common place to make a mistake, so slow down here.
Solve .
Variables on Both Sides
Move all variable terms to one side and all number terms to the other by adding or subtracting. A good habit: move the smaller variable term so the coefficient stays positive.
Solve .
Equations with Fractions & Decimals
Multiply every term on both sides by the least common denominator (LCD). This turns a fraction equation into a whole-number equation. For decimals, multiply every term by 10, 100, to clear the decimal points.
Solve . The LCD of is .
Solve . Multiply every term by 10:
Literal Equations (Solving for a Variable)
A literal equation has several letters. To “solve for” one letter means to get that letter alone, treating all the other letters as if they were numbers. Use the same inverse operations as always.
Solve for .
Solve for :
Special Cases: No Solution or Infinitely Many
Sometimes, while solving, all the variable terms cancel out. Look at what is left:
- [leftmargin=*]
- A false statement (like ) means no solution. No value of works.
- A true statement (like ) means infinitely many solutions. Every value of works; the two sides are really the same expression.
Solve : subtract to get , which is false. No solution.
Solve : distribute to get ; subtract to get , always true. Infinitely many solutions.
Solving Inequalities
Inequalities use instead of . Solve them the same way you solve equations, with one special rule.
The Flip Rule: When you multiply or divide both sides of an inequality by a negative number, you must flip the inequality sign. For example, becomes (divide by and flip to ).
Solve .
Graphing on a Number Line
Graph the solution of a one-variable inequality on a number line:
- [leftmargin=*]
- Use an open circle for or (the endpoint is not included).
- Use a closed (filled) circle for or (the endpoint is included).
- Shade an arrow to the right for “greater than” and to the left for “less than.”
An open circle means the endpoint is not included.
The graph of has a closed circle at and an arrow shaded to the right. The graph of has an open circle at and an arrow shaded to the left.
Compound Inequalities (And / Or)
A compound inequality joins two inequalities.
- [leftmargin=*]
- And (written ): must satisfy both. The graph is the overlap between the two endpoints.
- Or: satisfies either one. The graph shades outward in two directions.
For an “and” inequality, do the same operation to all three parts.
Solve .
This means is between (open) and (closed).
Absolute Value Equations & Inequalities
means the distance of from , which is never negative. So has two answers: or . Get the absolute value alone first, then split into two cases.
Two patterns for inequalities:
- [leftmargin=*]
- “Less than” () becomes an and: .
- “Greater than” () becomes an or: or .
If the absolute value equals a negative number, there is no solution (distance can't be negative).
Solve . Split into two cases:
Solutions: or .
Solve . This is a “less than,” so use and:
Going Deeper: Advanced Equations & Inequalities
A parameter is a letter that stands for a fixed but unknown number (often , , , ). When a linear equation contains a parameter, the number of solutions can change depending on the parameter's value. Every linear equation can be rearranged into the form
Everything then depends on whether the coefficient is zero:
- [leftmargin=*]
- If : exactly one solution, .
- If and (you get ): infinitely many solutions.
- If and (you get , a contradiction): no solution.
The whole strategy is: collect all -terms on one side, factor out, then study its coefficient.
The key move: write the equation as where and are expressions in the parameter. The “interesting” values of the parameter are exactly those that make the coefficient . Test each of them separately.
For each value of , describe the number of solutions of
Gather the -terms on the left and the constants on the right:
Now the coefficient is , zero only when or .
- [leftmargin=*]
- : the equation becomes , true for every infinitely many solutions.
- : the equation becomes , impossible no solution.
- any other : one solution, .
An expression like has one absolute value inside another. Treat the whole inner absolute value as a single block and undo the outer bars first, exactly as you would solve . Each branch then leaves you with an ordinary absolute-value equation to finish. Always discard any branch that asks an absolute value to equal a negative number.
Solve . Let the block be . The outer bars give two branches:
That is or . The second is impossible (an absolute value is never negative), so discard it. From :
Solutions: or . (Check: .)
Read as “the distance between and on the number line.” Then is the total distance from to the two fixed points and . If and are units apart, that total is smallest exactly when sits between them, where it equals and can go no lower. So:
- [leftmargin=*]
- has no solution if , and infinitely many (a whole segment) if .
- If , there are exactly two solutions, one on each side of the pair.
To solve algebraically, split the line at the critical points and and handle each region with casework.
Solve . The critical points are and , which are apart. Since , expect two solutions. Break the line into three regions.
The middle region gives the constant (the minimum total distance), confirming the sum can never dip below . Solutions: or .
When you solve a formula for a letter that appears in more than one term, you cannot simply divide --- you must first collect every term containing that letter on one side, then factor the letter out, and only then divide by the leftover expression. This is the same “” idea used for parameters, applied to rearranging formulas.
Solve for . Both terms on the left contain , so factor it out:
Similarly, solve for :
Some problems ask not for the solution set but for how many integers lie in it. First solve the inequality to get a range, then count the whole numbers inside, watching the endpoints:
- [leftmargin=*]
- A strict endpoint ( or ) does not include that boundary value.
- A non-strict endpoint ( or ) does include it.
For a run of consecutive integers from to inclusive, the count is .
How many integers satisfy ? Rewrite the “less than” absolute value as an “and”:
Both ends are strict, so and are excluded. The integers are --- that is integers.
Plan A costs $30 per month plus $0.10 for each text message. Plan B costs a flat $50 per month. For how many text messages is Plan A the cheaper choice?
Let be the number of texts. “Plan A cheaper” means its cost is less than Plan B's:
Since counts texts, it must be a whole number, so Plan A is cheaper for texts (fewer than ). At exactly texts the two plans tie at $50, and beyond that Plan B wins.
Formulas, Proofs & Tips
What it means. Equations stay balanced under identical operations; inequalities have one extra rule.
Example. .
Why it works. If then and — equality is preserved. But if , multiplying by reverses their order on the number line, since now lies to the right of .
Tip. Undo operations in reverse PEMDAS order: addition first, multiplication last.