From Real Exams Quiz
O Level Additional Mathematics Algebra Functions Quiz
Free O Level A Maths Algebra Functions quiz, DeepSeek Exam version, with questions, answers, and O Level-style practice for Singapore students.
These static practice materials are generated from the site's syllabus and paper-generation workflow, with source and model context shown so students and parents can evaluate the material before use.
Questions
Free quiz and exam paper access
Enter your details to view this paper
Your access is remembered on this device.
Answers
O-Level Additional Mathematics Quiz - Algebra Functions — ANSWER KEY
Total Marks: 50
Section A: Quadratic Functions and Equations (Questions 1–5)
1. ( y = 2x^2 - 8x + 5 )
( = 2(x^2 - 4x) + 5 )
( = 2[(x - 2)^2 - 4] + 5 )
( = 2(x - 2)^2 - 8 + 5 )
( = 2(x - 2)^2 - 3 ) [M1] for completing square correctly
( a = 2, h = 2, k = -3 ) [A1]
Minimum value of ( y = -3 ) [A1]
Occurs when ( x = 2 ) [A1]
[4 marks]
2. For equal real roots, discriminant ( \Delta = 0 ).
( \Delta = k^2 - 4(3)(12) = k^2 - 144 ) [M1]
( k^2 - 144 = 0 )
( k^2 = 144 ) [M1]
( k = \pm 12 ) [A1]
[3 marks]
3. For curve to be always positive: ( a > 0 ) (true, ( a = 1 )) and discriminant ( \Delta < 0 ).
( \Delta = m^2 - 4(1)(9) = m^2 - 36 ) [M1]
( m^2 - 36 < 0 )
( (m - 6)(m + 6) < 0 ) [M1]
( -6 < m < 6 ) [A1]
[3 marks]
4. ( 2x^2 - 5x - 3 \leq 0 )
( (2x + 1)(x - 3) \leq 0 ) [M1] for factorisation
Critical values: ( x = -\frac{1}{2}, x = 3 ) [M1]
Sign analysis: positive for ( x < -\frac{1}{2} ), negative for ( -\frac{1}{2} < x < 3 ), positive for ( x > 3 )
Solution: ( -\frac{1}{2} \leq x \leq 3 ) [A1]
Number line: solid dots at ( -\frac{1}{2} ) and 3, shaded region between them.
[3 marks]
5. For tangency, line and curve intersect at exactly one point.
Substitute: ( 2x + c = x^2 - 3x + 1 )
( x^2 - 5x + (1 - c) = 0 ) [M1]
Discriminant = 0: ( (-5)^2 - 4(1)(1 - c) = 0 )
( 25 - 4 + 4c = 0 )
( 21 + 4c = 0 )
( c = -\frac{21}{4} ) [A1]
[2 marks]
Section B: Surds, Polynomials, and Partial Fractions (Questions 6–12)
6. ( \sqrt{48} = \sqrt{16 \times 3} = 4\sqrt{3} )
( \sqrt{27} = \sqrt{9 \times 3} = 3\sqrt{3} )
( 2\sqrt{12} = 2\sqrt{4 \times 3} = 2 \times 2\sqrt{3} = 4\sqrt{3} ) [M1] for simplification
( 4\sqrt{3} - 3\sqrt{3} + 4\sqrt{3} = 5\sqrt{3} ) [A1]
[2 marks]
7. ( \frac{5}{2 - \sqrt{3}} \times \frac{2 + \sqrt{3}}{2 + \sqrt{3}} ) [M1]
( = \frac{5(2 + \sqrt{3})}{4 - 3} = 5(2 + \sqrt{3}) = 10 + 5\sqrt{3} ) [A1]
[2 marks]
8. ( \sqrt{2x + 5} = 2 + \sqrt{x - 1} )
Square both sides: ( 2x + 5 = 4 + 4\sqrt{x - 1} + (x - 1) ) [M1]
( 2x + 5 = x + 3 + 4\sqrt{x - 1} )
( x + 2 = 4\sqrt{x - 1} ) [M1]
Square again: ( (x + 2)^2 = 16(x - 1) )
( x^2 + 4x + 4 = 16x - 16 )
( x^2 - 12x + 20 = 0 )
( (x - 2)(x - 10) = 0 ) [M1]
( x = 2 ) or ( x = 10 )
Check: For ( x = 2 ): LHS = ( \sqrt{9} - \sqrt{1} = 3 - 1 = 2 ) ✓
For ( x = 10 ): LHS = ( \sqrt{25} - \sqrt{9} = 5 - 3 = 2 ) ✓
Both solutions valid. [A1]
[4 marks]
9. By Remainder Theorem:
( P(2) = 3 ): ( 2(8) - 5(4) + 2a + b = 3 )
( 16 - 20 + 2a + b = 3 )
( 2a + b = 7 ) ... (1) [M1]
( P(-1) = -18 ): ( 2(-1) - 5(1) + a(-1) + b = -18 )
( -2 - 5 - a + b = -18 )
( -a + b = -11 ) ... (2) [M1]
Solve (1) and (2):
(1) – (2): ( 3a = 18 ), ( a = 6 )
Sub into (2): ( -6 + b = -11 ), ( b = -5 ) [A1]
( a = 6, b = -5 )
[3 marks]
10. ( 8x^3 - 27 = (2x)^3 - 3^3 )
( = (2x - 3)[(2x)^2 + (2x)(3) + 3^2] ) [M1] for recognising difference of cubes
( = (2x - 3)(4x^2 + 6x + 9) ) [A1]
[2 marks]
11. ( \frac{3x^2 + 5x + 2}{(x + 1)(x^2 + 1)} = \frac{A}{x + 1} + \frac{Bx + C}{x^2 + 1} ) [M1] for correct form
Multiply: ( 3x^2 + 5x + 2 = A(x^2 + 1) + (Bx + C)(x + 1) )
( = Ax^2 + A + Bx^2 + Bx + Cx + C )
( = (A + B)x^2 + (B + C)x + (A + C) ) [M1]
Compare coefficients:
( A + B = 3 ) ... (1)
( B + C = 5 ) ... (2)
( A + C = 2 ) ... (3) [M1]
From (1): ( B = 3 - A )
From (3): ( C = 2 - A )
Sub into (2): ( (3 - A) + (2 - A) = 5 )
( 5 - 2A = 5 ), ( A = 0 )
Then ( B = 3, C = 2 )
( \frac{3x^2 + 5x + 2}{(x + 1)(x^2 + 1)} = \frac{3x + 2}{x^2 + 1} ) [A1]
[4 marks]
12. ( f(2) = 0 ): ( 8 + 4p + 2q + 6 = 0 )
( 4p + 2q = -14 )
( 2p + q = -7 ) ... (1) [M1]
( f(-3) = 30 ): ( -27 + 9p - 3q + 6 = 30 )
( 9p - 3q = 51 )
( 3p - q = 17 ) ... (2) [M1]
Add (1) and (2): ( 5p = 10 ), ( p = 2 )
Sub into (1): ( 4 + q = -7 ), ( q = -11 )
( f(x) = x^3 + 2x^2 - 11x + 6 )
Since ( (x - 2) ) is a factor, divide:
( f(x) = (x - 2)(x^2 + 4x - 3) ) [A1]
[3 marks]
Section C: Binomial Expansions and Exponential/Logarithmic Functions (Questions 13–20)
13. General term: ( \binom{5}{r} (2)^{5-r} (3x)^r = \binom{5}{r} 2^{5-r} \cdot 3^r \cdot x^r )
For ( x^3 ), ( r = 3 ): ( \binom{5}{3} \cdot 2^2 \cdot 3^3 = 10 \cdot 4 \cdot 27 = 1080 ) [M1] for identifying term
Coefficient = 1080 [A1]
[2 marks]
14. General term: ( \binom{6}{r} x^{6-r} \left( \frac{2}{x} \right)^r = \binom{6}{r} \cdot 2^r \cdot x^{6-r-r} = \binom{6}{r} \cdot 2^r \cdot x^{6-2r} )
For term independent of ( x ): ( 6 - 2r = 0 ), ( r = 3 ) [M1]
Term = ( \binom{6}{3} \cdot 2^3 = 20 \cdot 8 = 160 ) [A1]
[2 marks]
15. ( 2^{2x+1} = (2^3)^{x-2} )
( 2^{2x+1} = 2^{3x-6} ) [M1]
( 2x + 1 = 3x - 6 )
( x = 7 ) [A1]
[2 marks]
16. ( \log_3 \left( \frac{9p^2}{\sqrt{q}} \right) = \log_3 9 + \log_3 p^2 - \log_3 q^{1/2} )
( = 2 + 2\log_3 p - \frac{1}{2}\log_3 q ) [M1]
( = 2 + 2a - \frac{1}{2}b ) [A1]
[2 marks]
17. ( \log_2 \left( \frac{x + 3}{x - 1} \right) = 2 )
( \frac{x + 3}{x - 1} = 2^2 = 4 ) [M1]
( x + 3 = 4(x - 1) )
( x + 3 = 4x - 4 )
( 7 = 3x )
( x = \frac{7}{3} ) [A1]
Check: ( x - 1 = \frac{4}{3} > 0 ), ( x + 3 = \frac{16}{3} > 0 ) ✓
[2 marks]
18. Let ( y = e^x ). Then ( y^2 - 5y + 6 = 0 ) [M1]
( (y - 2)(y - 3) = 0 )
( y = 2 ) or ( y = 3 )
( e^x = 2 \Rightarrow x = \ln 2 )
( e^x = 3 \Rightarrow x = \ln 3 ) [A1]
[2 marks]
19. ( M = 80e^{-kt} )
When ( t = 10, M = 20 ):
( 20 = 80e^{-10k} )
( e^{-10k} = \frac{1}{4} ) [M1]
( -10k = \ln \frac{1}{4} = -\ln 4 )
( k = \frac{\ln 4}{10} = 0.1386... \approx 0.139 ) [A1]
[2 marks]
20. ( \log_2 25 = \frac{\log_5 25}{\log_5 2} = \frac{2}{p} ) [A1]
[1 mark]
END OF ANSWER KEY