If any of my solutions look wrong, please refer to the mark scheme. You can exit full-screen mode for the question paper and mark scheme by clicking the icon in the bottom-right corner or by pressing Esc on your keyboard.
Level 2 Certificate Further Mathematics Paper 1 (2019)
Exam Information
- Board: AQA
- Level: Level 2 Certificate
- Paper: 1 (Non-Calculator)
- Time: 1 hour 30 minutes
- Marks: 70
Instructions: Answer all questions. You must not use a calculator.
Table of Contents
- Question 1 (Coordinate Geometry)
- Question 2 (Algebraic Fractions)
- Question 3 (Inequalities)
- Question 4 (Identities)
- Question 5 (Surds & Indices)
- Question 6 (Matrix Transformations)
- Question 7 (Piecewise Graphs)
- Question 8 (Ratio of Coordinates)
- Question 9 (Differentiation)
- Question 10 (Factorisation)
- Question 11 (Cone Geometry)
- Question 12 (Calculus/Gradient)
- Question 13 (Algebraic Proof)
- Question 14 (Matrix Multiplication)
- Question 15 (Trigonometric Graphs)
- Question 16 (Surds Rationalisation)
- Question 17 (Circle Theorems)
- Question 18 (Trigonometry/Surds)
- Question 19 (Functions)
Question 1 (3 marks)
A straight line passes through the points \( (-2, 11) \) and \( (1, 2) \).
Work out the equation of the line.
Give your answer in the form \( y = mx + c \)
Worked Solution
Step 1: Understand the Goal
Why we do this: We need to find the equation of a straight line in the form \( y = mx + c \). To do this, we first need the gradient (slope), \( m \), and then the y-intercept, \( c \).
We are given two points: \( (x_1, y_1) = (-2, 11) \) and \( (x_2, y_2) = (1, 2) \).
Step 2: Calculate the Gradient (m)
Why we do this: The gradient tells us how steep the line is. It is the “change in y” divided by the “change in x”.
✏ Working:
\[ m = \frac{y_2 – y_1}{x_2 – x_1} \] \[ m = \frac{2 – 11}{1 – (-2)} \] \[ m = \frac{-9}{1 + 2} \] \[ m = \frac{-9}{3} \] \[ m = -3 \]✓ (M1) Gradient found
Step 3: Find the y-intercept (c)
Why we do this: Now that we know \( y = -3x + c \), we can substitute the coordinates of one of the points to find \( c \).
✏ Working:
Using the point \( (1, 2) \):
\[ y = -3x + c \] \[ 2 = -3(1) + c \] \[ 2 = -3 + c \] \[ 2 + 3 = c \] \[ c = 5 \]✓ (M1) Equation set up or c found
Final Answer:
\[ y = -3x + 5 \]✓ (A1)
Question 2 (2 marks)
Write \( \frac{5}{6a} + \frac{a}{4} \) as a single fraction.
Give your answer in its simplest form.
Worked Solution
Step 1: Find a Common Denominator
Why we do this: To add algebraic fractions, the denominators must be the same. We need the Lowest Common Multiple (LCM) of \( 6a \) and \( 4 \).
Multiples of \( 6 \): 6, 12, 18…
Multiples of \( 4 \): 4, 8, 12…
The LCM of 6 and 4 is 12. Since there is an ‘a’, the common denominator is \( 12a \).
✏ Working:
For the first fraction \( \frac{5}{6a} \), multiply top and bottom by 2:
\[ \frac{5 \times 2}{6a \times 2} = \frac{10}{12a} \]For the second fraction \( \frac{a}{4} \), multiply top and bottom by \( 3a \):
\[ \frac{a \times 3a}{4 \times 3a} = \frac{3a^2}{12a} \]✓ (M1) Common denominator established
Step 2: Combine the Numerators
Why we do this: Now that the denominators are the same, we can add the numerators into a single fraction.
✏ Working:
\[ \frac{10}{12a} + \frac{3a^2}{12a} = \frac{10 + 3a^2}{12a} \]Final Answer:
\[ \frac{10 + 3a^2}{12a} \]✓ (A1)
Question 3 (2 marks)
Work out the smallest integer value of \( x \) that satisfies the inequality \( 8 – 5x < 26 \).
Worked Solution
Step 1: Isolate the x term
Why we do this: We want to solve for \( x \), so we move the constant term to the other side first.
✏ Working:
\[ 8 – 5x < 26 \]Subtract 8 from both sides:
\[ -5x < 26 - 8 \] \[ -5x < 18 \]✓ (M1) Rearranging inequality
Step 2: Divide by -5
Why we do this: To get \( x \) on its own. Crucial Rule: When you divide or multiply an inequality by a negative number, you must FLIP the inequality sign.
✏ Working:
\[ x > \frac{18}{-5} \] \[ x > -3.6 \]Step 3: Identify the Integer
Why we do this: The question asks for the “smallest integer” (whole number) that is strictly greater than -3.6.
Integers greater than -3.6 are: -3, -2, -1, 0…
-4 is smaller than -3.6, so it’s not included.
✏ Working:
Smallest integer > -3.6 is -3.
Final Answer:
\[ -3 \]✓ (A1)
Question 4 (4 marks)
\( p(x – 1) + 2(3x + k) \equiv 4(x + 2) \)
where \( p \) and \( k \) are integers.
Work out the values of \( p \) and \( k \).
Worked Solution
Step 1: Expand the Brackets
Why we do this: To compare the two sides of the identity, we need to expand everything to see the coefficients of \( x \) and the constant terms clearly.
✏ Working:
Left Hand Side (LHS):
\[ px – p + 6x + 2k \]Group terms:
\[ (p + 6)x + (2k – p) \]Right Hand Side (RHS):
\[ 4x + 8 \]✓ (M1) Correct expansion
Step 2: Equate Coefficients
Why we do this: Since this is an identity (\( \equiv \)), the coefficient of \( x \) on the left must equal the coefficient of \( x \) on the right, and the constant term on the left must equal the constant term on the right.
✏ Working:
Compare \( x \) coefficients:
\[ p + 6 = 4 \]Compare constants:
\[ 2k – p = 8 \]Step 3: Solve for p and k
Why we do this: We have two equations. Solve the first one for \( p \), then substitute into the second to find \( k \).
✏ Working:
Solve for \( p \):
\[ p = 4 – 6 \] \[ p = -2 \]✓ (A1) Value of p
Substitute \( p = -2 \) into the second equation:
\[ 2k – (-2) = 8 \] \[ 2k + 2 = 8 \] \[ 2k = 6 \] \[ k = 3 \]✓ (M1) Substitution, ✓ (A1) Value of k
Final Answer:
\[ p = -2, \quad k = 3 \]✓ Total: 4 marks
Question 5 (3 marks)
Solve \( \sqrt[3]{2\sqrt{x} – 10} = 2 \)
Worked Solution
Step 1: Remove the Cube Root
Why we do this: To get to the \( x \) inside, we first need to remove the outermost operation, which is the cube root. The inverse of cube root is cubing.
✏ Working:
Cube both sides:
\[ 2\sqrt{x} – 10 = 2^3 \] \[ 2\sqrt{x} – 10 = 8 \]✓ (M1) Cube root removed
Step 2: Isolate the Square Root
Why we do this: Now we rearrange the equation to get the term with \( \sqrt{x} \) on its own.
✏ Working:
\[ 2\sqrt{x} = 8 + 10 \] \[ 2\sqrt{x} = 18 \] \[ \sqrt{x} = 9 \]✓ (M1) Isolated sqrt(x)
Step 3: Solve for x
Why we do this: Finally, to find \( x \), we square both sides (the inverse of square root).
✏ Working:
\[ x = 9^2 \] \[ x = 81 \]Final Answer:
\[ x = 81 \]✓ (A1)
Question 6 (5 marks)
The transformation matrix \( \begin{pmatrix} 2a & b \\ -b & -a \end{pmatrix} \) maps the point \( (3, 4) \) onto the point \( (8, -7) \).
Work out the values of \( a \) and \( b \).
Worked Solution
Step 1: Set up the Matrix Equation
Why we do this: A matrix transformation multiplies the matrix by the coordinate vector (written as a column vector) to get the new coordinate vector.
✏ Working:
\[ \begin{pmatrix} 2a & b \\ -b & -a \end{pmatrix} \begin{pmatrix} 3 \\ 4 \end{pmatrix} = \begin{pmatrix} 8 \\ -7 \end{pmatrix} \]Step 2: Perform Matrix Multiplication
Why we do this: Multiplying the rows of the matrix by the column vector gives us two simultaneous equations.
Top row: \( (2a \times 3) + (b \times 4) = 8 \)
Bottom row: \( (-b \times 3) + (-a \times 4) = -7 \)
✏ Working:
Equation 1: \( 6a + 4b = 8 \)
Equation 2: \( -3b – 4a = -7 \)
✓ (M1) Equations established
Step 3: Solve Simultaneous Equations
Why we do this: We have two equations with two unknowns. We can use elimination or substitution.
✏ Working:
Eq 1: \( 6a + 4b = 8 \) (Divide by 2: \( 3a + 2b = 4 \))
Eq 2: \( -4a – 3b = -7 \) (Multiply by -1: \( 4a + 3b = 7 \))
Let’s use the simplified versions:
(A) \( 3a + 2b = 4 \)
(B) \( 4a + 3b = 7 \)
Multiply (A) by 3 and (B) by 2 to eliminate \( b \):
\( 9a + 6b = 12 \)
\( 8a + 6b = 14 \)
Subtract the second from the first:
\( (9a – 8a) = 12 – 14 \)
\( a = -2 \)
✓ (A1) Value of a
Substitute \( a = -2 \) into (A):
\( 3(-2) + 2b = 4 \)
\( -6 + 2b = 4 \)
\( 2b = 10 \)
\( b = 5 \)
✓ (A1) Value of b
Final Answer:
\[ a = -2, \quad b = 5 \]✓ Total: 5 marks
Question 7 (4 marks)
A function is given by:
\( f(x) = -2x \) \( -1 \leqslant x < 0 \)
\( \quad \quad = x(4 – x) \) \( 0 \leqslant x < 3 \)
\( \quad \quad = 2x – 3 \) \( 3 \leqslant x \leqslant 4 \)
Draw the graph of \( y = f(x) \) on the grid.
Worked Solution
Step 1: Plot the first section (-1 ≤ x < 0)
Why we do this: The function is \( y = -2x \) in this interval.
Calculate points:
- At \( x = -1 \): \( y = -2(-1) = 2 \). Plot point \( (-1, 2) \).
- At \( x = 0 \): \( y = -2(0) = 0 \). Plot point \( (0, 0) \).
This is a straight line segment.
Step 2: Plot the middle section (0 ≤ x < 3)
Why we do this: The function is \( y = x(4-x) \) or \( y = 4x – x^2 \) in this interval. This is a quadratic (parabola).
Calculate points:
- At \( x = 0 \): \( y = 0(4) = 0 \). (Joins previous section).
- At \( x = 1 \): \( y = 1(3) = 3 \). Plot \( (1, 3) \).
- At \( x = 2 \): \( y = 2(2) = 4 \). Plot \( (2, 4) \). (This is the turning point).
- At \( x = 3 \): \( y = 3(1) = 3 \). Plot \( (3, 3) \).
Draw a smooth curve through these points.
Step 3: Plot the final section (3 ≤ x ≤ 4)
Why we do this: The function is \( y = 2x – 3 \) in this interval.
Calculate points:
- At \( x = 3 \): \( y = 2(3) – 3 = 3 \). (Joins previous section).
- At \( x = 4 \): \( y = 2(4) – 3 = 5 \). Plot point \( (4, 5) \).
This is a straight line segment.
✓ (B4) All sections drawn correctly
Check:
- Straight line for \( x < 0 \).
- Parabola curve (n-shape) for \( 0 \le x < 3 \) with peak at \( (2, 4) \).
- Straight line for \( x \ge 3 \).
- Graph is continuous (no gaps) at \( x=0 \) and \( x=3 \).
Question 8 (4 marks)
\( ABC \) is a straight line.
\( A \) is the point \( (-4, 5) \)
\( C \) is the point \( (20, -7) \)
\( AB : BC = 5 : 3 \)
Work out the coordinates of \( B \).
Worked Solution
Step 1: Understand the Ratio
Why we do this: The ratio \( AB : BC = 5 : 3 \) means the total length from \( A \) to \( C \) is split into \( 5 + 3 = 8 \) parts.
Point \( B \) is located \( \frac{5}{8} \) of the way along the line from \( A \) to \( C \).
Step 2: Calculate the Change in X and Y
Why we do this: We need to find the total difference between the coordinates of \( A \) and \( C \) first.
✏ Working:
Total change in \( x = 20 – (-4) = 24 \)
Total change in \( y = -7 – 5 = -12 \)
Step 3: Calculate the Displacement to B
Why we do this: We need \( \frac{5}{8} \) of these changes to get from \( A \) to \( B \).
✏ Working:
Change in \( x \) for \( B = \frac{5}{8} \times 24 \)
\[ \frac{5}{8} \times 24 = 5 \times 3 = 15 \]Change in \( y \) for \( B = \frac{5}{8} \times (-12) \)
\[ \frac{5}{8} \times -12 = 5 \times -1.5 = -7.5 \]✓ (M1) Fraction of distance calculated
Step 4: Add to Start Point A
Why we do this: Add the displacements to the coordinates of \( A \) to find \( B \).
✏ Working:
\( x \)-coordinate of \( B = -4 + 15 = 11 \)
\( y \)-coordinate of \( B = 5 + (-7.5) = -2.5 \)
Final Answer:
\[ (11, -2.5) \]✓ (A2)
Question 9 (1 mark)
\( y = 2x(x^2 – 5x) \)
Circle the expression for \( \frac{dy}{dx} \)
Worked Solution
Step 1: Expand the Bracket
Why we do this: Before differentiating, it is much easier to have the expression in the form \( ax^n + bx^m \).
✏ Working:
\[ y = 2x(x^2) – 2x(5x) \] \[ y = 2x^3 – 10x^2 \]Step 2: Differentiate
Why we do this: To find \( \frac{dy}{dx} \), multiply by the power and decrease the power by 1.
✏ Working:
For \( 2x^3 \): \( 3 \times 2x^{3-1} = 6x^2 \)
For \( -10x^2 \): \( 2 \times -10x^{2-1} = -20x \)
So, \( \frac{dy}{dx} = 6x^2 – 20x \)
Final Answer:
\[ 6x^2 – 20x \]✓ (B1)
Question 10 (3 marks)
Factorise fully \( 6x^2 + 26xy – 20y^2 \)
Worked Solution
Step 1: Check for Common Factors
Why we do this: Always look for a common factor first to simplify the expression. Here, all coefficients (6, 26, 20) are even.
✏ Working:
\[ 2(3x^2 + 13xy – 10y^2) \]Step 2: Factorise the Quadratic inside
Why we do this: We need to factorise \( 3x^2 + 13xy – 10y^2 \). We can use the “ac” method.
Multiply \( a \) (3) by \( c \) (-10) = -30.
Find factors of -30 that add to give \( b \) (13).
Factors: 15 and -2.
✏ Working:
Split the middle term:
\[ 3x^2 + 15xy – 2xy – 10y^2 \]Factorise by grouping:
\[ 3x(x + 5y) – 2y(x + 5y) \] \[ (3x – 2y)(x + 5y) \]✓ (M1) Correct splitting/factors
Step 3: Combine with Initial Factor
Why we do this: Don’t forget the 2 we took out at the start!
✏ Working:
\[ 2(3x – 2y)(x + 5y) \]Final Answer:
\[ 2(3x – 2y)(x + 5y) \]✓ (A2)
Question 11 (5 marks)
A cone has base radius \( r \) cm, perpendicular height \( h \) cm and slant height \( l \) cm.
The curved surface area is \( 60\pi \text{ cm}^2 \).
\( l = 3r \)
Work out the value of \( h \).
Give your answer in the form \( a\sqrt{10} \) where \( a \) is an integer greater than 1.
You must show your working.
Worked Solution
Step 1: Use the Curved Surface Area Formula
Why we do this: We are given the Curved Surface Area (CSA) is \( 60\pi \). The formula for the CSA of a cone is \( \pi r l \).
✏ Working:
\[ \pi r l = 60\pi \]Divide by \( \pi \):
\[ rl = 60 \]Step 2: Substitute l in terms of r
Why we do this: We are given \( l = 3r \). Substituting this into our equation allows us to find \( r \).
✏ Working:
\[ r(3r) = 60 \] \[ 3r^2 = 60 \] \[ r^2 = 20 \] \[ r = \sqrt{20} \]We can simplify \( \sqrt{20} \) (though not strictly necessary yet):
\[ r = \sqrt{4 \times 5} = 2\sqrt{5} \]✓ (M1) Equation formed, ✓ (A1) Value of r
Step 3: Relate h, r, and l using Pythagoras
Why we do this: The height \( h \), radius \( r \), and slant height \( l \) form a right-angled triangle where \( l \) is the hypotenuse.
✏ Working:
\[ h^2 + r^2 = l^2 \]Substitute \( l = 3r \):
\[ h^2 + r^2 = (3r)^2 \] \[ h^2 + r^2 = 9r^2 \] \[ h^2 = 8r^2 \]Step 4: Calculate h
Why we do this: We know \( r^2 = 20 \), so we can find \( h^2 \) and then \( h \).
✏ Working:
\[ h^2 = 8(20) \] \[ h^2 = 160 \] \[ h = \sqrt{160} \]Simplify the surd to the form \( a\sqrt{10} \):
\[ h = \sqrt{16 \times 10} \] \[ h = 4\sqrt{10} \]✓ (M1) Substitution, ✓ (A1) Final answer
Final Answer:
\[ h = 4\sqrt{10} \]✓ Total: 5 marks
Question 12 (5 marks)
A curve has the equation \( y = x^3 + ax^2 – 7 \) where \( a \) is a constant.
The gradient of the curve when \( x = 4 \) is twice the gradient of the curve when \( x = -1 \).
Work out the value of \( a \).
You must show your working.
Worked Solution
Step 1: Find the Gradient Function (Differentiation)
Why we do this: The gradient of a curve is given by its derivative, \( \frac{dy}{dx} \).
✏ Working:
\[ y = x^3 + ax^2 – 7 \] \[ \frac{dy}{dx} = 3x^2 + 2ax \]✓ (M1) Correct differentiation
Step 2: Find Gradients at Specific Points
Why we do this: Calculate the expression for the gradient at \( x = 4 \) and \( x = -1 \).
✏ Working:
At \( x = 4 \):
\[ \text{Gradient}_1 = 3(4)^2 + 2a(4) \] \[ \text{Gradient}_1 = 3(16) + 8a = 48 + 8a \]✓ (A1) Expression for gradient at x=4
At \( x = -1 \):
\[ \text{Gradient}_2 = 3(-1)^2 + 2a(-1) \] \[ \text{Gradient}_2 = 3(1) – 2a = 3 – 2a \]✓ (A1) Expression for gradient at x=-1
Step 3: Form and Solve Equation
Why we do this: The question states the gradient at \( x = 4 \) is twice the gradient at \( x = -1 \).
✏ Working:
\[ 48 + 8a = 2(3 – 2a) \]Expand brackets:
\[ 48 + 8a = 6 – 4a \]Add \( 4a \) to both sides:
\[ 48 + 12a = 6 \]Subtract 48 from both sides:
\[ 12a = 6 – 48 \] \[ 12a = -42 \] \[ a = \frac{-42}{12} \]Simplify fraction (divide by 6):
\[ a = -\frac{7}{2} \text{ or } -3.5 \]✓ (M1) Equation set up, ✓ (A1) Final value
Final Answer:
\[ a = -3.5 \]✓ Total: 5 marks
Question 13 (4 marks)
Prove that \( (3x + 5)^2 – 5x(x + 10) \geqslant 0 \) for all values of \( x \).
Worked Solution
Step 1: Expand the Expressions
Why we do this: To simplify the algebraic expression, we first expand the brackets.
✏ Working:
Expand \( (3x + 5)^2 \):
\[ (3x + 5)(3x + 5) = 9x^2 + 15x + 15x + 25 = 9x^2 + 30x + 25 \]Expand \( -5x(x + 10) \):
\[ -5x^2 – 50x \]✓ (M1) Correct expansion
Step 2: Simplify the Expression
Why we do this: Collect like terms to see what we are left with.
✏ Working:
\[ (9x^2 + 30x + 25) – 5x^2 – 50x \] \[ (9x^2 – 5x^2) + (30x – 50x) + 25 \] \[ 4x^2 – 20x + 25 \]✓ (A1) Simplified quadratic
Step 3: Factorise (Complete the Square)
Why we do this: To prove an expression is always non-negative (\( \geqslant 0 \)), we try to write it as a perfect square. Any real number squared is positive or zero.
✏ Working:
We need to factorise \( 4x^2 – 20x + 25 \).
Notice that \( 4x^2 = (2x)^2 \) and \( 25 = (-5)^2 \).
Check middle term: \( 2 \times 2x \times -5 = -20x \). It matches!
\[ 4x^2 – 20x + 25 = (2x – 5)^2 \]✓ (M1) Factorised to square
Step 4: Conclusion
Why we do this: We must explicitly state why this proves the inequality.
✏ Working:
Since \( (2x – 5)^2 \) is a squared term, it must be greater than or equal to 0 for all real values of \( x \).
\[ (2x – 5)^2 \geqslant 0 \]✓ (A1) Valid conclusion
Question 14 (4 marks)
Here are two transformations.
- A: Rotation 90° clockwise about the origin.
- B: Reflection in the line \( y = x \).
Use matrix multiplication to work out the single matrix which represents the combined transformation A followed by B.
Worked Solution
Step 1: Identify Matrix A (Rotation)
Why we do this: We transform the unit vectors \( I(1,0) \) and \( J(0,1) \).
Rotation 90° Clockwise:
- \( (1, 0) \) moves to \( (0, -1) \)
- \( (0, 1) \) moves to \( (1, 0) \)
✏ Working:
\[ A = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \]✓ (B1) Matrix A correct
Step 2: Identify Matrix B (Reflection)
Why we do this: Reflection in \( y = x \) swaps the x and y coordinates.
- \( (1, 0) \) moves to \( (0, 1) \)
- \( (0, 1) \) moves to \( (1, 0) \)
✏ Working:
\[ B = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} \]✓ (B1) Matrix B correct
Step 3: Perform Matrix Multiplication (Order Matters!)
Why we do this: “A followed by B” means we apply A first, then B. In matrix algebra, this is written as \( BA \) (right to left).
✏ Working:
\[ BA = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} \]Row 1, Col 1: \( (0 \times 0) + (1 \times -1) = -1 \)
Row 1, Col 2: \( (0 \times 1) + (1 \times 0) = 0 \)
Row 2, Col 1: \( (1 \times 0) + (0 \times -1) = 0 \)
Row 2, Col 2: \( (1 \times 1) + (0 \times 0) = 1 \)
✓ (M1) Correct order and multiplication attempt
Final Answer:
\[ \begin{pmatrix} -1 & 0 \\ 0 & 1 \end{pmatrix} \]✓ (A1)
Question 15 (2 marks)
Here is a sketch graph of \( y = \cos x \) for \( 0^\circ \leqslant x \leqslant 360^\circ \).
You are given that \( \cos 36^\circ = 0.8090 \).
Solve \( \cos x = -0.8090 \) for \( 0^\circ \leqslant x \leqslant 360^\circ \).
Worked Solution
Step 1: Identify the Quadrants
Why we do this: We need to find where \( \cos x \) is negative. Looking at the graph or using the CAST diagram:
- Cosine is positive in Quadrants 1 and 4.
- Cosine is negative in Quadrants 2 and 3 (\( 90^\circ \) to \( 270^\circ \)).
Step 2: Use Symmetry of the Graph
Why we do this: The value \( 0.8090 \) corresponds to \( 36^\circ \). Since we want \( -0.8090 \), we look for angles related to \( 36^\circ \) in the 2nd and 3rd quadrants.
✏ Working:
2nd Quadrant Solution:
\[ x_1 = 180^\circ – 36^\circ = 144^\circ \]3rd Quadrant Solution:
\[ x_2 = 180^\circ + 36^\circ = 216^\circ \]✓ (B1) 144°, ✓ (B1) 216°
Final Answer:
\[ 144^\circ, \quad 216^\circ \]✓ Total: 2 marks
Question 16 (4 marks)
Rationalise the denominator and simplify fully \( \frac{21 – 11\sqrt{5}}{3 – \sqrt{5}} \)
Worked Solution
Step 1: Multiply by the Conjugate
Why we do this: To remove the surd from the denominator, we multiply the numerator and denominator by the conjugate of the denominator. The conjugate of \( 3 – \sqrt{5} \) is \( 3 + \sqrt{5} \).
✏ Working:
\[ \frac{21 – 11\sqrt{5}}{3 – \sqrt{5}} \times \frac{3 + \sqrt{5}}{3 + \sqrt{5}} \]✓ (M1) Method showing multiplication by conjugate
Step 2: Expand the Numerator
Why we do this: We expand \( (21 – 11\sqrt{5})(3 + \sqrt{5}) \) using FOIL (First, Outside, Inside, Last).
✏ Working:
\[ 21 \times 3 = 63 \] \[ 21 \times \sqrt{5} = 21\sqrt{5} \] \[ -11\sqrt{5} \times 3 = -33\sqrt{5} \] \[ -11\sqrt{5} \times \sqrt{5} = -11 \times 5 = -55 \]Combine terms:
\[ 63 – 55 + 21\sqrt{5} – 33\sqrt{5} \] \[ 8 – 12\sqrt{5} \]✓ (M1) Correct numerator expansion
Step 3: Expand the Denominator
Why we do this: The denominator is in the form \( (a-b)(a+b) = a^2 – b^2 \).
✏ Working:
\[ (3 – \sqrt{5})(3 + \sqrt{5}) = 3^2 – (\sqrt{5})^2 \] \[ = 9 – 5 \] \[ = 4 \]✓ (A1) Correct denominator
Step 4: Simplify the Fraction
Why we do this: Divide each term in the numerator by the denominator.
✏ Working:
\[ \frac{8 – 12\sqrt{5}}{4} \] \[ \frac{8}{4} – \frac{12\sqrt{5}}{4} \] \[ 2 – 3\sqrt{5} \]Final Answer:
\[ 2 – 3\sqrt{5} \]✓ (A1)
Question 17 (4 marks)
\( A \), \( B \) and \( C \) are points on the circumference of a circle, centre \( O \).
\( ECD \) is a tangent to the circle at \( C \).
Angle \( AOB = 2x + 46^\circ \)
Angle \( OBC = 37^\circ \)
Angle \( ACD = 3x \)
Work out the value of \( x \).
Worked Solution
Step 1: Use the Alternate Segment Theorem
Why we do this: The angle between a tangent and a chord (\( \angle ACD \)) is equal to the angle in the alternate segment (\( \angle ABC \)).
✏ Working:
\[ \angle ABC = \angle ACD = 3x \]✓ (M1) Alternate Segment Theorem identified
Step 2: Use Isosceles Triangle Properties
Why we do this: \( \triangle AOB \) is isosceles because \( OA \) and \( OB \) are radii. However, looking at the whole angle \( \angle ABC \), we can split it into \( \angle ABO \) and \( \angle OBC \).
We know \( \angle ABC = 3x \) and \( \angle OBC = 37^\circ \).
✏ Working:
\[ \angle ABO = \angle ABC – \angle OBC \] \[ \angle ABO = 3x – 37 \]✓ (M1) Expression for Angle ABO
Step 3: Solve Triangle AOB
Why we do this: Since \( \triangle AOB \) is isosceles (\( OA = OB \)), the base angles are equal: \( \angle BAO = \angle ABO = 3x – 37 \).
The angles in a triangle sum to \( 180^\circ \).
✏ Working:
\[ \angle AOB + \angle ABO + \angle BAO = 180 \] \[ (2x + 46) + (3x – 37) + (3x – 37) = 180 \]Combine terms:
\[ 2x + 3x + 3x + 46 – 37 – 37 = 180 \] \[ 8x – 28 = 180 \]✓ (M1) Equation formed
Step 4: Solve for x
✏ Working:
\[ 8x = 180 + 28 \] \[ 8x = 208 \] \[ x = \frac{208}{8} \] \[ x = 26 \]Final Answer:
\[ x = 26^\circ \]✓ (A1)
Question 18 (5 marks total)
\( ADEF \) is a trapezium.
\( ABCD \) is a straight line.
\( BCEF \) is a square of side \( \sqrt{6} \) cm.
(a) Show that \( AB = \sqrt{2} \) cm.
(b) Show that \( DE = 2\sqrt{6} \) cm.
(c) Work out the perimeter of the trapezium \( ADEF \).
Give your answer in the form \( t\sqrt{2} + w\sqrt{6} \) where \( t \) and \( w \) are integers.
Worked Solution
Part (a): Show \( AB = \sqrt{2} \)
Why we do this: Focus on the right-angled triangle \( ABF \). We know height \( FB = \sqrt{6} \) (side of square) and angle \( A = 60^\circ \).
✏ Working:
\[ \tan(60^\circ) = \frac{\text{Opposite}}{\text{Adjacent}} = \frac{FB}{AB} \] \[ \sqrt{3} = \frac{\sqrt{6}}{AB} \] \[ AB = \frac{\sqrt{6}}{\sqrt{3}} = \sqrt{\frac{6}{3}} = \sqrt{2} \]✓ (B1) Shown correctly
Part (b): Show \( DE = 2\sqrt{6} \)
Why we do this: Focus on the right-angled triangle \( DCE \). We know height \( CE = \sqrt{6} \) and angle \( D = 30^\circ \). \( DE \) is the hypotenuse.
✏ Working:
\[ \sin(30^\circ) = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{CE}{DE} \] \[ 0.5 = \frac{\sqrt{6}}{DE} \] \[ DE = \frac{\sqrt{6}}{0.5} = 2\sqrt{6} \]✓ (B1) Shown correctly
Part (c): Calculate Missing Sides
Why we do this: The perimeter is \( AD + DE + EF + FA \). We need \( CD \) (to find \( AD \)) and \( FA \).
We know: \( AB = \sqrt{2} \), \( BC = \sqrt{6} \) (square), \( EF = \sqrt{6} \) (square), \( DE = 2\sqrt{6} \).
Find CD: Using \( \tan(30^\circ) = \frac{CE}{CD} \):
\[ \frac{1}{\sqrt{3}} = \frac{\sqrt{6}}{CD} \] \[ CD = \sqrt{6} \times \sqrt{3} = \sqrt{18} = \sqrt{9 \times 2} = 3\sqrt{2} \]Find FA: Using \( \sin(60^\circ) = \frac{FB}{FA} \):
\[ \frac{\sqrt{3}}{2} = \frac{\sqrt{6}}{FA} \] \[ FA = \frac{2\sqrt{6}}{\sqrt{3}} = 2\sqrt{2} \]Part (c): Sum the Perimeter
✏ Working:
\( \text{Perimeter} = AB + BC + CD + DE + EF + FA \)
(Note: \( AD = AB + BC + CD \))
\[ P = (\sqrt{2}) + (\sqrt{6}) + (3\sqrt{2}) + (2\sqrt{6}) + (\sqrt{6}) + (2\sqrt{2}) \]Group \( \sqrt{2} \) terms:
\[ \sqrt{2} + 3\sqrt{2} + 2\sqrt{2} = 6\sqrt{2} \]Group \( \sqrt{6} \) terms:
\[ \sqrt{6} + 2\sqrt{6} + \sqrt{6} = 4\sqrt{6} \] \[ P = 6\sqrt{2} + 4\sqrt{6} \]✓ (M1) Summing sides, ✓ (A1) Final expression
Final Answer:
\[ 6\sqrt{2} + 4\sqrt{6} \]✓ Total: 3 marks for (c)
Question 19 (6 marks)
\( f(x) = \frac{x-3}{2x} \)
Solve \( f(x+1) – f(2x) = 0.5 \)
You must show your working.
Worked Solution
Step 1: Set up the Equation
Why we do this: Substitute \( (x+1) \) and \( (2x) \) into the function definition.
✏ Working:
\( f(x+1) = \frac{(x+1)-3}{2(x+1)} = \frac{x-2}{2x+2} \)
\( f(2x) = \frac{(2x)-3}{2(2x)} = \frac{2x-3}{4x} \)
The equation becomes:
\[ \frac{x-2}{2(x+1)} – \frac{2x-3}{4x} = \frac{1}{2} \]✓ (M1) Correct substitution
Step 2: Find a Common Denominator
Why we do this: To subtract the algebraic fractions, we need a common denominator. We can use \( 4x(x+1) \).
✏ Working:
Multiply first fraction by \( 2x \):
\[ \frac{(x-2)(2x)}{4x(x+1)} = \frac{2x^2 – 4x}{4x(x+1)} \]Multiply second fraction by \( (x+1) \):
\[ \frac{(2x-3)(x+1)}{4x(x+1)} = \frac{2x^2 + 2x – 3x – 3}{4x(x+1)} = \frac{2x^2 – x – 3}{4x(x+1)} \]Combine them:
\[ \frac{(2x^2 – 4x) – (2x^2 – x – 3)}{4x(x+1)} = \frac{1}{2} \]✓ (M1) Combined correctly
Step 3: Simplify and Solve
Why we do this: Simplify the numerator and then solve for x.
✏ Working:
Numerator: \( 2x^2 – 4x – 2x^2 + x + 3 = -3x + 3 \)
\[ \frac{-3x + 3}{4x^2 + 4x} = \frac{1}{2} \]Cross multiply:
\[ 2(-3x + 3) = 1(4x^2 + 4x) \] \[ -6x + 6 = 4x^2 + 4x \]Rearrange to form a quadratic equation:
\[ 4x^2 + 10x – 6 = 0 \]Divide by 2:
\[ 2x^2 + 5x – 3 = 0 \]✓ (A1) Correct quadratic
Factorise:
\[ (2x – 1)(x + 3) = 0 \]✓ (M1) Factorising
Final Answer:
\[ x = 0.5 \text{ or } x = -3 \]✓ (A1) Both answers required