Mathematics Β· AQA 8300 Β§A6

Inequalities

Spec: AQA 8300 §A6 ⭐⭐⭐⭐ ⏱ 45 mins Boards: AQA · Edexcel · OCR Grade 9
  • Solve and represent linear inequalities on a number line using open and closed circles
  • Solve double inequalities of the form $a \leq x < b$ by operating on all three parts
  • Identify integer solutions of inequalities, checking endpoint inclusion carefully
  • Solve quadratic inequalities using the sketch method: roots, parabola, region
  • Represent systems of linear inequalities graphically and identify integer coordinate pairs

πŸ”‘ Core Concepts

Linear Inequalities

An inequality states that one expression is greater than, less than, or possibly equal to another. Unlike an equation β€” which has one (or finitely many) solutions β€” an inequality has a whole range of solutions. You solve a linear inequality in almost exactly the same way as a linear equation, with one vital exception.

πŸ“–
DEFINITION β€” Inequality
An inequality is a mathematical statement relating two expressions using one of the symbols $<$, $>$, $\leq$, or $\geq$. The solution set is the collection of all values that make the inequality true.
⚠️
IMPORTANT β€” The Sign-Flip Rule
When you multiply or divide both sides of an inequality by a negative number, the inequality sign must be reversed.

Example: $-2x > 6$. Divide both sides by $-2$: sign flips, giving $x < -3$.

Why? Consider $2 < 8$. Multiply by $-1$: we get $-2$ and $-8$. Now $-2 > -8$, so the direction has reversed. Multiplying by a negative reflects values in zero, which flips their order.
🎯
EXAM TIP β€” Avoiding the Sign-Flip Error
If the coefficient of $x$ is negative (e.g., $-3x \leq 12$), you have two equally valid strategies:
(1) Divide by $-3$ and flip the sign β†’ $x \geq -4$
(2) Add $3x$ to both sides first to make the coefficient positive, then solve normally.
Strategy (2) avoids the sign-flip entirely and is safer under exam pressure.
Solving a Linear Inequality
$$ax + b \leq c \implies x \leq \frac{c - b}{a} \quad (a > 0)$$ $$ax + b \leq c \implies x \geq \frac{c - b}{a} \quad (a < 0, \text{ sign flips})$$
$a$ = coefficient of $x$ (non-zero) $b$ = constant added to $x$-term $c$ = right-hand side value Sign flips only when dividing/multiplying by negative $a$

Representing Inequalities on a Number Line

After solving, you represent the solution on a number line. The type of circle used at the endpoint is critical for marks:

SymbolCircle TypeMeaningExample
$<$ or $>$Open circle β—‹Endpoint NOT included (strict)$x > 3$: open circle at 3, arrow right
$\leq$ or $\geq$Closed circle ●Endpoint IS included (non-strict)$x \leq 3$: filled circle at 3, arrow left
🧠
MEMORY TRICK β€” Open vs Closed
Think of the circle as a gate at the endpoint. Open gate (open circle) = the endpoint value slips out and is NOT included. Closed gate (closed circle) = the value is locked in and IS included. Alternatively: "Less than or Equal has fEET on the dot" β€” the filled (footed) dot means it lands on the value.

Double (Compound) Inequalities

A double inequality such as $-1 \leq x < 4$ means that $x$ satisfies BOTH $x \geq -1$ AND $x < 4$ simultaneously. To solve a double inequality containing an expression in $x$, apply the same algebraic operation to all three parts at once.

πŸ“–
DEFINITION β€” Double Inequality
$a \leq f(x) < b$ means $f(x) \geq a$ AND $f(x) < b$. The variable lies between two bounds. To solve, perform identical operations on the left, middle, and right parts.
Solving a Double Inequality
$$a \leq f(x) < b \xrightarrow{-c} a-c \leq f(x)-c < b-c \xrightarrow{\div k} \frac{a-c}{k} \leq x < \frac{b-c}{k}$$
Subtract/add the same constant to all three parts Divide all three parts by the same positive $k$ If $k < 0$: divide and flip BOTH inequality signs

Worked through example: Solve $-1 \leq 3x + 2 < 8$

Subtract 2 from all three parts: $-3 \leq 3x < 6$

Divide all three parts by 3: $-1 \leq x < 2$

βœ—
COMMON MISTAKE β€” Operating on Only Two Parts
Students sometimes forget the left-hand side and apply operations only to the middle and right. Always treat the double inequality as one object with three compartments β€” every operation touches all three.

Integer Solutions

Integers are the set of whole numbers: $\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots$ Exam questions frequently ask you to list only the integer values satisfying an inequality.

πŸ“–
DEFINITION β€” Integer Solutions
The integer solutions of an inequality are the whole-number values of $x$ within the solution set. To find them: solve the inequality to get the range, then list each whole number inside that range.

Example: List the integer solutions of $-2 < x \leq 3$.

The value $-2$ is excluded (strict $<$), so the first integer inside the range is $-1$. The value $3$ is included ($\leq$). Answer: $-1, 0, 1, 2, 3$.

🎯
EXAM TIP β€” Endpoint Check
Before listing integers, explicitly ask: "Is the lower bound included?" and "Is the upper bound included?" Write the answers down. Losing an endpoint integer costs an accuracy mark.

Set Notation

At Higher GCSE (and into A-Level), inequality solutions are often written in set notation. The curly braces enclose the set of all values satisfying the condition.

πŸ“–
DEFINITION β€” Set Notation for Inequalities
$\{x : P(x)\}$ means "the set of all values of $x$ such that property $P(x)$ is true". The colon $:$ is read as "such that".
Example: $\{x : -1 \leq x < 5\}$ = all $x$ from $-1$ (included) to $5$ (excluded).
Inequality FormSet NotationNumber Line
$x > 4$$\{x : x > 4\}$Open circle at 4, arrow right
$-1 \leq x < 5$$\{x : -1 \leq x < 5\}$Closed at $-1$, open at $5$, segment
$x \leq -3$ or $x > 2$$\{x : x \leq -3\} \cup \{x : x > 2\}$Two separate arrows
⚠️
IMPORTANT β€” Union Symbol for Two Separate Regions
When the solution consists of two disconnected intervals (common in quadratic inequalities), you write them with the union symbol $\cup$. You can also write "or". Never combine two separate regions into a single double inequality like $-3 > x > 2$ β€” this is mathematically impossible (no number is simultaneously less than $-3$ AND greater than $2$).

Quadratic Inequalities β€” The Sketch Method

A quadratic inequality such as $x^2 - 5x + 6 < 0$ cannot be solved by simply "rearranging" as with linear inequalities. The most reliable method β€” and the one rewarded with method marks β€” is the sketch method: find the roots of the corresponding equation, sketch the parabola, then read off the region that satisfies the inequality.

πŸ“–
DEFINITION β€” Quadratic Inequality
A quadratic inequality has the form $ax^2 + bx + c \lessgtr 0$ (where $\lessgtr$ is any inequality sign). Its solution is one or two intervals of $x$-values, determined by the roots and the orientation of the parabola.
Set equal to zero
$ax^2+bx+c=0$
β†’
Find roots
factorise or formula
β†’
Sketch parabola
$\cup$ if $a>0$, $\cap$ if $a<0$
β†’
Identify required region
above or below $x$-axis
β†’
Write solution
interval or union
Quadratic Inequality β€” Upward Parabola ($a > 0$, $\cup$-shape)
$$(x-p)(x-q) < 0 \implies p < x < q \quad \text{(between roots)}$$ $$(x-p)(x-q) > 0 \implies x < p \text{ or } x > q \quad \text{(outside roots)}$$
$p < q$ are the two roots of the equation $< 0$: parabola below $x$-axis β†’ BETWEEN roots $> 0$: parabola above $x$-axis β†’ OUTSIDE roots (two regions) For $\leq$ and $\geq$, use closed circles / include endpoints
Quadratic Inequality β€” Downward Parabola ($a < 0$, $\cap$-shape)
$$-(x-p)(x-q) < 0 \implies x < p \text{ or } x > q \quad \text{(outside roots)}$$ $$-(x-p)(x-q) > 0 \implies p < x < q \quad \text{(between roots)}$$
A $\cap$ parabola is above zero BETWEEN its roots A $\cap$ parabola is below zero OUTSIDE its roots Results are opposite to the $\cup$ case β€” always sketch to confirm
🎯
EXAM TIP β€” Never Guess, Always Sketch
Even a rough sketch β€” just mark the two roots on an axis and draw a $\cup$ or $\cap$ curve through them β€” is worth a method mark and prevents the most common error of picking the wrong region. Spend 30 seconds on the sketch; it's worth it.
🧠
MEMORY TRICK β€” BETWEEN vs OUTSIDE
For a standard $\cup$-parabola: "Less than zero? Look BETWeen the roots. Greater than zero? OUTSIDE the roots." A $\cup$ dips BELOW zero in the middle and rises ABOVE zero on the outside β€” just like the letter U dips in the centre.

Graphical Representation of Inequalities (Two Variables)

A linear inequality in two variables such as $y > 2x + 1$ defines a region of the coordinate plane. Every point in that region satisfies the inequality. The method involves drawing the boundary line and shading the correct half-plane.

πŸ“–
DEFINITION β€” Graphical Region
The region satisfying $y > f(x)$ consists of all coordinate points $(x, y)$ lying strictly above the curve $y = f(x)$. For $y < f(x)$, the region lies strictly below. The boundary itself is included when $\leq$ or $\geq$ is used.
Draw boundary line
dashed ($<$ or $>$) or
solid ($\leq$ or $\geq$)
β†’
Choose a test point
use $(0,0)$ if not on line
β†’
Substitute test point
does it satisfy
the inequality?
β†’
Shade correct side
same side as test point
if it satisfies
InequalityBoundaryLine StyleRegion
$y > 2x + 1$$y = 2x + 1$DashedAbove the line
$y \leq x - 3$$y = x - 3$SolidOn or below the line
$x \geq 2$$x = 2$ (vertical)SolidOn or right of the line
$x + y < 5$$x + y = 5$DashedBelow the line $y = 5 - x$
βœ—
COMMON MISTAKE β€” Shading Convention
Some questions ask you to shade the region that satisfies the inequalities; others ask you to shade the region that does NOT satisfy them (leaving the required region clear). Read the question carefully. Many AQA mark schemes accept either convention if you label region $R$ clearly.

πŸ—ΊοΈ Visual Notes

Inequalities
Linear Inequalities
  • Solve like equations
  • Flip sign if Γ· or Γ— by negative
  • Open/closed circles on number line
  • Solution is a half-line or segment
Double Inequalities
  • Form: $a \leq x < b$
  • Operate on all three parts
  • Both signs flip if Γ· by negative
  • Shown as a segment on number line
Quadratic Inequalities
  • Find roots first
  • Sketch $\cup$ or $\cap$ parabola
  • $< 0$ and $\cup$: between roots
  • $> 0$ and $\cup$: outside roots (two regions)
Graphical Regions
  • Dashed/solid boundary lines
  • Test with $(0,0)$ if possible
  • Shade required region
  • Systems: overlap of all regions
Integer Solutions
  • Whole numbers only
  • Check endpoint inclusion
  • Strict $<$: exclude that endpoint
  • Non-strict $\leq$: include endpoint
Set Notation
  • $\{x : x > 4\}$
  • Colon means "such that"
  • $\cup$ for two separate regions
  • Read it aloud to check it makes sense

Inequality Symbols β€” Complete Reference

SymbolNameNumber LineGraph BoundaryExample
$<$Strictly less thanOpen β—‹, arrow leftDashed line$x < 3$: values up to but not including 3
$>$Strictly greater thanOpen β—‹, arrow rightDashed line$x > 3$: values above but not including 3
$\leq$Less than or equal toClosed ●, arrow leftSolid line$x \leq 3$: values up to and including 3
$\geq$Greater than or equal toClosed ●, arrow rightSolid line$x \geq 3$: values from 3 upward (inclusive)

Quadratic Inequality β€” Pattern Summary Table

Form (roots $p < q$)ParabolaSolutionNumber of Regions
$(x-p)(x-q) < 0$$\cup$ (opens up)$p < x < q$1 region (between)
$(x-p)(x-q) \leq 0$$\cup$ (opens up)$p \leq x \leq q$1 region (between, inclusive)
$(x-p)(x-q) > 0$$\cup$ (opens up)$x < p$ or $x > q$2 regions (outside)
$(x-p)(x-q) \geq 0$$\cup$ (opens up)$x \leq p$ or $x \geq q$2 regions (outside, inclusive)
$-(x-p)(x-q) < 0$$\cap$ (opens down)$x < p$ or $x > q$2 regions (outside)
$-(x-p)(x-q) > 0$$\cap$ (opens down)$p < x < q$1 region (between)

Decision Tree β€” How to Solve an Inequality

Is it linear
or quadratic?
β†’
Linear: rearrange
add/subtract, then divide β€”
flip sign if Γ· by negative
β†’
Quadratic: solve $= 0$
factorise or
quadratic formula
β†’
Sketch parabola
mark roots,
draw $\cup$ or $\cap$
β†’
Read off region
above or below
$x$-axis

Number Line Illustration β€” $-2 \leq x < 3$

The inequality $-2 \leq x < 3$ is shown below. A closed circle at $-2$ (included) and an open circle at $3$ (excluded), with the segment between them highlighted.

βˆ’3 βˆ’2 βˆ’1 0 1 2 3 4 ●closed β—‹open

✏️ Worked Examples

Grade 4–5
Solve $5x - 3 \leq 17$ and represent your answer on a number line.
1
Add 3 to both sides to isolate the $x$-term
$$5x - 3 + 3 \leq 17 + 3 \implies 5x \leq 20$$
2
Divide both sides by 5 (positive β€” no flip needed)
$$\frac{5x}{5} \leq \frac{20}{5} \implies x \leq 4$$
3
Represent on a number line
The inequality uses $\leq$, so the endpoint $x = 4$ IS included β†’ draw a closed (filled) circle at $4$. The solution extends to the left, so draw an arrow pointing left from the circle.
$x \leq 4$ β€” closed circle ● at 4, arrow extending left
Grade 6–7
Solve $x^2 - 7x + 10 < 0$ and write your answer in set notation.
1
Solve the corresponding equation to find the roots
$$x^2 - 7x + 10 = 0$$ Factorise: need two numbers that multiply to $+10$ and add to $-7$. Those are $-2$ and $-5$. $$(x - 2)(x - 5) = 0 \implies x = 2 \text{ or } x = 5$$
2
Sketch the parabola
The coefficient of $x^2$ is $+1$ (positive), so the parabola is $\cup$-shaped. It crosses the $x$-axis at $x = 2$ and $x = 5$. Between $x = 2$ and $x = 5$, the parabola dips below the $x$-axis.
3
Read off the region where the expression is negative
We need $x^2 - 7x + 10 < 0$, i.e., the parabola below the $x$-axis. From the sketch, this occurs between the two roots: $2 < x < 5$. (Strict inequality because the original inequality is strict.)
4
Write in set notation
$$\{x : 2 < x < 5\}$$
$\{x : 2 < x < 5\}$ β€” open circles at 2 and 5, segment between them highlighted
Grade 9
Find all integer values of $x$ that satisfy both $x^2 - 3x - 10 \leq 0$ and $2x - 1 > 3$.
1
Solve the quadratic inequality
Solve $x^2 - 3x - 10 = 0$ first: $$(x - 5)(x + 2) = 0 \implies x = 5 \text{ or } x = -2$$ The parabola is $\cup$-shaped (positive leading coefficient). We need $\leq 0$ (on or below the $x$-axis), which for a $\cup$-parabola occurs between the roots (inclusive): $$-2 \leq x \leq 5$$
2
Solve the linear inequality
$$2x - 1 > 3 \implies 2x > 4 \implies x > 2$$
3
Find the intersection of both solution sets
The combined condition requires both $-2 \leq x \leq 5$ AND $x > 2$. The overlap is the set of $x$ satisfying both simultaneously: $$2 < x \leq 5$$ (The lower bound comes from $x > 2$ which is stricter than $x \geq -2$. The upper bound $x \leq 5$ remains.)
4
List the integer solutions in the combined range
The integers satisfying $2 < x \leq 5$ are: $x = 3, 4, 5$.
Check: $x = 2$ is excluded (strict $>$). $x = 5$ is included ($\leq$). $x = 6$ exceeds the upper bound.
Integer solutions: $x = 3, 4, 5$

❓ Exam Questions

Q1 2 marks

Solve the inequality $4x - 7 > 13$ and represent your answer on a number line.

Full Solution:
$4x - 7 > 13$
$4x > 20$ [M1 β€” correct rearrangement]
$x > 5$ [A1 β€” correct answer and correct open circle at 5 with arrow right]

Examiner note: closed circle instead of open circle loses the accuracy mark.
Q2 3 marks

Solve $-5 \leq 2x + 3 < 9$ and list all integer solutions.

Full Solution:
Subtract 3 from all parts: $-8 \leq 2x < 6$ [M1 β€” operation applied to all three parts]
Divide all parts by 2: $-4 \leq x < 3$ [A1 β€” correct inequality]
Integer solutions: $-4, -3, -2, -1, 0, 1, 2$ [B1 β€” all 7 integers listed correctly]

Note: $-4$ IS included ($\leq$); $3$ is NOT included (strict $<$).
Q3 4 marks

Solve $x^2 - 2x - 8 \leq 0$. Write your answer in set notation and represent it on a number line.

Full Solution:
$x^2 - 2x - 8 = 0 \Rightarrow (x - 4)(x + 2) = 0$ [M1 β€” correct factorisation]
Roots: $x = 4$ and $x = -2$ [A1 β€” both roots correct]
Sketch: $\cup$-parabola crossing at $-2$ and $4$. We need $\leq 0$, so the region between the roots (inclusive): $-2 \leq x \leq 4$ [M1 β€” correct reasoning from sketch]
Set notation: $\{x : -2 \leq x \leq 4\}$ [A1 β€” correct set notation with $\leq$ both sides]
Number line: closed circles at $-2$ and $4$, segment between them highlighted.
Q4 4 marks

Solve $x^2 + x - 6 > 0$ and write your answer using set notation.

Full Solution:
$x^2 + x - 6 = 0 \Rightarrow (x + 3)(x - 2) = 0$ [M1 β€” correct factorisation]
Roots: $x = -3$ and $x = 2$ [A1 β€” both roots]
Sketch: $\cup$-parabola crossing at $-3$ and $2$. We need $> 0$, so the regions OUTSIDE the roots: $x < -3$ or $x > 2$ [M1 β€” correct reasoning, two separate regions]
Set notation: $\{x : x < -3\} \cup \{x : x > 2\}$ [A1 β€” union symbol used correctly]

Common error: writing $-3 > x > 2$ β€” this is mathematically impossible and scores 0 for the final answer.
Q5 6 marks

On coordinate axes, shade the region $R$ satisfying all three inequalities simultaneously: $$x \geq 0, \qquad y \leq 4, \qquad y \geq 2x - 2$$ Mark clearly the vertices of region $R$ and list all integer coordinate pairs $(x, y)$ that lie on or inside $R$.

Full Solution:
Draw $x = 0$ (the $y$-axis): solid vertical line. Shade right of it. [B1]
Draw $y = 4$: solid horizontal line. Shade below it. [B1]
Draw $y = 2x - 2$: gradient 2, $y$-intercept $-2$; passes through $(0,-2)$ and $(1,0)$. Solid line. Shade above it. [B1]
Find vertices:
• $x = 0$ and $y = 4$: vertex $(0, 4)$
• $x = 0$ and $y = 2x-2$: $y = -2$, vertex $(0, -2)$
• $y = 4$ and $y = 2x-2$: $4 = 2x - 2 \Rightarrow x = 3$, vertex $(3, 4)$ [M1 β€” at least 2 correct]
Region $R$ is a triangle with vertices $(0,-2)$, $(0,4)$, $(3,4)$. [A1 β€” correct region identified]
Integer points (systematic by $x$-value):
$x=0$: $-2 \leq y \leq 4$ β†’ $(0,-2),(0,-1),(0,0),(0,1),(0,2),(0,3),(0,4)$ β€” 7 points
$x=1$: $0 \leq y \leq 4$ β†’ $(1,0),(1,1),(1,2),(1,3),(1,4)$ β€” 5 points
$x=2$: $2 \leq y \leq 4$ β†’ $(2,2),(2,3),(2,4)$ β€” 3 points
$x=3$: $4 \leq y \leq 4$ β†’ $(3,4)$ β€” 1 point
Total: 16 integer coordinate pairs. [B1 β€” all 16 correct]
Q6 4 marks

A rectangle has length $(3x - 1)$ cm and width $(x + 2)$ cm, where $x > 0$. The perimeter of the rectangle is more than 30 cm. Find the range of possible values of $x$.

Full Solution:
Perimeter $= 2(3x - 1) + 2(x + 2) = 6x - 2 + 2x + 4 = 8x + 2$ [M1 β€” correct expansion]
Set up inequality: $8x + 2 > 30$ [M1 β€” correct inequality direction]
$8x > 28$ [A1]
$x > 3.5$ [A1 β€” accept $x > \frac{7}{2}$]

The constraint $x > 0$ is automatically satisfied when $x > 3.5$.

⭐ Grade 9 Model Answers

Full Annotated Answer β€” Q5 (Graphical Regions, 6 marks)

✏️
WORKED EXAMPLE β€” Annotated Grade 9 Response

Question: Shade region $R$ satisfying $x \geq 0$, $y \leq 4$, $y \geq 2x - 2$, then list all integer points on or inside $R$.

Annotation 1 β€” Identify each boundary and its type:

Before drawing anything, a Grade 9 student identifies each boundary line and its constraint type:

  • $x = 0$ (the $y$-axis) β€” solid line because $x \geq 0$ (non-strict). Region: right of this line.
  • $y = 4$ β€” solid horizontal line because $y \leq 4$ (non-strict). Region: below this line.
  • $y = 2x - 2$ β€” solid line because $y \geq 2x - 2$ (non-strict). Region: above this line.

All three use solid lines here. A mark is awarded for each correctly drawn boundary.

Annotation 2 β€” Verify the region using a test point:

Try the point $(1, 2)$:

  • $x \geq 0$: $1 \geq 0$ βœ“
  • $y \leq 4$: $2 \leq 4$ βœ“
  • $y \geq 2x - 2$: $2 \geq 2(1) - 2 = 0$ βœ“

$(1, 2)$ is in the region. The shading must include this point. This verification step is what separates Grade 9 from Grade 7.

Annotation 3 β€” Systematic vertex finding (earns a method mark):

$$\text{Vertex 1: } x=0 \text{ and } y=4 \implies (0, 4)$$ $$\text{Vertex 2: } x=0 \text{ and } y=2(0)-2 \implies (0, -2)$$ $$\text{Vertex 3: } y=4 \text{ and } 4=2x-2 \implies 2x=6 \implies x=3 \implies (3, 4)$$

Region $R$ is a triangle with vertices $(0,-2)$, $(0,4)$, $(3,4)$.

Annotation 4 β€” Listing integer points by column (earns the final mark):

For each integer $x$ in $[0, 3]$, the lower bound for $y$ is $\max(2x-2, \text{lower bound}) = 2x-2$ and upper bound is 4.

$x$Lower $y$ bound ($2x-2$)Upper $y$ boundInteger $y$ valuesCount
0$-2$$4$$-2,-1,0,1,2,3,4$7
1$0$$4$$0,1,2,3,4$5
2$2$$4$$2,3,4$3
3$4$$4$$4$1

Total: $7 + 5 + 3 + 1 = 16$ integer coordinate pairs.

🎯
EXAM TIP β€” Why These Steps Earn Grade 9
  • Drawing boundary lines earns method marks independently of correct shading β€” never skip them.
  • The test-point verification shows the examiner you understand the problem conceptually, not just procedurally.
  • Systematic listing by column guarantees no integer points are missed and demonstrates organised thinking β€” a key Grade 9 skill.
  • The table format makes your working easy to follow and credit, even if you make an arithmetic slip.
  • All three boundary conditions here use $\leq$ or $\geq$ β€” so ALL boundary points are included. A Grade 9 student checks this explicitly before listing.

Grade 9 Extension β€” Inequalities with an Unknown Constant

✏️
EXTENSION β€” Find values of $k$ such that $x^2 - kx + 9 > 0$ for all real $x$

For a quadratic $ax^2 + bx + c > 0$ to hold for all real values of $x$, the parabola must never touch or cross the $x$-axis. This requires the discriminant to be negative: $b^2 - 4ac < 0$.

Here $a = 1$, $b = -k$, $c = 9$:

$$(-k)^2 - 4(1)(9) < 0$$ $$k^2 - 36 < 0$$ $$k^2 < 36$$ $$-6 < k < 6$$

This is itself a quadratic inequality! The roots are $k = \pm 6$, and since the parabola $k^2 - 36$ is $\cup$-shaped, the region below zero is between the roots.

Answer: $-6 < k < 6$ (or in set notation: $\{k : -6 < k < 6\}$)

πŸ“‹ Revision Sheet

Key Definitions
TermMeaning
InequalityStatement using $<$, $>$, $\leq$, $\geq$ comparing two expressions
Solution setAll values of $x$ that make the inequality true
Integer solutionWhole-number values within the solution set
Double inequality$a < x < b$: $x$ lies strictly between two bounds
Open circle β—‹Strict ($<$, $>$): endpoint not included
Closed circle ●Non-strict ($\leq$, $\geq$): endpoint included
RegionArea of the coordinate plane satisfying a two-variable inequality
Set notation$\{x : \ldots\}$ β€” the set of all $x$ such that $\ldots$
Essential Formulae

Sign-flip rule:

$$-ax > b \implies x < -\frac{b}{a} \quad (a > 0)$$

Quadratic β€” $\cup$ parabola ($a > 0$, roots $p < q$):

$$(x-p)(x-q) < 0 \implies p < x < q$$ $$(x-p)(x-q) > 0 \implies x < p \text{ or } x > q$$

Discriminant condition (all $x$):

$$ax^2+bx+c > 0 \; \forall x \iff a > 0 \text{ and } b^2 - 4ac < 0$$

Set notation: $\{x : a \leq x < b\}$

Memory Hooks
  • "Open door, value escapes" β€” open circle = endpoint NOT included
  • "Flip when you flip the sign" β€” divide/multiply by negative β†’ reverse direction
  • "U dips BETWEEN" β€” $\cup$ parabola is below zero BETWEEN its roots
  • "U rises OUTSIDE" β€” $\cup$ parabola is above zero OUTSIDE its roots
  • "Dashed = doesn't touch" β€” dashed boundary line means points ON the line are excluded
  • "Test with zero" β€” substitute $(0,0)$ to check which side of a graphical boundary to shade
  • "All three parts together" β€” double inequality: every operation applies to left, middle, and right
  • "Separate regions need OR" β€” two disconnected solution regions are connected with "or", never combined
Exam Tips
  • Always sketch the parabola for quadratic inequalities β€” it earns method marks
  • Draw the boundary line first for graphical inequalities, then test $(0,0)$
  • Dashed line: strict ($<$, $>$); solid line: non-strict ($\leq$, $\geq$)
  • For two separate regions, write "or" β€” never try to form one double inequality
  • In double inequalities, subtract/add to all three parts simultaneously
  • Check endpoint inclusion before listing integers β€” costs marks if wrong
  • For geometry problems (perimeter/area), set up the inequality then solve
  • For "find $k$ such that inequality holds for all $x$", use the discriminant condition
  • Re-read the question: "solve" vs "find integer solutions" vs "write in set notation"

πŸ”„ Flashcards

Click each card to reveal the answer. All 15 key concepts for this chapter are covered.

βœ— Common Mistakes

βœ—
MISTAKE 1 β€” Forgetting to Flip the Inequality Sign

What students do wrong: Solving $-4x > 12$ by dividing both sides by $-4$ to get $x > -3$.

Why marks are lost: The correct answer is $x < -3$. Not flipping the sign gives the exact opposite set of solutions. The examiner cannot award the accuracy mark.

How to avoid it: Physically circle or annotate the step where you divide by a negative. Write "FLIP" above the inequality sign before you write the next line. Alternatively, rearrange first to make the coefficient positive (e.g., add $4x$ to both sides), then solve without needing to flip.

βœ—
MISTAKE 2 β€” Wrong Circle Type on the Number Line

What students do wrong: Drawing a filled (closed) circle for $x > 5$ instead of an open circle.

Why marks are lost: A closed circle indicates $x \geq 5$ β€” a different set. This is an accuracy error and typically costs the A1 mark. Up to 50% of students lose marks here.

How to avoid it: Before drawing, ask yourself: "Does the original inequality include 'or equal to'?" If yes β†’ closed circle. If no (strict inequality) β†’ open circle. Make this a deliberate, explicit check.

βœ—
MISTAKE 3 β€” Combining Two Separate Regions into One Double Inequality

What students do wrong: After solving $x^2 + x - 6 > 0$ and finding $x < -3$ or $x > 2$, writing the answer as $-3 > x > 2$ or equivalently $2 < x < -3$.

Why marks are lost: These statements are mathematically impossible β€” no real number satisfies both at once. The examiner cannot award the final answer mark. This is the single most common error in quadratic inequalities.

How to avoid it: If the parabola is $\cup$-shaped and the inequality is $> 0$, you will always get two separate regions. They must be written with "or" between them, never combined. Read your answer back: "Is it possible to be less than $-3$ AND greater than $2$ at the same time?" The answer is obviously no.

βœ—
MISTAKE 4 β€” Skipping the Parabola Sketch

What students do wrong: Finding the roots $x = 2$ and $x = 5$ for $(x-2)(x-5) < 0$, then guessing (incorrectly) that the answer is $x < 2$ or $x > 5$.

Why marks are lost: Without the sketch, students regularly pick the wrong region. The sketch also earns a dedicated method mark in many AQA questions. Skipping it risks losing 2 of 4 marks.

How to avoid it: Always draw the sketch, even a tiny rough one in the margin. Mark the two roots, draw the curve shape ($\cup$ or $\cap$), and shade the region the inequality asks for. The correct region becomes visually obvious.

βœ—
MISTAKE 5 β€” Using the Wrong Line Style for Graphical Inequalities

What students do wrong: Drawing a solid line for $y > 2x + 1$ (which should be dashed), or a dashed line for $y \leq x - 3$ (which should be solid).

Why marks are lost: Each boundary line typically earns a B1 mark in AQA-style questions, and this mark is contingent on the correct line type. A solid line for a strict inequality misrepresents whether the boundary is part of the solution.

How to avoid it: Check the symbol before putting pen to paper. Strict ($<$, $>$) β†’ draw dashed. Non-strict ($\leq$, $\geq$) β†’ draw solid. Make this explicit in your method notes.

βœ—
MISTAKE 6 β€” Including the Wrong Endpoint Integer

What students do wrong: For $-3 < x \leq 2$, listing $-3$ as an integer solution because it is the boundary value, or omitting $2$ because they think the closed endpoint doesn't count.

Why marks are lost: The integer $-3$ satisfies $x = -3$ but NOT $x > -3$, so it is excluded. The integer $2$ satisfies $x \leq 2$, so it IS included. Incorrect lists lose the B1 mark for integer solutions.

How to avoid it: After solving the inequality, explicitly write: "Lower bound: excluded/included? Upper bound: excluded/included?" Then list integers accordingly. Never rely on a quick scan β€” always check the boundary symbols.

βœ… Final Checklist

Click each item when you are confident you can do it. Your progress is saved automatically.

  • I can solve a linear inequality by treating it like an equation (add, subtract, multiply, divide)
  • I always flip the inequality sign when multiplying or dividing both sides by a negative number
  • I can represent a linear inequality on a number line with the correct open or closed circle
  • I can solve a double inequality by applying the same operation to all three parts simultaneously
  • I can list all integer solutions of an inequality, correctly handling strict and non-strict endpoints
  • I can factorise a quadratic expression to find the roots for use in quadratic inequalities
  • I can sketch a parabola (marking both roots and correct $\cup$ or $\cap$ shape) for any quadratic
  • I know that for a $\cup$-parabola, the expression is negative BETWEEN its roots
  • I know that for a $\cup$-parabola, the expression is positive OUTSIDE its roots (two separate regions)
  • I can write inequality solutions in set notation $\{x : \ldots\}$ and use the union symbol $\cup$ for two regions
  • I can draw a graphical inequality region with a dashed line for strict and solid line for non-strict inequalities
  • I use a test point (usually the origin) to determine which side of a boundary line to shade
  • I can find the triangular (or polygonal) region satisfying a system of three or more linear inequalities
  • I can set up and solve inequalities arising from geometry problems involving perimeter or area
  • I can find values of an unknown constant $k$ such that a quadratic inequality holds for all real $x$, using the discriminant condition $b^2 - 4ac < 0$
0 / 15