✦ Exam-Style Practice

20 Core Concept
Essential Questions

Full syllabus coverage — Algebra, Statistics, Calculus, Probability, Modelling & more. IB exam-style difficulty, instant feedback, detailed solutions.

Questions 20 MCQ
Time Limit 40 min
Level AI HL
Verified Python ✓
§1 — Number & Algebra
C
Topic 1 · Number & Algebra
Arithmetic & Geometric Sequences
🔑 Key Formulae to Memorise
Arithmetic: $u_n = u_1 + (n-1)d$  |  $S_n = \dfrac{n}{2}(2u_1 + (n-1)d)$

Geometric: $u_n = u_1 \cdot r^{n-1}$  |  $S_n = \dfrac{u_1(r^n - 1)}{r-1}$  |  $S_\infty = \dfrac{u_1}{1-r},\ |r|<1$
💡Memory tip: "AP adds, GP multiplies." For sum, always check — finite or infinite? Infinite geometric only works when $|r| < 1$.
Quick Example AP: $u_1=3,\; d=5$. Find $S_{10}$. $\Rightarrow S_{10} = \frac{10}{2}(6+45) = 5 \times 51 = \mathbf{255}$ ✓ Answer: 255
Q01 Arithmetic Sequences
Medium
An arithmetic sequence has first term $u_1 = 7$ and common difference $d = 4$.
Find the sum of the first 20 terms, $S_{20}$.
Q02 Geometric Sequences
Medium
A geometric sequence has first term $u_1 = 2$ and common ratio $r = 3$.
Find the 6th term, $u_6$.
Q03 Logarithms
Hard
Solve the equation $2\log x = \log(3x + 4)$, where $x > 0$.
§2 — Functions
C
Topic 2 · Functions
Composite & Inverse Functions
🔑 Key Concepts
Composite: $(f \circ g)(x) = f(g(x))$ — apply $g$ first, then $f$

Inverse: $f^{-1}(x)$: swap $x \leftrightarrow y$, solve for $y$
Domain of $f^{-1}$ = Range of $f$
💡Memory tip: "Composite reads right to left." $(f \circ g)(x)$: first do $g$, then $f$. Like putting on socks, then shoes.
Quick Example $f(x) = x^2,\ g(x) = x+1$. $(f \circ g)(3) = f(4) = \mathbf{16}$ ✓ NOT $g(f(3)) = g(9) = 10$
Q04 Composite Functions
Medium
Let $f(x) = 2x + 1$ and $g(x) = x^2 - 3$.
Find the value of $(f \circ g)(2)$.
§3 — Statistics & Probability
C
Topic 4 · Statistics & Probability
Normal Distribution & Binomial Distribution
🔑 Key Formulae
Normal: $X \sim N(\mu, \sigma^2)$, standardise $z = \dfrac{x-\mu}{\sigma}$

Binomial: $X \sim B(n,p)$,  $P(X=k) = \binom{n}{k}p^k(1-p)^{n-k}$
Mean $= np$,  Variance $= np(1-p)$
💡Memory tip: Normal = continuous, bell-shaped. Binomial = discrete, fixed $n$ trials, each success/fail. Always check: is this counting (binomial) or measuring (normal)?
Q05 Normal Distribution
Medium
The heights of students follow a normal distribution with mean $\mu = 50$ kg and standard deviation $\sigma = 8$ kg. Find $P(X > 58)$.
Q06 Binomial Distribution
Medium
A fair die is rolled 10 times. The probability of rolling a 6 on any roll is $p = \frac{1}{3}$. Let $X \sim B(10, 0.3)$.
Find $P(X = 3)$, correct to 4 decimal places.
Q07 Chi-Squared Test
Medium
A chi-squared test of independence is performed on a contingency table with 3 rows and 4 columns. What is the number of degrees of freedom?
Q08 Conditional Probability
Hard
Events $A$ and $B$ satisfy $P(A) = 0.4$, $P(B \mid A) = 0.6$, $P(B \mid A') = 0.3$.
Find $P(A \mid B)$, correct to 4 significant figures.
Q09 Poisson Distribution
Hard
The number of goals scored per match follows a Poisson distribution with mean $\lambda = 3$.
Find $P(X \leq 2)$, correct to 4 decimal places.
§4 — Calculus
C
Topic 5 · Calculus
Differentiation & Integration Essentials
🔑 Key Rules
Power rule: $\dfrac{d}{dx}[x^n] = nx^{n-1}$  |  $\displaystyle\int x^n\,dx = \dfrac{x^{n+1}}{n+1} + C$

Exponential: $\dfrac{d}{dx}[e^{kx}] = ke^{kx}$  |  Chain rule: $\dfrac{dy}{dx} = \dfrac{dy}{du}\cdot\dfrac{du}{dx}$

Local max: $f'(x)=0$ and $f''(x)<0$  |  Local min: $f'(x)=0$ and $f''(x)>0$
💡Memory tip: "Derivative → bring down, reduce power. Integral → increase power, divide by new power." Second derivative test: negative = max (frowning curve), positive = min (smiling curve).
Q10 Differentiation
Medium
Let $f(x) = 3e^{2x} - 5x$. Find $f'(1)$, correct to 3 significant figures.
Q11 Integration
Medium
Evaluate $\displaystyle\int_0^2 (3x^2 + 2x - 1)\,dx$.
Q12 Max & Min
Hard
Let $f(x) = x^3 - 6x^2 + 9x + 2$. The local maximum value of $f$ is:
Q13 Numerical Integration
Hard
Use the trapezoid rule with $n = 4$ equal strips to approximate $\displaystyle\int_0^4 (x^2 + 1)\,dx$.
Q14 Differential Equations
Hard
Given $\dfrac{dy}{dx} = x + y$ with $y(0) = 1$, use Euler's method with step $h = 0.1$ to find the approximate value of $y(0.2)$.
§5 — Geometry & Trigonometry
C
Topic 3 · Geometry & Trigonometry
Sine Rule, Cosine Rule & Area
🔑 Key Formulae
Sine rule: $\dfrac{a}{\sin A} = \dfrac{b}{\sin B} = \dfrac{c}{\sin C}$

Cosine rule: $c^2 = a^2 + b^2 - 2ab\cos C$

Area: $\text{Area} = \dfrac{1}{2}ab\sin C$
💡Memory tip: Use sine rule when you have angle-side pairs. Use cosine rule when you have SAS (2 sides + included angle) or SSS (all 3 sides). Area formula needs 2 sides and included angle.
Q15 Sine Rule
Medium
In triangle $ABC$, $a = 8$ cm, $\hat{A} = 40°$, $\hat{B} = 65°$. Find the length $b$, correct to 3 significant figures.
§6 — Matrices & Graphs
C
Topic 1 HL · Matrices
Determinants, Inverses & Systems
🔑 Key Formulae
$\det\begin{pmatrix}a&b\\c&d\end{pmatrix} = ad - bc$

$A^{-1} = \dfrac{1}{\det A}\begin{pmatrix}d&-b\\-c&a\end{pmatrix}$ (exists iff $\det A \neq 0$)

System $A\mathbf{x} = \mathbf{b}$: unique solution iff $\det A \neq 0$
💡Memory tip: $\det = ad - bc$: "main diagonal minus off diagonal." If determinant is zero, matrix is singular — no inverse exists, system may have no solution or infinitely many.
Q16 Matrix Determinant
Medium
Find the determinant of the matrix $A = \begin{pmatrix} 3 & 1 \\ 2 & 4 \end{pmatrix}$.
Q17 Graph Theory · MST
Hard
A weighted graph has vertices $A$, $B$, $C$, $D$ with edges:
$AB=4,\ AC=6,\ BC=3,\ BD=5,\ CD=2$
Using Kruskal's algorithm, find the total weight of the minimum spanning tree (MST).
§7 — Modelling & Regression
C
Topic 4 · Statistics
Correlation, Regression & Mathematical Models
🔑 Key Concepts
Pearson's $r$: $-1 \leq r \leq 1$
$|r| > 0.85$ → strong  |  $|r| < 0.5$ → weak  |  $r > 0$ → positive

Regression line: $\hat{y} = a + bx$ passes through $(\bar{x}, \bar{y})$

Logistic model: $P(t) = \dfrac{L}{1 + Ce^{-kt}}$, carrying capacity $= L$
💡Memory tip: "Correlation is NOT causation." Regression line always passes through the mean point. Logistic models have an S-shape — growth slows as population nears carrying capacity $L$.
Q18 Correlation Coefficient
Medium
A data set yields a Pearson's correlation coefficient of $r = 0.87$. Which statement best describes this?
Q19 Logistic Model
Hard
A population is modelled by $N(t) = \dfrac{1000}{1 + 49e^{-0.4t}}$, where $t$ is in years.
What is the initial population $N(0)$ and the carrying capacity?
§8 — Optimisation & Linear Programming
C
Topic 2 · Functions
Linear Programming & Optimisation
🔑 Key Method
1. Identify objective function $z = ax + by$
2. Graph all constraint inequalities → find feasible region
3. Find vertices (corner points) of feasible region
4. Evaluate $z$ at each vertex → max/min is at a vertex
💡Memory tip: "The optimal solution always occurs at a corner point of the feasible region." Find all intersections of boundary lines (solve simultaneous equations), then test them all in the objective function.
Q20 Linear Programming
Hard
Maximise $z = 5x + 4y$ subject to:
$x + y \leq 6$,  $3x + 2y \leq 15$,  $x \geq 0$,  $y \geq 0$

What is the maximum value of $z$?
🏆
Quiz Complete!
0 Correct
0 Incorrect
0% Score
Time Used
IB GRADE SCALE: 1 — 2 — 3 — 4 — 5 — 6 — 7