Inequalities in One Variable
An equation usually has a few solutions. An inequality has a whole stretch of them, and the answer is a region rather than a number. Drawing that region correctly is a small skill with one genuinely tricky rule inside it.
Write down the true statement $4 < 10$. Now multiply both sides by $-1$ and write what you get. Is the new statement true? If not, what would you have to change to make it true, and what does that tell you about multiplying an inequality by a negative?
Solving an inequality uses the same steps as solving an equation, with one exception: multiplying or dividing both sides by a negative reverses the inequality sign. The answer is a region on the number line, drawn with an open or closed circle at the boundary.
$$a < b \quad \Longrightarrow \quad -a > -b$$
The circle records whether the boundary itself is a solution. Strict signs, $<$ and $>$, take an open circle. Inclusive signs, $\leq$ and $\geq$, take a filled one. Getting that wrong loses a mark on an otherwise correct answer.
Know
- That an inequality is solved like an equation except when multiplying or dividing by a negative
- That a strict sign takes an open circle and an inclusive sign a filled one
- How to write a solution as an inequality, in set-builder form and in interval notation
Understand
- Why multiplying by a negative reverses the sign
- Why dividing by a variable is not permitted
Can Do
- Solve a linear inequality, including one with the variable on both sides
- Graph the solution region on a number line with the correct circles
- Solve and graph a compound inequality
Almost every step used on an equation works unchanged on an inequality. You may add the same thing to both sides, subtract the same thing, and multiply or divide both sides by a positive number.
$$3x - 5 \leq 7 \ \Rightarrow \ 3x \leq 12 \ \Rightarrow \ x \leq 4$$
The exception is multiplying or dividing by a negative, which reverses the direction of the sign.
$$-2x > 6 \ \Rightarrow \ x < -3$$
Why? Because a negative multiplier flips the number line over. Start from a true statement, $4 < 10$. Multiplying both sides by $-1$ gives $-4$ and $-10$, and $-4$ is the larger of those, since it sits further right. So the correct statement is $-4 > -10$: the sign has turned round.
Test your answer whenever you are unsure. For $-2x > 6$, try $x = -5$: $-2(-5) = 10 > 6$, true, and $-5 < -3$, consistent. Try $x = 0$: $0 > 6$ is false, and $0$ is correctly excluded. Two substitutions settle the direction with certainty.
Consider $\dfrac{6}{x} > 2$. It is tempting to multiply both sides by $x$, but that step is not available.
The reason is that you do not know the sign of $x$. If $x$ is positive, the sign stays; if negative, it reverses. Since both are possible, the step has two contradictory outcomes and cannot be taken.
The same applies to a bracket. From $(x-3)y < (x-3)z$ you may not cancel $(x-3)$, because it may be positive, negative or zero.
Two safe alternatives:
Split into cases. Handle $x > 0$ and $x < 0$ separately, since within each case the sign is known.
Rearrange to compare with zero. Move everything to one side and reason about the sign of the resulting expression.
At Year 10 the inequalities you meet will be linear, so this rarely arises. It is worth stating because the habit of "multiply both sides to clear the fraction", learned on equations, transfers silently and wrongly.
The solution of an inequality in one variable is a region of the number line, and the drawing has two parts to get right.
The circle at the boundary. A strict sign, $<$ or $>$, means the boundary is not a solution, so the circle is open. An inclusive sign, $\leq$ or $\geq$, means it is, so the circle is filled.
The direction of the thick line. Shade towards the values that satisfy the inequality. For $x > 2$ that is to the right; for $x \leq -1$ it is to the left.
A quick check on direction: pick any number in the shaded part and substitute it. For $x > 2$ shaded to the right, $x = 5$ gives $5 > 2$, true.
The same solution can be written three ways, exactly as domains were in Lesson 4:
$$x > 2 \qquad \{x : x > 2\} \qquad (2, \infty)$$
The open circle and the round bracket are the same information, drawn and written. A filled circle corresponds to a square bracket.
Two conditions can be combined, and the word joining them decides the picture.
Both at once ("and"). Written as a single chain:
$$-1 \leq x < 3$$
which means $x \geq -1$ and $x < 3$ simultaneously. The region is the overlap: a single segment from $-1$ to $3$, with a filled circle at $-1$ and an open one at $3$. In interval notation, $[-1, 3)$.
To solve a chain, do the same thing to all three parts:
$$-4 < 2x - 6 \leq 8 \ \Rightarrow \ 2 < 2x \leq 14 \ \Rightarrow \ 1 < x \leq 7$$
Either one ("or"). Written as two separate statements:
$$x < -2 \quad \text{or} \quad x \geq 5$$
The region is two pieces with a gap between them, and in interval notation it needs a union: $(-\infty,-2) \cup [5,\infty)$.
The distinction matters because "and" regions can be empty while "or" regions never are. There is no number satisfying both $x > 5$ and $x < 2$, so that solution set is empty; but $x > 5$ or $x < 2$ describes most of the number line.
Watch Me Solve It · 3 examples
-
1Isolate the term with x$-3x \geq 15$Subtracting $7$ from both sides. Subtraction never changes the direction of the sign.
-
2Divide by the negative and reverse$x \leq -5$Dividing by $-3$ reverses $\geq$ to $\leq$. This is the only step where the direction changes.
-
3Test one value to confirm the direction$x = -6: \quad 7 - 3(-6) = 25 \geq 22 \ \checkmark$And $x = 0$ gives $7 \geq 22$, which is false, correctly excluded.
-
4Draw the regionA filled circle at $-5$, since the sign is inclusive, with the thick line running to the left. In interval notation, $(-\infty, -5]$.
-
1Collect the variable terms, choosing the side that avoids a negative$-3 < 5x + 12$Subtracting $4x$ from both sides leaves a positive coefficient on the right, which will avoid a reversal later.
-
2Isolate the term with x$-15 < 5x$Subtracting $12$ from both sides.
-
3Divide by the positive coefficient$-3 < x$Dividing by $5$, which is positive, so the sign is unchanged.
-
4Rewrite with the variable first and check$x > -3$Reading $-3 < x$ from the other end gives $x > -3$; the sign turns because the sides were swapped, which is a different move from multiplying by a negative. Testing $x = 0$: $-3 < 12$, true.
-
1Subtract 3 from all three parts$-8 \leq -2x < 6$Whatever is done must be done to every part of the chain.
-
2Divide all three parts by the negative$4 \geq x > -3$Dividing by $-2$ reverses both signs at once. The chain now reads from larger to smaller.
-
3Rewrite in increasing order$-3 < x \leq 4$Chains are conventionally written smallest to largest. Reversing the reading order turns each sign round again, which restores the original directions.
-
4State the interval and check an endpoint$(-3, 4]$At $x = 4$: $3 - 8 = -5$, and $-5 \leq -5$ holds, so $4$ is included and takes a square bracket. At $x = -3$: $3 + 6 = 9$, and $9 < 9$ is false, so $-3$ is excluded and takes a round bracket.
Brain Trainer · 5 problems
Five items on one-variable inequalities. Work each one, then reveal the answer.
-
1 Solve $2x + 5 > 13$.
Subtract $5$, divide by the positive $2$.$x > 4$ -
2 Solve $-x \geq 3$.
Multiplying by $-1$ reverses the sign.$x \leq -3$ -
3 Solve $\dfrac{x}{-4} < 2$.
Multiplying by $-4$ reverses the sign.$x > -8$ -
4 Which circle does $x \geq 6$ take at the boundary?
The sign is inclusive, so the boundary is a solution.Filled -
5 Write $-2 < x \leq 7$ in interval notation.
Round for strict, square for inclusive.$(-2, 7]$
Multiple Choice · 5 questions
Solving $-5x \leq 20$ gives:
Solving $x - 8 > -3$ gives:
The number line graph of $x < 7$ has:
Solving $1 < x + 4 \leq 9$ gives:
Which solution set is empty?
Short Answer · 3 questions
(a) $5x + 2 \leq 17$
(b) $8 - 4x > 20$
(c) $3x - 1 \geq 5x + 7$
(d) $-6 \leq 2x + 4 < 10$
(b) Explain why adding a negative number does not reverse an inequality.
(c) A student solves $\dfrac{12}{x} > 3$ by multiplying both sides by $x$ to get $12 > 3x$, hence $x < 4$. Show by substitution that this answer is wrong, and explain the error.
(d) Solve $\dfrac{12}{x} > 3$ correctly by considering cases.
(a) Write an inequality for the number of parcels $n$ they can send.
(b) Solve it.
(c) State the largest number of parcels they can send, and explain why the answer is not the same as the solution to (b).
(d) Describe the number line graph of the answer to (b), and say why the graph is slightly misleading for this context.
(b) Solve $3x - 5 > 3x + 1$ and describe the solution set.
(c) Explain how you could tell, before solving, that each of those two would behave unusually, and construct one inequality of each kind of your own.
One exception
Multiply or divide by a negative and reverse
Adding is safe
Adding or subtracting never reverses
Circles
Strict is open; inclusive is filled
Never divide by a variable
Its sign is unknown, so split into cases
Your Badges
0 of 6Mark lesson as complete
Tick when you've finished Learn, Practice and the Stretch. Earns +80 XP and +25 coins.