All Practice Exams

100+ Free Cameroon GCE A-Level Pure Mathematics with Statistics Practice Questions

Prepare for the Cameroon General Certificate of Education Advanced Level Pure Mathematics with Statistics (Subject Code 0770) exam with instant access — no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
21.14% pass rate in the June 2026 session (Cameroon GCE Board, Performance by Subjects, results released 21 August 2026) Pass Rate
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: Cameroon GCE A-Level Pure Mathematics with Statistics Exam

50 MCQs / 3 Papers

Exam Structure

Cameroon GCE Board Official Examination Regulations

6h 30m

Total Examination Time Across 3 Papers

CGCEB Examination Timetable

12,000 FCFA

Standard Candidate Registration Fee

MINESEC / Cameroon GCE Board Buea Fee Schedule

Grades A–E

A-Level Pass Grade Scale

Cameroon General Certificate of Education Board (CGCEB)

0770

Official Subject Code

Cameroon GCE Board Buea Subject Directory

The Cameroon GCE Advanced Level Pure Mathematics with Statistics (Subject Code 0770) is administered by the Cameroon GCE Board (CGCEB) in Buea for students in secondary school Upper Sixth. Assessed via Paper 1 (50 MCQs, 1h30m), Paper 2 (Pure Mathematics structured, 3h), and Paper 3 (Applied Statistics structured, 3h), it certifies quantitative and statistical competence for university admissions in Economics, Commerce, Social Sciences, and Computing across Cameroon and international Commonwealth universities.

Sample Cameroon GCE A-Level Pure Mathematics with Statistics Practice Questions

Try these sample questions to test your Cameroon GCE A-Level Pure Mathematics with Statistics exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1What is the remainder when the polynomial $P(x) = 2x^3 - 5x^2 + 4x - 7$ is divided by $(x - 2)$?
A.$-3$
B.$5$
C.$-7$
D.$3$
Explanation: According to the Remainder Theorem, dividing a polynomial $P(x)$ by $(x - c)$ produces a remainder equal to $P(c)$. Substituting $x = 2$ gives $P(2) = 2(2)^3 - 5(2)^2 + 4(2) - 7 = 2(8) - 5(4) + 8 - 7 = 16 - 20 + 8 - 7 = -3$.
2If $(x + 3)$ is a factor of the polynomial $f(x) = x^3 + kx^2 - 4x + 15$, find the value of the constant $k$.
A.$k = 0$
B.$k = -2$
C.$k = 2$
D.$k = -3$
Explanation: By the Factor Theorem, if $(x + 3)$ is a factor of $f(x)$, then $f(-3) = 0$. Substituting $x = -3$ yields $(-3)^3 + k(-3)^2 - 4(-3) + 15 = -27 + 9k + 12 + 15 = 9k = 0$, which gives $k = 0$.
3The first term of an arithmetic progression (AP) is 5 and the common difference is 3. What is the 15th term of this progression?
A.$47$
B.$50$
C.$44$
D.$52$
Explanation: The $n$-th term of an AP is given by the formula $u_n = a + (n - 1)d$. For $a = 5$, $d = 3$, and $n = 15$, we have $u_{15} = 5 + (15 - 1)(3) = 5 + 14(3) = 5 + 42 = 47$.
4In a geometric progression (GP) of real numbers, the first term is 4 and the fourth term is 32. What is the common ratio $r$?
A.$2$
B.$8$
C.$\sqrt{8}$
D.$4$
Explanation: The $n$-th term of a GP is $u_n = a r^{n-1}$. Given $u_1 = a = 4$ and $u_4 = a r^3 = 32$, we have $4r^3 = 32 \implies r^3 = 8$. Taking the real cube root gives $r = 2$.
5Find the sum to infinity $S_\infty$ of the geometric series $18 + 6 + 2 + \frac{2}{3} + \dots$.
A.$27$
B.$24$
C.$\frac{54}{5}$
D.$36$
Explanation: The series is a convergent GP with first term $a = 18$ and common ratio $r = \frac{6}{18} = \frac{1}{3}$. Since $|r| = 1/3 < 1$, the sum to infinity is $S_\infty = \frac{a}{1 - r} = \frac{18}{1 - 1/3} = \frac{18}{2/3} = 18 \times \frac{3}{2} = 27$.
6What is the largest real domain of the function $f(x) = \sqrt{2x - 8}$?
A.$[4, \infty)$
B.$(4, \infty)$
C.$(-\infty, 4]$
D.$[8, \infty)$
Explanation: For $f(x) = \sqrt{2x - 8}$ to be defined on the real numbers, the expression under the square root must be non-negative: $2x - 8 \ge 0 \implies 2x \ge 8 \implies x \ge 4$. Thus, the domain is $[4, \infty)$.
7Express the rational fraction $\frac{7x + 1}{(x - 1)(x + 3)}$ in partial fractions.
A.$\frac{2}{x - 1} + \frac{5}{x + 3}$
B.$\frac{5}{x - 1} + \frac{2}{x + 3}$
C.$\frac{2}{x - 1} - \frac{5}{x + 3}$
D.$\frac{3}{x - 1} + \frac{4}{x + 3}$
Explanation: Set $\frac{7x + 1}{(x - 1)(x + 3)} = \frac{A}{x - 1} + \frac{B}{x + 3}$, which gives $7x + 1 = A(x + 3) + B(x - 1)$. Setting $x = 1$ gives $7(1) + 1 = A(4) \implies 8 = 4A \implies A = 2$. Setting $x = -3$ gives $7(-3) + 1 = B(-4) \implies -20 = -4B \implies B = 5$. Thus, the partial fractions are $\frac{2}{x - 1} + \frac{5}{x + 3}$.
8Determine the coefficient of $x^3$ in the binomial expansion of $(2 - 3x)^5$.
A.$-1080$
B.$1080$
C.$-720$
D.$-270$
Explanation: The general term in the expansion of $(a + b)^n$ is $T_{r+1} = \binom{n}{r} a^{n-r} b^r$. For $(2 - 3x)^5$ with the term in $x^3$, we have $r = 3$: $T_4 = \binom{5}{3} (2)^{5-3} (-3x)^3 = 10 \times 2^2 \times (-27x^3) = 10 \times 4 \times (-27) x^3 = -1080 x^3$. The coefficient is $-1080$.
9Find the first three terms in ascending powers of $x$ of the binomial series for $(1 - 2x)^{-1}$, valid for $|x| < \frac{1}{2}$.
A.$1 + 2x + 4x^2$
B.$1 - 2x + 4x^2$
C.$1 + 2x + 2x^2$
D.$1 - 2x - 4x^2$
Explanation: Using the general binomial expansion $(1 + u)^n = 1 + nu + \frac{n(n-1)}{2!}u^2 + \dots$ with $u = -2x$ and $n = -1$: $(1 - 2x)^{-1} = 1 + (-1)(-2x) + \frac{(-1)(-2)}{2}(-2x)^2 = 1 + 2x + 1(4x^2) = 1 + 2x + 4x^2$.
10If $\alpha$ and $\beta$ are the roots of the quadratic equation $2x^2 - 6x + 1 = 0$, evaluate $\alpha^2 + \beta^2$.
A.$8$
B.$9$
C.$\frac{17}{2}$
D.$7$
Explanation: For $2x^2 - 6x + 1 = 0$, by Vieta's formulas, the sum of roots is $\alpha + \beta = -\frac{-6}{2} = 3$ and the product of roots is $\alpha\beta = \frac{1}{2}$. Using the identity $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta$, we get $\alpha^2 + \beta^2 = 3^2 - 2\left(\frac{1}{2}\right) = 9 - 1 = 8$.

About the Cameroon GCE A-Level Pure Mathematics with Statistics Exam

The Cameroon General Certificate of Education (GCE) Advanced Level Pure Mathematics with Statistics (Subject Code 0770) is an official national terminal examination administered annually in May/June by the Cameroon GCE Board (CGCEB) in Buea, Southwest Region, Cameroon. Tailored specifically for students preparing for university degrees in Economics, Accounting, Finance, Management, Business Administration, Social Sciences, and Information Systems, the 0770 syllabus emphasizes both fundamental pure mathematical logic and comprehensive applied inferential statistics. Candidates sit three written papers: Paper 1 comprises 50 compulsory multiple-choice questions testing breadth and speed across all modules; Paper 2 requires in-depth algebraic, geometric, trigonometric, and calculus derivations; and Paper 3 evaluates applied data representation, probability models, random variables, sampling distributions, Central Limit Theorem, and parametric hypothesis tests. Format note: this site's practice bank is 100 four-option multiple-choice questions covering the whole official syllabus. Paper 1 of the real examination is genuinely multiple choice (50 compulsory questions), so the format matches that paper, but the bank is a study aid only — it does not simulate the written theory/essay paper(s) or any practical examination, and its length does not describe the official exam.

Assessment

Official Advanced Level structure for subject code 0770 (Pure Mathematics with Statistics) per the Cameroon GCE Board June 2026 timetable (Form G6): Paper 1: 50 compulsory multiple-choice questions (1 hour 30 minutes); Paper 2: written theory/structured questions (3 hours); Paper 3: written paper (3 hours). Total written time is 7 hours 30 minutes. The Board does not publish per-paper mark weightings for individual subjects.

Time Limit

Paper 1: 1 hour 30 minutes; total written time 7 hours 30 minutes.

Passing Score

Grade E or better (Cameroon GCE Advanced Level grades A, B, C, D and E are passes; O is a subsidiary pass and F is a fail)

Exam Fee

12,000 FCFA (Cameroon General Certificate of Education Board (CGCEB), Buea)

Cameroon GCE A-Level Pure Mathematics with Statistics Exam Content Outline

20%

Pure Mathematics: Algebra, Series & Functions

Polynomial algebra, remainder and factor theorems, rational functions, partial fractions with linear and quadratic factors, arithmetic and geometric progressions, infinite geometric series convergence ($|r| < 1$), binomial theorem for general index $n \in \mathbb{Q}$, domain and range of real functions, composition of functions $g \circ f$, and inverse functions $f^{-1}(x)$.

30%

Pure Mathematics: Calculus & Coordinate Geometry

Differentiation fundamentals, derivatives of polynomial, trigonometric, logarithmic, and exponential functions, product, quotient, and chain rules, implicit differentiation, tangents and normals, stationary points, nature of extrema, rates of change, integration as reverse differentiation, standard integration rules, integration by substitution, integration by parts, definite integrals and areas under curves, first-order separable differential equations, and coordinate geometry of lines, gradients, parallel/perpendicular conditions, and circles $(x-a)^2 + (y-b)^2 = r^2$.

10%

Pure Mathematics: Trigonometry & Vectors

Trigonometric identities including $\sin^2 \theta + \cos^2 \theta = 1$, $1 + \tan^2 \theta = \sec^2 \theta$, addition formulas $\sin(A \pm B)$ and $\cos(A \pm B)$, double angle formulas, conversion to $R\cos(\theta - \alpha)$ or $R\sin(\theta + \alpha)$, trigonometric equations on bounded domains, 2D and 3D vector representations, unit vectors, scalar product (dot product) $\vec{u} \cdot \vec{v} = |\vec{u}||\vec{v}|\cos \theta$, and perpendicularity condition $\vec{u} \cdot \vec{v} = 0$.

20%

Statistics: Data Representation & Probability

Data summary statistics, calculation of mean $\bar{x}$, variance $\sigma^2$, and standard deviation $\sigma$ from raw and grouped frequency tables, linear transformation of data $y = ax + b$, measures of position (median, quartiles, percentiles, interquartile range), basic counting principles, permutations $_n P_r$, combinations $_n C_r$, sample spaces, axioms of probability, addition rule $P(A \cup B) = P(A) + P(B) - P(A \cap B)$, mutually exclusive events, conditional probability $P(A|B) = \frac{P(A \cap B)}{P(B)}$, independent events $P(A \cap B) = P(A)P(B)$, tree diagrams, and Bayes' theorem.

20%

Statistics: Distributions & Inference

Discrete random variables, expectation $E(X) = \sum x P(X=x)$, variance $Var(X) = E(X^2) - [E(X)]^2$, linear properties $E(aX+b) = aE(X)+b$ and $Var(aX+b) = a^2 Var(X)$, Binomial distribution $X \sim B(n,p)$, Poisson distribution $X \sim Po(\lambda)$, continuous random variables, probability density functions $f(x)$, standard Normal distribution $Z \sim N(0,1)$, standardization $Z = \frac{X - \mu}{\sigma}$, normal approximation to Binomial and Poisson with continuity correction, sampling distribution of the sample mean $\bar{X} \sim N\left(\mu, \frac{\sigma^2}{n}\right)$, Central Limit Theorem, confidence intervals, null ($H_0$) and alternative ($H_1$) hypotheses, 1-tailed and 2-tailed tests, significance levels, critical values, and hypothesis testing for population means and proportions.

How to Pass the Cameroon GCE A-Level Pure Mathematics with Statistics Exam

What You Need to Know

  • Passing score: Grade E or better (Cameroon GCE Advanced Level grades A, B, C, D and E are passes; O is a subsidiary pass and F is a fail)
  • Assessment: Official Advanced Level structure for subject code 0770 (Pure Mathematics with Statistics) per the Cameroon GCE Board June 2026 timetable (Form G6): Paper 1: 50 compulsory multiple-choice questions (1 hour 30 minutes); Paper 2: written theory/structured questions (3 hours); Paper 3: written paper (3 hours). Total written time is 7 hours 30 minutes. The Board does not publish per-paper mark weightings for individual subjects.
  • Time limit: Paper 1: 1 hour 30 minutes; total written time 7 hours 30 minutes.
  • Exam fee: 12,000 FCFA

Keys to Passing

  • Work through all 100 available questions
  • Review every answer and explanation
  • Track weak areas and revisit them
  • Use our AI tutor for tough concepts

Cameroon GCE A-Level Pure Mathematics with Statistics Study Tips from Top Performers

1Master Step-by-Step Calculus Techniques: Regularly practice integration by parts, substitution, implicit differentiation, and stationary point analysis with clear intermediate mathematical steps.
2Thoroughly Understand Continuity Corrections: When approximating a discrete Binomial $B(n,p)$ or Poisson $Po(\lambda)$ distribution using the continuous Normal distribution $N(\mu, \sigma^2)$, always apply the correct continuity correction (e.g., $P(X \ge k) \approx P(Y \ge k - 0.5)$ and $P(X \le k) \approx P(Y \le k + 0.5)$).
3Be Fluent with Normal Standardization: Practice translating real-world problems into standard $Z$-scores using $Z = \frac{X - \mu}{\sigma}$ and standard error of the mean $Z = \frac{\bar{X} - \mu}{\sigma / \sqrt{n}}$ for sample means.
4Formulate Clear Hypothesis Testing Statements: Always state $H_0$ and $H_1$ explicitly, identify whether the test is 1-tailed or 2-tailed, determine the critical value from significance level $\alpha$, calculate the test statistic, and write a formal statistical conclusion in context.
5Memorize Standard Identities and Expansion Forms: Ensure instant recall of trigonometric identities (such as $\sin 2\theta = 2\sin\theta\cos\theta$, $\cos 2\theta = 2\cos^2\theta - 1$), the general binomial expansion $(1+x)^n = 1 + nx + \frac{n(n-1)}{2!}x^2 + \dots$, and sum formulas for arithmetic ($S_n = \frac{n}{2}[2a+(n-1)d]$) and geometric series ($S_n = \frac{a(1-r^n)}{1-r}$, $S_\infty = \frac{a}{1-r}$).

Frequently Asked Questions

What is the Cameroon GCE Advanced Level Pure Mathematics with Statistics (0770)?

The Cameroon GCE A-Level Pure Mathematics with Statistics (Subject Code 0770) is an official national secondary school leaving certificate examination administered by the Cameroon GCE Board (CGCEB). Designed primarily for students in commercial, economics, and social science tracks, it tests both pure mathematical concepts (algebra, series, calculus, vectors, coordinate geometry) and applied statistics (probability, discrete/continuous distributions, sampling distributions, and hypothesis testing).

How is the 0770 examination structured and graded across the three papers?

The subject consists of three papers: Paper 1 (50 MCQs in 1 hour 30 minutes), Paper 2 (Pure Mathematics structured problem-solving in 3 hours), and Paper 3 (Applied Statistics structured problem-solving in 3 hours). The Cameroon GCE Board reports Advanced Level results on the letter scale A, B, C, D, E, O and F. Grades A to E are passes, Grade O is recorded as a subsidiary (Ordinary Level) pass and Grade F is a fail. The Board does not publish the percentage mark ranges behind these grades.

What mathematical tables and calculators are allowed during the CGCEB examinations?

Candidates are permitted to use non-programmable, non-graphical electronic calculators and the official CGCEB Approved Formulae and Statistical Tables booklet containing standard normal distribution percentiles, Poisson/Binomial tables, and standard calculus formulas.

What is the difference between 0770 (Pure Maths with Stats) and 0765 (Pure Maths with Mechanics)?

While both subjects share a substantial portion of the core Pure Mathematics syllabus (algebra, calculus, trigonometry, coordinate geometry), 0770 incorporates Applied Statistics (Paper 3) suitable for Economics, Business, Finance, and Social Sciences, whereas 0765 pairs Pure Mathematics with Classical Mechanics (Paper 3: kinematics, statics, dynamics, energy) aimed at physical sciences and engineering.

What university programs accept Cameroon GCE A-Level Pure Mathematics with Statistics?

A passing grade in 0770 qualifies students for bachelor's degree programs in Economics, Accounting, Finance, Banking, Management, Statistics, Demography, Actuarial Science, Computer Science, and Social Sciences at Cameroonian state universities (UB, UBa, UYI, UYII, UDs, UN) and international Commonwealth universities.