In this comprehensive guide, you will find WAEC Further Mathematics past questions and answers, solved examples across core topics, the exam format, study strategies that actually work, and tips for scoring A1 or B2 in your paper.
If you are preparing for the West African Senior School Certificate Examination (WASSCE) and Further Mathematics is one of your registered subjects, this is the most important resource you will read today.
Bookmark this page. Share it. Come back to it. It could be the difference between a credit and a distinction in your WAEC 2026 Further Mathematics grade.
What Is WAEC Further Mathematics?
WAEC Further Mathematics, officially called Further Mathematics/Mathematics (Elective), is an advanced-level mathematics paper offered under the West African Senior School Certificate Examination (WASSCE).
It is a step above the core General Mathematics paper and is designed specifically for students who intend to pursue careers in Mathematics, Engineering, the Sciences, Statistics, Economics, or any data-intensive field.
The subject serves as a critical bridge between the Elementary Mathematics you know and the Higher Mathematics you will encounter at the university level. Candidates who excel in it often find first-year university calculus, linear algebra, and statistics far less daunting than their peers.
It is important to understand from the outset that Further Mathematics is not a subject you can cram the night before. It rewards consistent practice, conceptual understanding, and — above all — regular engagement with past questions.
READ ALSO: WAEC Further Mathematics Syllabus 2026/2027 PDF Download
WAEC Further Mathematics Exam Format 2026/2027
Before diving into questions and answers, you need to understand the structure of the paper. The exam consists of two compulsory papers:
Paper 1 — Objective (Multiple Choice)
- Duration: 1 hour
- Total Marks: 40 marks
- Number of Questions: 40 multiple-choice questions
- Coverage: All areas of the syllabus
- Strategy: Each correct answer earns 1 mark. There is no negative marking, so always attempt every question.
Paper 2 — Essay (Theory)
- Duration: 2 hours
- Total Marks: 100 marks
- Structure: Two sections — Section A and Section B
- Section A: Questions drawn from areas common to both Further Mathematics and Mathematics (Elective)
- Section B: Questions specific to Further Mathematics (Alternative X) — these are the more advanced questions
- Strategy: Show all working. WAEC awards marks for method, not just final answers.
Permitted Materials: Silent, cordless, and non-programmable scientific calculators are allowed. Mobile phones are strictly prohibited, even if they have a calculator function.
WAEC Further Mathematics Syllabus: Core Topics You Must Master
The Further Mathematics syllabus is structured around several major topic areas. Below are the key ones, and every single one has appeared in past questions:
- Circular Measure and Radians: Arc length, area of sectors and segments, conversion between degrees and radians.
- Trigonometry: Compound and double angle formulae, sine and cosine rules, trigonometric identities, graphs of trig functions, inverse trig functions.
- Indices, Logarithms, and Surds: Laws of indices, change of base, simplification of surds and logarithmic expressions.
- Algebraic Equations: Quadratic equations, roots, discriminant, simultaneous equations, inequalities.
- Polynomials: Remainder and factor theorems, division of polynomials.
- Rational Functions and Partial Fractions: Decomposition into partial fractions, operations on rational functions.
- Sequences and Series: Arithmetic Progressions (AP), Geometric Progressions (GP), Sum to infinity, binomial expansion.
- Differentiation (Calculus): Rules of differentiation, chain rule, product rule, quotient rule, applications (maxima, minima, rates of change).
- Integration (Calculus): Standard integrals, integration by substitution, definite integrals, area under curves.
- Vectors: Position vectors, scalar and vector products, applications in geometry.
- Matrices and Determinants: Matrix operations, inverse of a 2×2 matrix, solving simultaneous equations using matrices.
- Statistics and Probability: Frequency distribution, measures of central tendency and dispersion, permutations, combinations, probability, binomial and normal distributions.
- Coordinate Geometry: Equation of a straight line, midpoint, circles, gradients, distance formula, tangents and normals.
- Binary Operations: Commutativity, associativity, identity elements, inverses.
WAEC Further Mathematics Past Questions and Answers (Solved Examples)
Below are carefully selected past questions from actual WAEC/WASSCE examinations, covering the most frequently tested topics. Each solution is worked out in full, step-by-step.
TOPIC 1: Logarithms and Indices
Question (WAEC 2017): If log_y(1/8) = 3, find the value of y.
Options: A. −2 B. −½ C. ½ D. 2
Solution:
By the definition of logarithm:
log_y(1/8) = 3 means y³ = 1/8
Now, 1/8 = (1/2)³ = 2⁻³
So: y³ = 2⁻³
Taking the cube root of both sides:
y = 2⁻¹ = ½
Answer: C. ½
TOPIC 2: Algebraic Equations — Quadratic Roots
Question (WAEC 2017): If x² − kx + 9 = 0 has equal roots, find the values of k.
Options: A. 3, 4 B. ±3 C. ±5 D. ±6
Solution:
For a quadratic equation ax² + bx + c = 0 to have equal roots, the discriminant must equal zero:
b² − 4ac = 0
Here: a = 1, b = −k, c = 9
(−k)² − 4(1)(9) = 0 k² − 36 = 0 k² = 36 k = ±6
Answer: D. ±6
TOPIC 3: Binary Operations
Question (WAEC 2017): A binary operation Δ is defined on the set of real numbers R by: a Δ b = (a + b) / √(ab), where a ≠ 0 and b ≠ 0. Evaluate −3 Δ −1.
Solution:
Substituting a = −3 and b = −1:
(−3) Δ (−1) = (−3 + (−1)) / √((−3)(−1)) = (−4) / √(3) = −4/√3 = −4√3/3 (rationalising the denominator)
Answer: B. −4√3/3
TOPIC 4: Partial Fractions
Question (WAEC 2023): Express (3x + 4) / [(x − 2)(x + 3)] in partial fractions of the form P/(x + 3) + Q/(x − 2). Find the value of Q.
Solution:
Let: (3x + 4) / [(x − 2)(x + 3)] ≡ P/(x + 3) + Q/(x − 2)
Multiplying both sides by (x − 2)(x + 3):
3x + 4 = P(x − 2) + Q(x + 3)
To find Q: Set x = 2 (making the P term vanish):
3(2) + 4 = P(0) + Q(2 + 3) 10 = 5Q Q = 2
To find P (for confirmation): Set x = −3:
3(−3) + 4 = P(−3 − 2) + Q(0) −5 = −5P P = 1
So the partial fraction is: 1/(x + 3) + 2/(x − 2)
Answer: Q = 2
TOPIC 5: Sequences, Arithmetic Progressions
Question (Classic WAEC Type): The 3rd term of an Arithmetic Progression is 10 and the 7th term is 22. Find: (a) The common difference, d (b) The first term, a (c) The 15th term
Solution:
Let the first term = a, common difference = d.
Using the formula: T_n = a + (n − 1)d
For the 3rd term:
a + 2d = 10 … (i)
For the 7th term:
a + 6d = 22 … (ii)
Subtracting (i) from (ii):
4d = 12 d = 3
Substituting back into (i):
a + 2(3) = 10 a + 6 = 10 a = 4
15th term:
T_15 = 4 + (15 − 1)(3) T_15 = 4 + 42 T_15 = 46
TOPIC 6: Differentiation (Calculus)
Question (Classic WAEC Type): Find dy/dx if y = 3x³ − 5x² + 7x − 2.
Solution:
Differentiating term by term using the power rule (d/dx[xⁿ] = nxⁿ⁻¹):
dy/dx = 3(3x²) − 5(2x) + 7(1) − 0 dy/dx = 9x² − 10x + 7
TOPIC 7: Coordinate Geometry — Circles
Question (WAEC 2017): Find the coordinates of the centre of the circle 3x² + 3y² − 4x + 8y − 2 = 0.
Solution:
Divide the entire equation by 3 to get it in standard form:
x² + y² − (4/3)x + (8/3)y − (2/3) = 0
The general form of a circle is: x² + y² + 2gx + 2fy + c = 0, where the centre is (−g, −f).
Comparing:
2g = −4/3 → g = −2/3 2f = 8/3 → f = 4/3
Centre = (−g, −f) = (2/3, −4/3)
TOPIC 8: Statistics, Probability
Question (Classic WAEC Type): A bag contains 5 red balls and 3 blue balls. Two balls are drawn at random without replacement. Find the probability that both balls are red.
Solution:
Total balls = 5 + 3 = 8
Probability of drawing a red ball first = 5/8
After removing one red ball: 4 red balls remain out of 7 total.
Probability of drawing a second red ball = 4/7
Therefore:
P(both red) = (5/8) × (4/7) = 20/56 = 5/14
TOPIC 9: Matrices
Question (Classic WAEC Type): If A = [[2, 1], [3, 4]], find the inverse of A.
Solution:
For a 2×2 matrix A = [[a, b], [c, d]]:
det(A) = ad − bc = (2)(4) − (1)(3) = 8 − 3 = 5
Inverse: A⁻¹ = (1/det(A)) × [[d, −b], [−c, a]]
A⁻¹ = (1/5) × [[4, −1], [−3, 2]]
A⁻¹ = [[4/5, −1/5], [−3/5, 2/5]]
TOPIC 10: Integration, Definite Integrals
Question (Classic WAEC Type): Evaluate: ∫₁³ (2x + 3) dx
Solution:
∫(2x + 3) dx = x² + 3x + C
Applying the limits:
[x² + 3x]₁³ = (9 + 9) − (1 + 3) = 18 − 4 = 14
Year-by-Year Topic Frequency Analysis (WAEC Further Mathematics)
Understanding which topics appear most often gives you a strategic advantage. Based on a review of WAEC Further Mathematics papers from 2015 to 2023, here is how frequently major topics are examined:
| Topic | Frequency (Obj.) | Frequency (Theory) |
|---|---|---|
| Calculus (Differentiation & Integration) | Very High | Very High |
| Algebra & Quadratic Equations | Very High | High |
| Sequences & Series | High | High |
| Trigonometry | High | Moderate |
| Coordinate Geometry | High | Moderate |
| Partial Fractions | Moderate | High |
| Probability & Statistics | Moderate | Moderate |
| Matrices & Determinants | Moderate | Moderate |
| Vectors | Moderate | Moderate |
| Binary Operations | Moderate | Low |
| Indices & Logarithms | Moderate | Low |
| Polynomials | Low | Moderate |
| Sets | Low | Low |
Key Insight: Calculus alone, covering both differentiation and integration, accounts for a significant portion of the essay paper marks every year. No candidate can afford to be weak in this area.
Common Mistakes Students Make in WAEC Further Mathematics
Many students do not fail WAEC Further Mathematics because they don’t know the material. They fail because of avoidable errors. Here are the most common ones:
1. Not showing workings in Paper 2: WAEC examiners award marks for method. A student who sets up a problem correctly but makes an arithmetic error at the end can still earn most of the marks — but only if the working is shown. Always write out every step.
2. Confusing degrees and radians: In trigonometry and circular measure questions, always check whether the question is working in degrees or radians. Mixing the two is a classic mark-losing mistake.
3. Misapplying the quadratic formula: The formula is x = [−b ± √(b² − 4ac)] / 2a. A common error is forgetting the negative sign before b, or dividing only the square root part by 2a instead of the entire numerator.
4. Ignoring the chain rule in differentiation: When differentiating composite functions like y = (3x² + 1)⁵, students often forget to multiply by the derivative of the inner function. Always check for composition.
5. Forgetting the constant of integration: For indefinite integrals, the answer is always + C. Omitting it will cost you marks in the theory paper.
6. Poor time management: Many students spend too long on one question. In Paper 2, if a question is taking more than 15–18 minutes, move on and return later. Leaving an entire question unattempted is far more costly than leaving a tricky part half-done.
7. Not reading the question: This sounds obvious, but it is surprisingly common. Some candidates find the inverse of a matrix when the question asks for the determinant, or find the 10th term when the question asks for the sum. Read every question twice.
How to Study Well for WAEC Further Mathematics
Use this structured plan to maximise your score:
Phase 1: Understand the Syllabus (1–2 Weeks)
Download the official WAEC Further Mathematics syllabus and go through it topic by topic. Know exactly what is examinable and what is not. Pay particular attention to notes marked as “Section B only” — these are typically the harder theory questions.
Phase 2: Build Topic Mastery (4–6 Weeks)
Work through each topic systematically. Use recommended textbooks such as:
- Further Mathematics Project by Tuttuh-Adegun et al. (Bounty Press)
- New Further Mathematics (Scholastic Series)
- Further Mathematics by Egbe et al. (Africana-First Publishers)
For each topic, first understand the concept, then work examples, then move to past questions on that specific topic.
Phase 3: Past Questions Practice (4–6 Weeks)
This is where real exam preparation happens. Practice full past papers under timed conditions. Aim to complete at least 10 full years of past papers. After each attempt, mark yourself honestly and review every question you got wrong.
When reviewing wrong answers, do not just note the correct answer. Ask yourself why you got it wrong — was it a conceptual gap, a calculation error, or a misread question? Address the root cause.
Phase 4: Mock Exams and Consolidation (2 Weeks)
In the final two weeks, simulate actual exam conditions. Sit a full Paper 1 and Paper 2 in one session without interruptions. Time yourself strictly. This builds exam stamina and reduces anxiety on the actual day.
How to Download WAEC Further Mathematics Past Questions PDF
Many students search for a single PDF containing all WAEC Further Mathematics past questions and answers. Here is what you need to know:
Free Resources:
- Myschool.ng: Myschool hosts hundreds of WAEC Further Mathematics past questions organised year by year with answers and user discussions. Fully free.
- SchoolNGR.com: Another comprehensive free database of past questions with explanations.
- WAEC E-Learning Portal (waeconline.org.ng): The official WAEC portal contains chief examiner reports and sample questions approved by the examining body itself. This is the most authoritative source and is free.
- Cheetah WAEC (cheetahwaec.com): Provides free past papers from 2019 to 2024 with step-by-step solutions and AI-powered feedback.
- PosScholars.com: Publishes yearly detailed solutions to WAEC/WASSCE Further Mathematics, including the theory paper.
Paid Resources: Some platforms and print publishers sell compiled booklets that cover 10–30 years of past questions in one volume. These are worth purchasing if you prefer studying offline with a physical copy, as the print layout can make reading complex mathematical notation easier.
Pro Tip: Whatever format you use, the most important thing is not just having the past questions; it is actually sitting down and solving them. A PDF you never open doesn’t help anyone.
WAEC Further Mathematics Grading System
Use the table below to learn and understand how WAEC grades your paper, which helps you set grade targets:
| Grade | Score Range | Meaning |
|---|---|---|
| A1 | 75% – 100% | Distinction |
| B2 | 70% – 74% | Very Good |
| B3 | 65% – 69% | Good |
| C4 | 60% – 64% | Credit |
| C5 | 55% – 59% | Credit |
| C6 | 50% – 54% | Credit |
| D7 | 45% – 49% | Pass |
| E8 | 40% – 44% | Pass |
| F9 | 0% – 39% | Fail |
For university admission purposes in Nigeria, C6 and above is generally required. For competitive science and engineering programmes, B2 or A1 is typically expected or preferred.
Tips for the Day Before and Day of the Exam
The Day Before:
- Do not attempt to learn new topics. Your brain needs time to consolidate, not more new information.
- Do a light review of formulas: key differentiation and integration rules, trig identities, AP and GP formulas, the quadratic formula, matrix inverse formula.
- Get at least 7–8 hours of sleep. Sleep deprivation impairs the mathematical reasoning you will need.
- Pack your stationery the night before: two pens, pencils, ruler, compass, scientific calculator (check the batteries), eraser.
The Day of the Exam:
- Eat a proper meal before the paper. Your brain is a glucose-hungry organ.
- Arrive at the exam centre early — not just on time, but 20–30 minutes early. Rushing into an exam hall raises cortisol and impairs performance.
- In Paper 1 (Objective), use the process of elimination for questions you are unsure of. Narrow down four options to two, then make your best informed choice.
- In Paper 2 (Theory), quickly scan all questions before you start. Begin with the questions you are most confident about. This builds momentum and ensures you collect the “easy” marks first.
- Check your paper before submission. At minimum, verify that your name, index number, and school are correctly written on every answer booklet.
Frequently Asked Questions (FAQs)
Q: Is WAEC Further Mathematics harder than regular WAEC Mathematics?
Yes, significantly. Further Mathematics extends into advanced algebra, calculus, vectors, matrices, probability distributions, and other topics not covered in core Mathematics. However, with the right preparation, it is very achievable.
Q: Can I use a calculator in the WAEC Further Mathematics exam?
Yes. Silent, cordless, and non-programmable scientific calculators are permitted. Programmable calculators and mobile phones are not allowed.
Q: How many years of past questions should I practice?
Aim for a minimum of 10 years. If time permits, 15–20 years of past questions will give you a near-complete picture of WAEC’s question patterns and the types of problems favoured in each topic area.
Q: What are the most important topics to focus on?
Calculus (differentiation and integration), algebra (quadratic equations, polynomials, partial fractions), sequences and series, trigonometry, and coordinate geometry are consistently the most heavily tested areas. Do not neglect statistics and probability — they are reliable mark sources if you prepare them properly.
Q: Is Further Mathematics accepted for university admission in Nigeria?
Yes. In fact, for competitive STEM programmes — particularly Engineering, Physics, Computer Science, Statistics, and Mathematics — Further Mathematics is sometimes listed as a preferred or required O’Level subject alongside the core Mathematics credit.
Q: What happens if I run out of time in Paper 2?
Prioritise. If you only have five minutes left, write the method for any unattempted questions, even partial working attracts marks. Do not leave a blank answer sheet if you can help it.
Conclusion
WAEC Further Mathematics has a reputation that intimidates many students before they even open a textbook. But here is the truth that every student who has scored A1 knows: the examination is predictable. The same core topics appear year after year. The same types of questions are asked in the same ways. The only variable is your preparation.
Students who start early, work through past questions consistently, understand their mistakes, and walk into the exam hall with a clear strategy; they score credits and distinctions. Students who cram the week before and skip the practice papers tend to struggle.
You now have the tools: the topic breakdown, the solved past questions, the year-by-year frequency analysis, the study strategy, the exam-day tips. What you do with them is entirely up to you.
Start today. Not tomorrow. Today.
Was this article helpful? Share it with a classmate preparing for WAEC. One share could change someone’s result.
Related Articles You May Find Useful:
- WAEC Mathematics Past Questions and Answers
- How to Score A1 in WAEC Further Mathematics
- Best Textbooks for WAEC Further Mathematics
- WAEC Further Mathematics Syllabus 2026/2027 PDF Download
Leave a Comment