Printable · GCSE Higher · ages 14-16
Algebra worksheet — GCSE Higher
Fifteen questions across the algebra statements at Higher tier. Choose the non-calculator filter to rehearse Paper 1, which counts for a third of the marks.
Answer key: Algebra worksheet — GCSE Higher
MathsUKwww.geekhero.co.uk
- (d) 3x² + 4x − 7 — Method: the minus sign in front of the second bracket changes the sign of every term inside it; then collect like terms. Working: removing the brackets gives 5x² + 3x − 2 − 2x² + x − 5; the squared terms give 5x² − 2x² = 3x², the x terms give 3x + x = 4x, and the number terms give −2 − 5 = −7. Answer: 3x² + 4x − 7. The distractors: 7x² + 2x + 3 comes from adding the two brackets instead of subtracting, giving 5x² + 2x², 3x − x and −2 + 5; 3x² + 2x + 3 comes from applying the minus sign to 2x² only, leaving −x and +5 unchanged so that 3x − x = 2x and −2 + 5 = 3; 3x² + 4x + 3 comes from changing the signs of the terms with letters but leaving +5 as it stood, so the number terms give −2 + 5 = 3.
- (a) 1 — Method: the value of y when x = 0 is where the line meets the y-axis, which is the constant c in y = mx + c, so the gradient is worked out from the two given points first and the constant follows by substituting one of them. Working: m = (16 − 7) ÷ (5 − 2) = 9 ÷ 3 = 3, so the line is y = 3x + c; substituting x = 2 and y = 7 gives 7 = 3 × 2 + c, so c = 7 − 6 = 1, and the value of y when x = 0 is that constant. Answer: 1. The distractors: 3 comes from stopping at the gradient and offering it as the intercept; 4 comes from stepping back from x = 2 to x = 0 by one unit of x instead of two, 7 − 3 = 4; −1 comes from working the constant out as mx − y, 3 × 2 − 7 = −1, instead of y − mx.
- (d) w ≤ 630 — 'No more than 630 kg' means the weight can be exactly 630 kg or anything less, so the correct inequality is w ≤ 630, using 'less than or equal to' to include the limit itself. Writing w < 630 excludes 630 kg itself, as though the limit could not be reached exactly. Writing w ≥ 630 reverses the direction, describing a minimum weight rather than a maximum. Writing w > 630 both reverses the direction and excludes the boundary value. The inequality describing the lift's weight limit is w ≤ 630.
- (d) h = 2A / (a + b) — Method: undo the multiplication by 1/2 by multiplying both sides by 2, then undo the multiplication by (a + b) by dividing both sides by it. Working: A = (a + b)h / 2, so multiplying both sides by 2 gives 2A = (a + b)h, then dividing both sides by (a + b) gives h = 2A / (a + b). The value h = A / (a + b) comes from forgetting to multiply by 2 to clear the 1/2 first. The value h = 2A / a + b comes from dividing only by a and leaving b outside the fraction, instead of dividing by the whole bracket (a + b). The value h = (a + b) / (2A) comes from inverting the fraction.
- (a) 4 — Rectangle 1: P = 2(9 + 4) = 2 × 13 = 26 cm. Rectangle 2: P = 2(6 + 5) = 2 × 11 = 22 cm. Difference = 26 − 22 = 4 cm. 2 comes from finding the difference between (l + w) for each rectangle, 13 − 11 = 2, but forgetting to double it. 26 comes from giving rectangle 1's whole perimeter instead of the difference between the two. 6 comes from doubling only the change in length, 2 × (9 − 6), and ignoring that the width also changed.
- (a) (15, 0) — Method: the tangent is perpendicular to the radius at the point of contact, so find the gradient of the radius, take its negative reciprocal, write the equation of the tangent, then substitute y = 0 because every point on the x-axis has y-coordinate 0. Working: the radius from (0, 0) to (3, 6) has gradient 6 ÷ 3 = 2, so the tangent has gradient −1/2. Substituting into y − 6 = −1/2(x − 3) gives y = −0.5x + 7.5. Setting y = 0 gives 0.5x = 7.5, so x = 15 and P is (15, 0). Answer: (15, 0). The distractors: (0, 7.5) is where the same tangent crosses the y-axis, reached by setting x = 0 instead of y = 0; (0, 0) comes from using the gradient of the radius, 2, for the tangent, which gives the line y = 2x through the centre and so crosses the x-axis at the origin; (6, 0) comes from changing the sign of the radius gradient without turning it upside down, which gives y = −2x + 12.
- (c) 6 km/h — Total distance = 8 + 4 = 12 km. Total time = 1 hour + 0.5 hours resting + 0.5 hours = 2 hours. Average speed = total distance ÷ total time = 12 ÷ 2 = 6 km/h. A speed of 8 km/h comes from leaving the resting time out of the total time: 12 ÷ 1.5 = 8. A speed of 4 km/h comes from dividing by too much time, such as double-counting the rest period: 12 ÷ 3 = 4. A speed of 12 km/h simply gives the total distance and forgets to divide by the total time at all.
- (a) k = 3 — Method: a solution of an equation makes both sides balance, so substitute it in and solve the equation in k that is left. Working: putting x = 3 gives 3² − (k + 1) × 3 + k = 0, that is 9 − 3k − 3 + k = 0, so 6 − 2k = 0 and k = 3; the equation is then x² − 4x + 3 = 0, whose solutions are 3 and 1. Answer: k = 3. The distractors: k = −3 comes from solving 6 − 2k = 0 as though it gave 2k = −6; k = 4 comes from expanding −3(k + 1) as −3k − 1, multiplying only the k by 3; k = 1.5 comes from working 3² as 3 × 2 = 6, which leaves 3 − 2k = 0.
- (d) x = (y + 8) / 3 — Method: add 8 to both sides, then divide the whole side by 3. Working: y = 3x − 8, so adding 8 to both sides gives y + 8 = 3x, then dividing both sides by 3 gives x = (y + 8) / 3. The value x = y + 8 / 3 is Priya's version, which comes from dividing only the 8 by 3 instead of dividing the whole expression y + 8 by 3. The value x = (y − 8) / 3 comes from a sign error, keeping −8 instead of moving it to +8. The value x = 3(y + 8) comes from multiplying by 3 instead of dividing.
- (c) x = 8 — The turning point lies exactly halfway between the two roots. If the other root is r, the midpoint of −2 and r must be 3, so (−2 + r) ÷ 2 = 3, giving r = 8. Choosing x = 5 comes from adding 2 and 3 rather than using the midpoint relationship correctly. Choosing x = 1 comes from subtracting 2 from 3 instead of reflecting −2 across the turning point. Choosing x = −8 finds the right distance but then reflects in the y-axis instead of in the line of symmetry x = 3, so the sign of the answer is flipped.
- (b) 3 — Method: rearrange the equation into the form y = mx + c first, then read off the gradient. Working: dividing 4y = 12x + 20 by 4 gives y = 3x + 5, so the gradient is 3. The value 12 comes from reading the coefficient of x before dividing the equation by 4. The value 20 comes from using the constant term of the unsimplified equation instead of the gradient. The value 5 comes from finding the y-intercept, 20 / 4 = 5, and giving that instead of the gradient.
- (b) (n + 1)² − n² = 2n + 1 — (n + 1)² = n² + 2n + 1, so (n + 1)² − n² = n² + 2n + 1 − n² = 2n + 1, which is odd because it is one more than the even number 2n. Expanding (n + 1)² as n² + 1 uses the false rule (a + b)² = a² + b², and subtracting n² from that leaves just 1 — always expand (a + b)² as a² + 2ab + b². Writing n² + 2n + 1 expands correctly but never carries out the subtraction of n². Writing 2n forgets the constant term left after subtracting.
- (b) One turning point. — Every quadratic graph, one with an x² term and no higher power of x, has exactly one turning point, since it is a single U-shaped or n-shaped curve. Saying two turning points describes a cubic graph, which can rise, turn, then turn again. Saying no turning points describes a straight line, which has none. Saying four turning points greatly overestimates how many times a simple quadratic curve changes direction — that would need a much higher power of x.
- (a) 52 — Test successive terms: n=6 gives 6²+3=39, which is not greater than 50. n=7 gives 7²+3=52, which is greater than 50, so the first term greater than 50 is 52. A candidate who stops at n=6, before checking whether 39 actually exceeds 50, would give 39. A candidate who solves n²>50 instead of n²+3>50, ignoring the +3 in the search, would find n=8 is the first value with n²>50 (since 7²=49) and compute 8²+3=67. A candidate who computes n² by doubling n instead of squaring it would compute 2×7+3=17.
- (c) 16 km/h — Method: total distance = 12 + 8 = 20 km. Total time = 30 + 30 + 15 = 75 minutes = 1.25 hours. Average speed = total distance ÷ total time = 20 ÷ 1.25 = 16 km/h. Distractor origins: 20 km/h gives the total distance without ever dividing by the total time; 24 km/h uses only the speed of the first stage (12 km in 30 minutes), ignoring the second stage and the rest; 28 km/h averages the two separate stage speeds, 24 km/h and 32 km/h, instead of using total distance over total time.
Build your own mix at the worksheet builder.