IB Maths Applications & Interpretation HL — Interactive Practice Paper 1
HL AI Paper 1 is GDC-allowed short-response — matrices, chi-squared testing, graph theory, coupled & differential equations, financial maths. Two modes: per-part feedback, or a full timed exam.
A researcher surveys 200 IB students about their favourite Maths paper. She hypothesises that preferences are equally split between Paper 1, Paper 2 and Paper 3. The observed counts are:
P1
P2
P3
Observed
55
78
67
(a) State the expected count for each paper under the null hypothesis. Give your answer to 3 s.f. [1]
(b) Calculate the chi-squared test statistic $\chi^{2}_{\text{calc}}$. Give to 3 s.f. [3]
(c) State the number of degrees of freedom. [1]
(d) Given the critical value at the 5% level with 2 d.o.f. is $\chi^{2}_{\text{crit}} = 5.991$, state whether the null hypothesis should be rejected. Type reject or accept. [2]
(a) Under $H_0$ (uniform), expected $= 200/3 \approx \mathbf{66.7}$. (b) $\chi^{2}_{\text{calc}} = \dfrac{(55-66.67)^2}{66.67} + \dfrac{(78-66.67)^2}{66.67} + \dfrac{(67-66.67)^2}{66.67} \approx 2.04 + 1.93 + 0.00 = \mathbf{3.97}$. (c) $\mathrm{d.o.f.} = 3 - 1 = \mathbf{2}$. (d) $3.97 < 5.991$, so accept (fail to reject) $H_0$ — no significant evidence against uniform preference.
Question 3
6 marks
Graph theory — minimum spanning tree & shortest path
Four cities $A,B,C,D$ have the following direct road lengths (km):
edge
AB
AC
BC
BD
CD
km
12
8
5
10
15
(a) Using Kruskal's algorithm, find the total length of the minimum spanning tree. [3]
km
(b) Find the length of the shortest path from $A$ to $D$. [2]
km
(c) Type the vertex sequence of that shortest path (e.g. ABD). [1]
(a) Sorted edges: $BC(5),\,AC(8),\,BD(10),\,AB(12),\,CD(15)$. Add $BC$ (5), $AC$ (8), $BD$ (10) — all four vertices connected. Total $= 5+8+10 = \mathbf{23}$ km. (b) Possible $A\to D$ routes: $A\to B\to D = 22$; $A\to C\to D = 23$; $A\to B\to C\to D = 32$; $A\to C\to B\to D = 23$. Shortest $= \mathbf{22}$ km. (c) Path: $\mathbf{A \to B \to D}$.
Question 4
5 marks
Differential equations — Euler's method
The differential equation $\dfrac{dy}{dx} = x + y$ has initial condition $y(0) = 1$. Use Euler's method with step $h = 0.2$ to estimate the following: