Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 8 ~35 min Functions · Path +80 XP

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.

Today's hook: Solve $-2x > 6$. If you divide both sides by $-2$ and write $x > -3$, you have just claimed that $x = 0$ is a solution. Check it: $-2 \times 0 = 0$, which is not greater than $6$. One rule fixes this, and it is the only rule in the lesson that is easy to get wrong.
0/5QUESTS
Think First
warm-up

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?

Record your answer in your workbook.
1
The Big Idea
+5 XP to read

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.

x > 2 2 open circle: 2 is NOT included x ≤ −1 −1 filled circle: −1 IS included −1 ≤ x < 3 −1 3 one of each
$a < b \Rightarrow -a > -b$
Reverse on a negative
Only when multiplying or dividing by a negative. Adding a negative changes nothing.
Test one value
Pick a number in your answer and substitute. It settles the direction in five seconds.
Never divide by a variable
Its sign is unknown, so you cannot tell whether to reverse.
2
What You'll Master
objectives

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
3
Words You Need
vocabulary
InequalityA statement comparing two expressions with $<$, $>$, $\leq$ or $\geq$.
Strict inequalityOne using $<$ or $>$, where the boundary value is excluded.
Inclusive inequalityOne using $\leq$ or $\geq$, where the boundary value is included.
Solution setAll the values making the inequality true. Usually a region.
Compound inequalityTwo conditions combined, such as $-1 \leq x < 3$.
4
Solving Like an Equation, With One Exception
+5 XP to read

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.

5
Never Divide by a Variable
+5 XP to read

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.

Adding is always safe
Adding or subtracting the same quantity never reverses an inequality, whatever its sign. Only multiplication and division by a negative do. So $x + 5 > 2$ becomes $x > -3$ with no change of direction.
6
Drawing the Region
+5 XP to read

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.

7
Compound Inequalities
+5 XP to read

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.

8
Common Pitfalls
+5 XP to read
Forgetting to reverse the sign after dividing by a negative.
Fix: from $-3x < 12$, dividing by $-3$ gives $x > -4$. Test $x = 0$: $0 < 12$ is true, and $0 > -4$ is consistent.
Reversing the sign after merely subtracting a negative number.
Fix: only multiplication and division by a negative reverse it. Adding and subtracting never do, whatever the signs involved.
Using a filled circle for a strict inequality.
Fix: $<$ and $>$ exclude the boundary, so the circle is hollow. Check by substituting the boundary value: if it fails, the circle is open.
Multiplying both sides by $x$ to clear a fraction.
Fix: the sign of $x$ is unknown, so you cannot tell whether to reverse. Split into cases or rearrange to compare with zero instead.
Watch Me Solve It · A negative coefficient
+15 XP per step
Q1
PROBLEM
Solve $7 - 3x \geq 22$ and graph the solution on a number line.
  1. 1
    Isolate the term with x
    $-3x \geq 15$
    Subtracting $7$ from both sides. Subtraction never changes the direction of the sign.
  2. 2
    Divide by the negative and reverse
    $x \leq -5$
    Dividing by $-3$ reverses $\geq$ to $\leq$. This is the only step where the direction changes.
  3. 3
    Test 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.
  4. 4
    Draw the region
    A filled circle at $-5$, since the sign is inclusive, with the thick line running to the left. In interval notation, $(-\infty, -5]$.
Answer$x \leq -5$, that is $(-\infty,-5]$
Watch Me Solve It · Variable on both sides
+15 XP per step
Q2
PROBLEM
Solve $4x - 3 < 9x + 12$.
  1. 1
    Collect 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.
  2. 2
    Isolate the term with x
    $-15 < 5x$
    Subtracting $12$ from both sides.
  3. 3
    Divide by the positive coefficient
    $-3 < x$
    Dividing by $5$, which is positive, so the sign is unchanged.
  4. 4
    Rewrite 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.
Answer$x > -3$, that is $(-3, \infty)$
Watch Me Solve It · A compound inequality
+15 XP per step
Q3
PROBLEM
Solve $-5 \leq 3 - 2x < 9$ and write the answer in interval notation.
  1. 1
    Subtract 3 from all three parts
    $-8 \leq -2x < 6$
    Whatever is done must be done to every part of the chain.
  2. 2
    Divide 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.
  3. 3
    Rewrite 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.
  4. 4
    State 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.
Answer$-3 < x \leq 4$, that is $(-3,4]$
D
Brain Trainer · Solve and draw
5 problems

Five items on one-variable inequalities. Work each one, then reveal the answer.

  1. 1 Solve $2x + 5 > 13$.

    Subtract $5$, divide by the positive $2$.$x > 4$
  2. 2 Solve $-x \geq 3$.

    Multiplying by $-1$ reverses the sign.$x \leq -3$
  3. 3 Solve $\dfrac{x}{-4} < 2$.

    Multiplying by $-4$ reverses the sign.$x > -8$
  4. 4 Which circle does $x \geq 6$ take at the boundary?

    The sign is inclusive, so the boundary is a solution.Filled
  5. 5 Write $-2 < x \leq 7$ in interval notation.

    Round for strict, square for inclusive.$(-2, 7]$
Complete in your workbook.
MC1
The reversal
+10 XP

Solving $-5x \leq 20$ gives:

MC2
When not to reverse
+10 XP

Solving $x - 8 > -3$ gives:

MC3
Circles
+10 XP

The number line graph of $x < 7$ has:

MC4
Chains
+10 XP

Solving $1 < x + 4 \leq 9$ gives:

MC5
And against or
+10 XP

Which solution set is empty?

Q6
Solve and graph
+15 XP
Q6
SHORT ANSWER
Solve each inequality, describe its number line graph including the type of circle, and write the answer in interval notation.
(a) $5x + 2 \leq 17$
(b) $8 - 4x > 20$
(c) $3x - 1 \geq 5x + 7$
(d) $-6 \leq 2x + 4 < 10$
Write your working in your book.
Q7
Reasoning about the rule
+15 XP
Q7
SHORT ANSWER
(a) Explain, using a specific pair of numbers, why multiplying an inequality by a negative reverses it.
(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.
Write your working in your book.
Q8
Regions in context
+15 XP
Q8
SHORT ANSWER
A delivery service charges a flat fee of $\$12$ plus $\$3$ per parcel. A customer has at most $\$60$ to spend.
(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.
Write your working in your book.
S
Stretch Challenge · When an inequality has no solution, or every solution
+25 XP
S
CHALLENGE
(a) Solve $2(x+3) < 2x + 7$ and describe the solution set.
(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.
R
Quick Review
recap

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 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +80 XP and +25 coins.