Skip to content

Algebra -- Diagnostic Tests

Algebra — Diagnostic Tests

Unit Tests

UT-1: Solving Linear and Quadratic Equations

Question: (a) Solve 4(2x3)=5(x+7)4(2x - 3) = 5(x + 7). (b) Solve x25x+6=0x^2 - 5x + 6 = 0 by factorisation. (c) Solve 2x2+7x4=02x^2 + 7x - 4 = 0 using the quadratic formula. (d) Solve the inequality 3x5>2x+33x - 5 \gt 2x + 3 and represent the solution on a number line.

Solution:

(a) 8x12=5x+358x - 12 = 5x + 35. 3x=473x = 47. x=473=1523x = \frac{47}{3} = 15\frac{2}{3}.

(b) x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x - 2)(x - 3) = 0. x=2x = 2 or x=3x = 3.

(c) x=7±494(2)(4)2(2)=7±49+324=7±814=7±94x = \frac{-7 \pm \sqrt{49 - 4(2)(-4)}}{2(2)} = \frac{-7 \pm \sqrt{49 + 32}}{4} = \frac{-7 \pm \sqrt{81}}{4} = \frac{-7 \pm 9}{4}.

x=24=0.5x = \frac{2}{4} = 0.5 or x=164=4x = \frac{-16}{4} = -4.

(d) 3x5>2x+33x - 5 \gt 2x + 3. x>8x \gt 8.

On a number line: open circle at 8, shading to the right.

UT-2: Simultaneous Equations

Question: (a) Solve the simultaneous equations: 3x+2y=163x + 2y = 16 and xy=1x - y = 1. (b) Solve: y=2x+1y = 2x + 1 and x2+y2=25x^2 + y^2 = 25. (c) A shop sells small and large boxes. Small boxes cost £3\pounds 3 and large boxes cost £5\pounds 5. If 20 boxes are sold for a total of £76\pounds 76How many of each type were sold?

Solution:

(a) From equation 2: x=y+1x = y + 1. Substitute into equation 1: 3(y+1)+2y=163(y + 1) + 2y = 16. 3y+3+2y=163y + 3 + 2y = 16. 5y=135y = 13. y=2.6y = 2.6. x=3.6x = 3.6.

(b) Substitute y=2x+1y = 2x + 1 into x2+y2=25x^2 + y^2 = 25: x2+(2x+1)2=25x^2 + (2x + 1)^2 = 25. x2+4x2+4x+1=25x^2 + 4x^2 + 4x + 1 = 25. 5x2+4x24=05x^2 + 4x - 24 = 0.

x=4±16+48010=4±49610=4±22.2710x = \frac{-4 \pm \sqrt{16 + 480}}{10} = \frac{-4 \pm \sqrt{496}}{10} = \frac{-4 \pm 22.27}{10}.

x=1.827x = 1.827 or x=2.627x = -2.627. y=4.654y = 4.654 or y=4.254y = -4.254.

(c) Let ss = small boxes, ll = large boxes. s+l=20s + l = 20 and 3s+5l=763s + 5l = 76. From equation 1: s=20ls = 20 - l. Substitute: 3(20l)+5l=763(20 - l) + 5l = 76. 603l+5l=7660 - 3l + 5l = 76. 2l=162l = 16. l=8l = 8. s=12s = 12.

12 small boxes and 8 large boxes.

UT-3: Rearranging Formulas

Question: (a) Rearrange v=u+atv = u + at to make aa the subject. (b) Rearrange A=πr2+2πrhA = \pi r^2 + 2\pi rh to make hh the subject. (c) Rearrange s=ut+12at2s = ut + \frac{1}{2}at^2 to make tt the subject (this is a quadratic in tt). (d) The formula for the surface area of a sphere is A=4πr2A = 4\pi r^2. Rearrange to make rr the subject and calculate rr when A=200A = 200 cm2^2Giving your answer to 3 significant figures.

Solution:

(a) v=u+atv = u + at. vu=atv - u = at. a=vuta = \frac{v - u}{t}.

(b) A=πr2+2πrhA = \pi r^2 + 2\pi rh. Aπr2=2πrhA - \pi r^2 = 2\pi rh. h=Aπr22πrh = \frac{A - \pi r^2}{2\pi r}.

(c) 12at2+uts=0\frac{1}{2}at^2 + ut - s = 0. This is at2+2ut2s=0at^2 + 2ut - 2s = 0 (multiplying by 2). t=2u±4u2+8as2a=2u±2u2+2as2a=u±u2+2asat = \frac{-2u \pm \sqrt{4u^2 + 8as}}{2a} = \frac{-2u \pm 2\sqrt{u^2 + 2as}}{2a} = \frac{-u \pm \sqrt{u^2 + 2as}}{a}.

Taking the positive root (time is positive): t=u+u2+2asat = \frac{-u + \sqrt{u^2 + 2as}}{a}.

(d) r2=A4πr^2 = \frac{A}{4\pi}. r=A4πr = \sqrt{\frac{A}{4\pi}}. r=2004π=50π=15.915=3.99r = \sqrt{\frac{200}{4\pi}} = \sqrt{\frac{50}{\pi}} = \sqrt{15.915} = 3.99 cm (3 s.f.).


Integration Tests

IT-1: Quadratic Functions and Graphs (with Geometry)

Question: A ball is thrown and its height hh metres after tt seconds is given by h=5t2+20t+1h = -5t^2 + 20t + 1. (a) Find the maximum height of the ball and the time at which it occurs. (b) Calculate when the ball hits the ground. (c) Sketch the graph of hh against ttLabelling the maximum point, the tt-intercept, and the hh-intercept. (d) Find the height of the ball after 3 seconds and use this to determine whether the ball is rising or falling at that moment.

Solution:

(a) Maximum occurs at the vertex. t=b2a=202(5)=2t = \frac{-b}{2a} = \frac{-20}{2(-5)} = 2 seconds. h(2)=5(4)+20(2)+1=20+40+1=21h(2) = -5(4) + 20(2) + 1 = -20 + 40 + 1 = 21 metres.

Maximum height is 21 metres at t=2t = 2 s.

(b) Ball hits ground when h=0h = 0: 5t2+20t+1=0-5t^2 + 20t + 1 = 0. t=20±400+2010=20±42010=20±20.49410t = \frac{-20 \pm \sqrt{400 + 20}}{-10} = \frac{-20 \pm \sqrt{420}}{-10} = \frac{-20 \pm 20.494}{-10}.

t=20+20.49410=0.0494t = \frac{-20 + 20.494}{-10} = -0.0494 (reject, negative time) or t=2020.49410=4.049t = \frac{-20 - 20.494}{-10} = 4.049.

The ball hits the ground after approximately 4.05 seconds.

(c) The graph is a downward-opening parabola with:

  • hh-intercept: (0,1)(0, 1)
  • Vertex: (2,21)(2, 21)
  • tt-intercept: (4.05,0)(4.05, 0)

(d) h(3)=5(9)+20(3)+1=45+60+1=16h(3) = -5(9) + 20(3) + 1 = -45 + 60 + 1 = 16 metres.

At t=3t = 3The ball is at 16 metres. Since the maximum is at t=2t = 2 (21 m), the ball is falling at t=3t = 3. This is confirmed by the negative coefficient of t2t^2 and the fact that 3>23 \gt 2.

IT-2: Algebraic Proof and Sequences (with Number)

Question: (a) Prove that the sum of any three consecutive odd numbers is always a multiple of 3. (b) The nnTh term of a sequence is given by un=n2+3nu_n = n^2 + 3n. Find the first 4 terms and show that the difference between consecutive terms forms a linear sequence. (c) Prove that n(n+1)2+(n+1)=(n+1)(n+2)2\frac{n(n+1)}{2} + (n+1) = \frac{(n+1)(n+2)}{2}. (d) A student claims “the product of two even numbers is always a multiple of 8.” Is this true? Prove or disprove with a counterexample.

Solution:

(a) Three consecutive odd numbers: 2k + 1$$2k + 3$$2k + 5 (where kk is an integer).

Sum =(2k+1)+(2k+3)+(2k+5)=6k+9=3(2k+3)= (2k + 1) + (2k + 3) + (2k + 5) = 6k + 9 = 3(2k + 3).

Since 2k+32k + 3 is an integer, the sum is a multiple of 3.

(b) u1=1+3=4u_1 = 1 + 3 = 4. u2=4+6=10u_2 = 4 + 6 = 10. u3=9+9=18u_3 = 9 + 9 = 18. u4=16+12=28u_4 = 16 + 12 = 28.

Differences: 10 - 4 = 6$$18 - 10 = 8$$28 - 18 = 10. The differences are 6, 8, 10 — a linear sequence with common difference 2. This confirms the sequence is quadratic (second differences are constant).

(c) n(n+1)2+(n+1)=n(n+1)+2(n+1)2=(n+1)(n+2)2=(n+1)(n+2)2\frac{n(n+1)}{2} + (n+1) = \frac{n(n+1) + 2(n+1)}{2} = \frac{(n+1)(n + 2)}{2} = \frac{(n+1)(n+2)}{2}. Proven.

(d) False. Counterexample: 2×2=42 \times 2 = 4Which is not a multiple of 8. Another: 2×6=122 \times 6 = 12Not a multiple of 8. The product of two even numbers 2a×2b=4ab2a \times 2b = 4ab is always a multiple of 4, but not necessarily 8. It is only a multiple of 8 if at least one of the numbers is itself a multiple of 4 (i.e., aa or bb is even).

IT-3: Real-World Algebraic Modelling (with Ratio and Proportion)

Question: A taxi company charges a fixed hiring fee plus a cost per kilometre. A journey of 10 km costs £18\pounds 18 and a journey of 25 km costs £33\pounds 33. (a) Find the fixed fee and cost per kilometre. (b) Write a formula for the cost CC of a journey of dd km. (c) A customer has £50\pounds 50. What is the longest journey they can afford? (d) A competing company charges £1.50\pounds 1.50 per km with no fixed fee. For what range of distances is the first company cheaper?

Solution:

(a) Let fixed fee =f= fCost per km =p= p. f+10p=18f + 10p = 18 and f+25p=33f + 25p = 33. Subtracting: 15p = 15$$p = \pounds 1 per km. f=1810=£8f = 18 - 10 = \pounds 8.

(b) C=8+dC = 8 + d (where dd is in km and CC in pounds).

(c) 50=8+d50 = 8 + d. d=42d = 42 km.

(d) First company: C1=8+dC_1 = 8 + d. Second company: C2=1.5dC_2 = 1.5d. C1<C2C_1 \lt C_2 when 8+d<1.5d8 + d \lt 1.5d. 8<0.5d8 \lt 0.5d. d>16d \gt 16.

The first company is cheaper for journeys longer than 16 km.

Summary

The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.

Worked Examples

Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.

Common Pitfalls

  • Confusing terminology or concepts that appear similar but have distinct meanings.
  • Overlooking key assumptions or boundary conditions that limit applicability.