IB Maths Applications & Interpretation HL — Interactive Practice Paper 2
Paper 2 is the calculator-required paper — real-world modelling with your GDC in hand. Complex arithmetic, piecewise regression, graph algorithms, hypothesis testing, and calculus you can't shortcut with a formula sheet. Two modes: instant per-part feedback while you learn, or full timed exam simulation.
A continuous piecewise function models a runner's speed (in m/s) as a function of time $t$ (in seconds):
$$S(t) = \begin{cases} 5t & 0 \le t \le 4 \\ at + b & 4 < t \le 10 \end{cases}$$
The runner's speed drops to $0$ at $t = 10$.
(a) Use continuity at $t = 4$ to write down an equation linking $a$ and $b$. State the value of $4a + b$. [2]
(b) Find the exact value of $a$. Give in the form $-p/q$ (lowest terms). [2]
(c) Find the exact value of $b$. Give in the form $p/q$. [2]
(a) Left limit at $t=4$: $S(4) = 5(4) = 20$. Right piece: $4a + b$. Continuity gives $\mathbf{4a + b = 20}$. (b) & (c) Endpoint condition at $t=10$: $10a + b = 0$. Subtract: $6a = -20$ so $a = \mathbf{-\tfrac{10}{3}}$. Substitute: $b = -10a = \mathbf{\tfrac{100}{3}}$.
Question 3
5 marksHL
Graph Theory — trees & edge counts
A connected graph is called a tree if it contains no cycles.
(a) State the exact number of edges a tree with $15$ vertices must contain. [2]
A tree on $n$ vertices always has exactly $n - 1$ edges.
(b) A tree has $22$ edges. Find its number of vertices $n$. [2]
(c) A connected graph on $15$ vertices has $16$ edges. State the minimum number of cycles it must contain. [1]
(a) Trees satisfy $E = V - 1$. $E = 15 - 1 = \mathbf{14}$. (b) $22 = n - 1$ so $n = \mathbf{23}$. (c) Excess above a tree $= 16 - 14 = 2$. Each excess edge closes at least one cycle, so at least 2 cycles.
Question 4
6 marksHLGDC required
Hypothesis Testing — Type I error under a normal model
A quality-control machine rejects a metal bolt if its length is greater than $52.5$ mm. Under $H_0$ the machine is working properly and bolt lengths follow $X \sim N(\mu, \sigma^2)$ with $\mu = 50$ mm and $\sigma = 1.2$ mm.
(a) In this context, a Type I error is: A — Rejecting a good bolt. B — Accepting a bad bolt. C — Neither. Type A, B, or C. [1]
(b) Standardise: find the $z$-value at $X = 52.5$. Give to 3 s.f. [2]
(c) Using GDC Normal CDF, find $P(X > 52.5)$ under $H_0$. Give to 4 d.p. [3]