Home / IB DP Maths 2026, 2027 & 2028 / Application and Interpretation HL / IBDP MAI : AHL 4.14 Linear transformation

IB Mathematics AHL 4.14 Linear transformation AI HL Paper 3- Exam Style Questions- New Syllabus

Question

An organic farmer, Mr. Jenkins, monitors the quality of eggs produced on his farm. He models the mass of the eggs using a normal distribution with a mean of 52.0 g and a standard deviation of 3.7 g.
Mr. Jenkins chooses a random sample of 25 eggs for inspection.
(a) Determine the probability that at least 5 of these eggs have a mass of 55.0 g or more.
(b) Find the probability that the sample mean mass of these 25 eggs is within 1 gram of the true population mean.
In an attempt to boost the average mass of the eggs, Mr. Jenkins introduces a premium supplement, “Egg-Excel,” for one month. He then takes a random sample of 10 eggs and records their masses in grams, as shown in the table below.
Table 1
\( \begin{array}{|c|c|c|c|c|c|c|c|c|c|} \hline 54.5 & 52.4 & 50.4 & 54.3 & 54.2 & 53.1 & 50.2 & 51.8 & 52.2 & 53.5 \\ \hline \end{array} \)
Mr. Jenkins assumes that the masses still follow a normal distribution, though the mean and variance may have shifted.
(c) Conduct a statistical test at the 5% significance level to determine if there is evidence that the mean mass of the eggs has increased beyond 52.0 g.
(d) Construct a 99% confidence interval for the mean mass of the eggs following the introduction of the “Egg-Excel” supplement.
To further investigate the supplement’s impact, Mr. Jenkins selects 8 specific hens. He records the mass of one egg from each hen before the supplement is used, and the mass of one egg from the same 8 hens after one month of using the supplement.
Table 2
\( \begin{array}{|c|c|c|c|c|c|c|c|c|} \hline \text{Hen} & \text{A} & \text{B} & \text{C} & \text{D} & \text{E} & \text{F} & \text{G} & \text{H} \\ \hline \text{Mass before (g)} & 53.8 & 51.5 & 49.3 & 52.3 & 46.4 & 55.0 & 51.2 & 52.4 \\ \hline \text{Mass after (g)} & 55.1 & 51.9 & 50.0 & 54.8 & 47.3 & 53.5 & 52.2 & 54.4 \\ \hline \end{array} \)
(e) (i) Identify the most appropriate statistical test for this specific data set.
(ii) State one necessary assumption regarding the population required for this test to be valid.
(f) Execute the test at a 5% significance level and provide a contextual conclusion based on the results.
A neighbor, Farmer Brown, provides a random sample of 10 eggs from his farm and suggests a t-test to compare which farm produces heavier eggs. Mr. Jenkins knows that an independent t-test requires the assumption of equal population variances.
(g) Using the data from Table 1, calculate \( s_J^2 \), the unbiased estimate of the population variance for Mr. Jenkins’s eggs.
Mr. Jenkins uses an F-test to find the threshold for the unbiased variance estimate of Brown’s eggs, \( s_B^2 \), below which the t-test remains statistically valid. The test statistic is \( F = \frac{s_B^2}{s_J^2} \).
(h) Given a 5% significance level critical value of \( F_{\text{crit}} = 3.1789 \) for these sample sizes, calculate the maximum possible value of \( s_B^2 \) for the equal variance assumption to hold.

Most-appropriate topic codes:

TOPIC AHL 4.14: Unbiased estimates of population parameters — part (g)
TOPIC AHL 4.15: Central Limit Theorem and sampling distributions — part (b)
TOPIC AHL 4.16: Confidence intervals for the mean — part (d)
TOPIC AHL 4.17: Null and alternative hypotheses, p-values, and t-tests — parts (c), (f)
TOPIC AHL 4.18: F-tests for equality of variance and critical regions — parts (c), (f), (h)
▶️ Answer/Explanation

(a)
First, find the probability that a single egg weighs at least 55.0 g:
\( X \sim N(52.0, 3.7^2) \)
\( P(X \geq 55.0) = P\left(Z \geq \frac{55.0 – 52.0}{3.7}\right) = P(Z \geq 0.8108…) \)
Using normal distribution tables or GDC: \( P(Z \geq 0.8108) = 0.208737… \)

Let \( Y \) be the number of eggs (out of 25) that weigh at least 55.0 g.
Then \( Y \sim B(25, 0.208737…) \)
We want \( P(Y \geq 5) = 1 – P(Y \leq 4) \)
Using binomial cumulative distribution:
\( P(Y \geq 5) = 0.621150… \approx 0.621 \)
\( \boxed{0.621} \)

(b)
Let \( \bar{X} \) be the sample mean weight of 25 eggs.
By Central Limit Theorem: \( \bar{X} \sim N\left(52.0, \frac{3.7^2}{25}\right) \)
So variance = \( \frac{3.7^2}{25} \) and standard deviation = \( \frac{3.7}{5} = 0.74 \)

We want \( P(51 < \bar{X} < 53) \):
Standardize: \( z_1 = \frac{51 – 52.0}{0.74} = -1.3514 \)
\( z_2 = \frac{53 – 52.0}{0.74} = 1.3514 \)
\( P(51 < \bar{X} < 53) = P(-1.3514 < Z < 1.3514) \)
Using normal distribution: \( = 0.823417… \approx 0.823 \)
\( \boxed{0.823} \)

(c)
Step 1: State hypotheses
\( H_0: \mu = 52.0 \) (population mean weight is 52.0 g)
\( H_1: \mu > 52.0 \) (population mean weight has increased)

Step 2: Calculate sample statistics from Table 1
Sample size \( n = 10 \)
Sample mean \( \bar{x} = \frac{54.5 + 52.4 + 50.4 + 54.3 + 54.2 + 53.1 + 50.2 + 51.8 + 52.2 + 53.5}{10} = 52.66 \)
Sample standard deviation \( s = 1.668… \) (using GDC)

Step 3: Perform one-sample t-test
Test statistic: \( t = \frac{\bar{x} – \mu_0}{s/\sqrt{n}} = \frac{52.66 – 52.0}{1.668/\sqrt{10}} = 1.250… \)
Degrees of freedom = \( n – 1 = 9 \)
p-value = \( P(T_9 > 1.250…) = 0.105055… \)

Step 4: Compare p-value with significance level
\( 0.105 > 0.05 \)
Since p-value > 0.05, we fail to reject \( H_0 \)

Step 5: Conclusion
There is insufficient evidence at the 5% significance level to conclude that the mean weight of eggs has increased from 52.0 g.
\( \boxed{\text{Insufficient evidence to reject } H_0} \)

(d)
For 99% confidence interval with \( n = 10 \), \( \bar{x} = 52.66 \), \( s = 1.668 \):
Degrees of freedom = 9, \( t^*_{0.005, 9} = 3.2498 \) (from t-distribution table)

Confidence interval: \( \bar{x} \pm t^* \times \frac{s}{\sqrt{n}} \)
\( = 52.66 \pm 3.2498 \times \frac{1.668}{\sqrt{10}} \)
\( = 52.66 \pm 1.713… \)
\( = (50.95, 54.37) \)

Or using GDC directly: (51.0712…, 54.2488…)
\( \boxed{(51.1, 54.2)} \) (to 3 significant figures)

(e)
(i) Since the same 8 chickens are measured before and after, this is a paired t-test.
\( \boxed{\text{Paired t-test}} \)

(ii) One necessary assumption: The differences in weights are normally distributed.
\( \boxed{\text{Differences are normally distributed}} \)

(f)
Step 1: Calculate differences (after – before)
Differences: 1.3, 0.4, 0.7, 2.5, 0.9, -1.5, 1.0, 2.0
Mean difference \( \bar{d} = 0.9125 \)
Standard deviation of differences \( s_d = 1.093… \)

Step 2: State hypotheses
\( H_0: \mu_d = 0 \) (no change in mean weight)
\( H_1: \mu_d > 0 \) (mean weight has increased)

Step 3: Perform paired t-test
Test statistic: \( t = \frac{\bar{d} – 0}{s_d/\sqrt{n}} = \frac{0.9125}{1.093/\sqrt{8}} = 2.360… \)
Degrees of freedom = 7
p-value = \( P(T_7 > 2.360…) = 0.0250… \)

Step 4: Compare p-value with significance level
\( 0.0250 < 0.05 \)
Since p-value < 0.05, we reject \( H_0 \)

Step 5: Conclusion in context
There is sufficient evidence at the 5% significance level to conclude that the mean weight of the chickens’ eggs has increased following the new feed.
\( \boxed{\text{Reject } H_0 \text{, mean weight has increased}} \)

(g)
From Table 1 data, calculate unbiased variance estimate:
Using GDC or formula: \( s_G^2 = \frac{\sum (x_i – \bar{x})^2}{n-1} \)
With \( n = 10 \), \( \bar{x} = 52.66 \):
\( s_G^2 = 2.391555… \)
\( \boxed{2.39} \) (to 3 significant figures)

(h)
For F-test: \( F = \frac{s_R^2}{s_G^2} \)
Critical value \( F_{\text{crit}} = 3.1789 \) at 5% level
For t-test to be valid (equal variances), we need \( F \leq F_{\text{crit}} \)
So \( \frac{s_R^2}{s_G^2} \leq 3.1789 \)
\( s_R^2 \leq 3.1789 \times s_G^2 \)
\( s_R^2 \leq 3.1789 \times 2.391555… \)
\( s_R^2 \leq 7.602… \)

Maximum value of \( s_R^2 \) = 7.60 (to 3 significant figures)
\( \boxed{7.60} \)

Scroll to Top