Question 1 · Short Question
6 marksLet \(X\) be a discrete random variable with the following probability distribution:\n\n\(\begin{array}{c|c|c|c|c} x & 1 & 3 & 5 & 7 \\ \hline P(X=x) & p & q & 0.3 & p \end{array}\)\n\nwhere \(p\) and \(q\) are constants.\n\n(a) Given that \(E(X) = 4.1\), find \(p\) and \(q\).\n(b) Find \(Var(3 - 2X)\).
Answer
p = 0.25, q = 0.2; Var(3 - 2X) = 19.96
Worked solution
(a) Since the sum of the probabilities is 1, we have:\n\(p + q + 0.3 + p = 1 \implies 2p + q = 0.7\) --- (1)\n\nSince \(E(X) = 4.1\), we have:\n\(1(p) + 3(q) + 5(0.3) + 7(p) = 4.1 \implies 8p + 3q = 2.6\) --- (2)\n\nFrom (1), we have \(q = 0.7 - 2p\).\nSubstituting this into (2):\n\(8p + 3(0.7 - 2p) = 2.6 \implies 2p = 0.5 \implies p = 0.25\)\n\nTherefore, \(q = 0.7 - 2(0.25) = 0.2\).\n\n(b) First, calculate \(E(X^2)\):\n\(E(X^2) = 1^2(0.25) + 3^2(0.2) + 5^2(0.3) + 7^2(0.25) = 0.25 + 1.8 + 7.5 + 12.25 = 21.8\)\n\nThen, the variance of \(X\) is:\n\(Var(X) = E(X^2) - [E(X)]^2 = 21.8 - 4.1^2 = 4.99\)\n\nHence, the required variance is:\n\(Var(3 - 2X) = (-2)^2 Var(X) = 4(4.99) = 19.96\)
Marking scheme
(a) \n- For setting up \(2p + q = 0.7\) (1M)\n- For setting up \(8p + 3q = 2.6\) (1M)\n- For both \(p = 0.25\) and \(q = 0.2\) (1A)\n\n(b)\n- For finding \(E(X^2) = 21.8\) (1M)\n- For finding \(Var(X) = 4.99\) or using \(Var(3-2X) = 4Var(X)\) (1M)\n- For obtaining the correct answer \(19.96\) (1A)
Question 2 · Short Question
5 marksThe number of accidents occurring at a busy intersection per week follows a Poisson distribution with a mean of 4.
Let \(\bar{X}\) be the average weekly number of accidents at this intersection recorded over a random sample of 100 weeks.
(a) Write down the mean and the variance of \(\bar{X}\).
(b) Using the Central Limit Theorem, find the probability that \(\bar{X}\) is between 3.7 and 4.3.
Answer
(a) Mean = 4, Variance = 0.04; (b) 0.8664
Worked solution
(a) Since the number of accidents per week follows a Poisson distribution with mean \(\lambda = 4\), the population mean is \(\mu = 4\) and the population variance is \(\sigma^2 = 4\).
The mean of \(\bar{X}\) is:
\(E(\bar{X}) = \mu = 4\)
The variance of \(\bar{X}\) is:
\(Var(\bar{X}) = \frac{\sigma^2}{n} = \frac{4}{100} = 0.04\)
(b) Since the sample size \(n = 100\) is large (i.e., \(n \ge 30\)), by the Central Limit Theorem, \(\bar{X}\) is approximately normally distributed:
\(\bar{X} \sim \mathcal{N}(4, 0.04)\) approximately.
The required probability is:
\(P(3.7 \le \bar{X} \le 4.3) \approx P\left( \frac{3.7 - 4}{\sqrt{0.04}} \le Z \le \frac{4.3 - 4}{\sqrt{0.04}} \right)\)
\(= P\left( \frac{-0.3}{0.2} \le Z \le \frac{0.3}{0.2} \right)\)
\(= P(-1.5 \le Z \le 1.5)\)
\(= 2 \times P(0 \le Z \le 1.5)\)
\(= 2 \times 0.4332\)
\(= 0.8664\)
Marking scheme
(a)
- Mean of \(\bar{X} = 4\) (1A)
- Variance of \(\bar{X} = 0.04\) (1A)
(b)
- Standardizing and applying Central Limit Theorem (1M)
- Expressing as \(P(-1.5 \le Z \le 1.5)\) or equivalent (1M)
- Correct answer 0.8664 (1A)
Question 3 · Short Question
5 marksPlaceholder
Worked solution
Placeholder
Marking scheme
Placeholder
Question 4 · Short Question
7 marksAn electronics company imports components from three suppliers, \(A\), \(B\), and \(C\), with proportions \(40\%\), \(35\%\), and \(25\%\) respectively. The defective rates of components from \(A\), \(B\), and \(C\) are \(2\%\), \(3\%\), and \(5\%\) respectively. (a) Find the probability that a randomly selected component is defective. (b) Given that a randomly selected component is defective, find the probability that it was supplied by \(A\) or \(C\).
Answer
(a) 0.031, (b) 41/62
Worked solution
(a) Let \(A\), \(B\), and \(C\) be the events that a component is from supplier \(A\), \(B\), and \(C\) respectively, and \(D\) be the event that a component is defective. \(P(D) = P(A)P(D|A) + P(B)P(D|B) + P(C)P(D|C) = (0.40)(0.02) + (0.35)(0.03) + (0.25)(0.05) = 0.008 + 0.0105 + 0.0125 = 0.031\). (b) The required probability is \(P(A \cup C | D) = \frac{P(A \cap D) + P(C \cap D)}{P(D)} = \frac{(0.40)(0.02) + (0.25)(0.05)}{0.031} = \frac{0.008 + 0.0125}{0.031} = \frac{41}{62} \approx 0.661\). Alternatively, \(P(B | D) = \frac{P(B \cap D)}{P(D)} = \frac{(0.35)(0.03)}{0.031} = \frac{21}{62}\), hence \(P(A \cup C | D) = 1 - P(B | D) = 1 - \frac{21}{62} = \frac{41}{62} \approx 0.661\).
Marking scheme
Part (a): 1M for the total probability formula, 1M for correct substitution, 1A for the correct answer of 0.031 (or 31/1000). Part (b): 1M for Bayes' theorem formula, 1M for calculating the joint probabilities, 1M for substituting into the conditional probability, 1A for the correct answer of 41/62 (or approx. 0.661).
Question 5 · Short Question
6 marksLet \(A\) and \(B\) be two events. Suppose that \(P(A) = 0.4\), \(P(B | A) = 0.3\), and \(P(A' \cap B') = 0.48\), where \(A'\) and \(B'\) are the complementary events of \(A\) and \(B\) respectively.\n\n(a) Find \(P(A \cap B)\).\n\n(b) Find \(P(B)\).\n\n(c) Are \(A\) and \(B\) independent? Explain your answer.
Answer
(a) 0.12, (b) 0.24, (c) No
Worked solution
(a) Using the definition of conditional probability:\n\( P(B | A) = \frac{P(A \cap B)}{P(A)} \)\n\( 0.3 = \frac{P(A \cap B)}{0.4} \)\n\( P(A \cap B) = 0.12 \)\n\n(b) By De Morgan's Laws:\n\( P(A' \cap B') = P((A \cup B)') = 1 - P(A \cup B) \)\nSince \(P(A' \cap B') = 0.48\), we have:\n\( P(A \cup B) = 1 - 0.48 = 0.52 \)\nUsing the addition rule of probability:\n\( P(A \cup B) = P(A) + P(B) - P(A \cap B) \)\n\( 0.52 = 0.4 + P(B) - 0.12 \)\n\( 0.52 = 0.28 + P(B) \)\n\( P(B) = 0.24 \)\n\n(c) We check the definition of independent events:\n\( P(A) \times P(B) = 0.4 \times 0.24 = 0.096 \)\nSince \(P(A \cap B) = 0.12 \neq 0.096\) (or \(P(B | A) = 0.3 \neq P(B) = 0.24\)), the events \(A\) and \(B\) are not independent.
Marking scheme
(a) \n1M: For using the definition of conditional probability: \(P(A \cap B) = P(B | A) \times P(A)\)\n1A: \(P(A \cap B) = 0.12\)\n\n(b)\n1M: For finding \(P(A \cup B) = 0.52\) or using \(P(A \cup B) = P(A) + P(B) - P(A \cap B)\)\n1A: \(P(B) = 0.24\)\n\n(c)\n1M: For calculating \(P(A) \times P(B)\) or comparing \(P(B | A)\) and \(P(B)\)\n1A: For stating that they are not independent with a correct justification.
Question 6 · Short Question
7 marksLet \(f(x) = (1 - 2x)^3 (1 + ax)^n\) for all real numbers \(x\), where \(a\) is a constant and \(n\) is a positive integer.
(a) Expand \(f(x)\) in ascending powers of \(x\) up to the term \(x^2\). (3 marks)
(b) It is given that the coefficient of \(x\) in the expansion of \(f(x)\) is \(2\), and \(f''(0) = -24\). Find the values of \(a\) and \(n\). (4 marks)
Worked solution
(a) Using the binomial theorem:
\((1 - 2x)^3 = 1 - 6x + 12x^2 + \dots\)
\((1 + ax)^n = 1 + nax + \frac{n(n-1)}{2}a^2 x^2 + \dots\)
Thus,
\(f(x) = \left(1 - 6x + 12x^2 + \dots\right)\left(1 + nax + \frac{n(n-1)}{2}a^2 x^2 + \dots\right)\)
\(f(x) = 1 + (na - 6)x + \left(\frac{n(n-1)a^2}{2} - 6na + 12\right)x^2 + \dots\)
(b) Since the coefficient of \(x\) is \(2\), we have:
\(na - 6 = 2 \implies na = 8\) ... (1)
From the expansion in (a), we can find \(f''(0)\). Since \(f(x) = f(0) + f'(0)x + \frac{f''(0)}{2}x^2 + \dots\), the coefficient of \(x^2\) is \(\frac{f''(0)}{2}\).
Alternatively, differentiating \(f(x)\) twice:
\(f'(x) = (na - 6) + 2\left(\frac{n(n-1)a^2}{2} - 6na + 12\right)x + \dots\)
\(f''(x) = 2\left(\frac{n(n-1)a^2}{2} - 6na + 12\right) + \text{terms containing } x\)
Setting \(x = 0\):
\(f''(0) = n(n-1)a^2 - 12na + 24\)
We are given \(f''(0) = -24\), so:
\(n(n-1)a^2 - 12na + 24 = -24\)
\(n^2 a^2 - n a^2 - 12(8) + 24 = -24\) (substituting \(na = 8\))
\(64 - na^2 - 96 + 24 = -24\)
\(-8 - na^2 = -24 \implies na^2 = 16\) ... (2)
Dividing (2) by (1):
\(\frac{na^2}{na} = \frac{16}{8} \implies a = 2\)
Substituting \(a = 2\) back into (1):
\(n(2) = 8 \implies n = 4\)
Marking scheme
**(a)**
For writing \(1 - 6x + 12x^2 + \dots\) **[1M]**
For writing \(1 + nax + \frac{n(n-1)a^2}{2}x^2 + \dots\) **[1M]**
For \(1 + (na - 6)x + \left(\frac{n(n-1)a^2}{2} - 6na + 12\right)x^2 + \dots\) **[1A]** (or equivalent)
**(b)**
For \(na = 8\) **[1M]**
For setting up the equation \(n(n-1)a^2 - 12na + 24 = -24\) (or setting coefficient of \(x^2\) equal to \(-12\)) **[1M]**
For obtaining \(na^2 = 16\) (or any single-variable equation in \(a\) or \(n\)) **[1M]**
For \(a = 2, n = 4\) **[1A]** (must get both correct)
Question 7 · Short Question
6 marksThe number of bacteria in a culture, \( N \), is modeled by \[ N(t) = 500 + a \ln(bt + 1), \] where \( t \ge 0 \) is the time in hours since the observation began, and \( a \) and \( b \) are positive constants. It is given that when \( t = 2 \), \( N = 500 + 10 \ln 3 \) and the rate of change of the number of bacteria with respect to \( t \) is \( \frac{10}{3} \) per hour. (a) Find the values of \( a \) and \( b \). (4 marks) (b) Find the rate of change of the number of bacteria in the culture when \( t = 5 \). (2 marks)
Answer
(a) a = 10, b = 1; (b) 5/3
Worked solution
(a) Since \( N(2) = 500 + 10\ln 3 \), we have \( 500 + a\ln(2b+1) = 500 + 10\ln 3 \), which simplifies to \( a\ln(2b+1) = 10\ln 3 \) --- (1). Differentiating \( N(t) \) with respect to \( t \), we get \( \frac{dN}{dt} = \frac{ab}{bt+1} \). Given that the rate of change is \( \frac{10}{3} \) when \( t = 2 \), we have \( \frac{ab}{2b+1} = \frac{10}{3} \) --- (2). From (1), we have \( a = \frac{10\ln 3}{\ln(2b+1)} \). Substituting this into (2) gives \( \frac{10\ln 3}{\ln(2b+1)} \cdot \frac{b}{2b+1} = \frac{10}{3} \), which simplifies to \( \frac{b}{(2b+1)\ln(2b+1)} = \frac{1}{3\ln 3} \). By inspection, \( b = 1 \) is a solution. Substituting \( b = 1 \) into (1), we get \( a\ln 3 = 10\ln 3 \), so \( a = 10 \). (b) When \( t = 5 \), the rate of change of the number of bacteria is \( \frac{dN}{dt}\Big|_{t=5} = \frac{ab}{5b+1} = \frac{10(1)}{5(1)+1} = \frac{10}{6} = \frac{5}{3} \) per hour.
Marking scheme
(a) Substituting \( t = 2 \) into \( N(t) \): \( a\ln(2b+1) = 10\ln 3 \) (1M). Finding derivative: \( \frac{dN}{dt} = \frac{ab}{bt+1} \) (1M). Setting up derivative equation at \( t=2 \): \( \frac{ab}{2b+1} = \frac{10}{3} \) (1M). Solving for \( a \) and \( b \) to get \( a = 10 \) and \( b = 1 \) (1A) (both correct). (b) Substituting \( a=10 \), \( b=1 \), and \( t=5 \) into \( \frac{dN}{dt} \) (1M). Correct answer: \( \frac{5}{3} \) (or equivalent fraction / decimal \( \approx 1.67 \)) (1A).
Question 8 · Short Question
6 marksEvaluate \(\int_{0}^{1} \frac{x^3}{\sqrt{1+3x^2}} \, dx\).
Worked solution
Let \(u = 1+3x^2\).\nThen \(du = 6x \, dx\), which means \(x \, dx = \frac{1}{6} du\).\nAlso, \(x^2 = \frac{u-1}{3}\).\nWhen \(x = 0\), \(u = 1\).\nWhen \(x = 1\), \(u = 4\).\n\n\(\int_{0}^{1} \frac{x^3}{\sqrt{1+3x^2}} \, dx = \int_{0}^{1} \frac{x^2}{\sqrt{1+3x^2}} (x \, dx)\)\n\(= \int_{1}^{4} \frac{\frac{u-1}{3}}{\sqrt{u}} \left( \frac{1}{6} du \right)\)\n\(= \frac{1}{18} \int_{1}^{4} \left( u^{1/2} - u^{-1/2} \right) du\)\n\(= \frac{1}{18} \left[ \frac{2}{3}u^{3/2} - 2u^{1/2} \right]_{1}^{4}\)\n\(= \frac{1}{18} \left\{ \left( \frac{2}{3}(4)^{3/2} - 2(4)^{1/2} \right) - \left( \frac{2}{3}(1)^{3/2} - 2(1)^{1/2} \right) \right\}\)\n\(= \frac{1}{18} \left\{ \left( \frac{16}{3} - 4 \right) - \left( \frac{2}{3} - 2 \right) \right\}\)\n\(= \frac{1}{18} \left( \frac{4}{3} - \left( -\frac{4}{3} \right) \right)\)\n\(= \frac{1}{18} \left( \frac{8}{3} \right)\)\n\(= \frac{4}{27}\)
Marking scheme
- Letting \(u = 1+3x^2\) to find \(du = 6x\,dx\) (or equivalent substitution) (1M)\n- Changing limits of integration correctly to \(1\) and \(4\) (1M)\n- Expressing the integral as \(\frac{1}{18} \int_{1}^{4} (u^{1/2} - u^{-1/2}) \, du\) (1M)\n- Correct integration to obtain \(\frac{1}{18} \left[ \frac{2}{3}u^{3/2} - 2u^{1/2} \right]\) (1M)\n- Substituting limits \(u=4\) and \(u=1\) into the integrated expression (1M)\n- Final answer: \(\frac{4}{27}\) (1A)
Question 9 · Short Question
7 marksConsider the curve \(C: y = x e^{-x}\), where \(x \ge 0\).
(a) Find \(\frac{\mathrm{d}^2 y}{\mathrm{d}x^2}\). (2 marks)
(b) Use the trapezoidal rule with 4 subintervals to estimate the area of the region bounded by \(C\), the \(x\)-axis, and the line \(x=1\), correct to 4 decimal places. (3 marks)
(c) Determine whether the estimate in (b) is an over-estimate or an under-estimate. Explain your answer. (2 marks)
Answer
(a) \frac{\mathrm{d}^2 y}{\mathrm{d}x^2} = (x-2)e^{-x}, (b) 0.2590, (c) under-estimate / 過低估計
Worked solution
(a) Given \(y = x e^{-x}\).
Using the product rule:
\(\frac{\mathrm{d}y}{\mathrm{d}x} = e^{-x} - x e^{-x} = (1-x)e^{-x}\)
Using the product rule again:
\(\frac{\mathrm{d}^2 y}{\mathrm{d}x^2} = -e^{-x} - (1-x)e^{-x} = (x-2)e^{-x}\)
(b) The width of each subinterval is \(h = \frac{1-0}{4} = 0.25\).
Let \(f(x) = x e^{-x}\).
The values of \(f(x)\) at the grid points are:
\(f(0) = 0\)
\(f(0.25) = 0.25 e^{-0.25} \approx 0.194700\)
\(f(0.5) = 0.5 e^{-0.5} \approx 0.303265\)
\(f(0.75) = 0.75 e^{-0.75} \approx 0.354275\)
\(f(1) = e^{-1} \approx 0.367879\)
Using the trapezoidal rule, the estimated area is:
\(\text{Area} \approx \frac{0.25}{2} [f(0) + 2(f(0.25) + f(0.5) + f(0.75)) + f(1)]\)
\(\text{Area} \approx 0.125 [0 + 2(0.194700 + 0.303265 + 0.354275) + 0.367879]\)
\(\text{Area} \approx 0.125 [1.704480 + 0.367879]\)
\(\text{Area} \approx 0.259045 \approx 0.2590\) (correct to 4 decimal places)
(c) For \(0 \le x \le 1\), we have \(x-2 < 0\) and \(e^{-x} > 0\).
Therefore, \(\frac{\mathrm{d}^2 y}{\mathrm{d}x^2} = (x-2)e^{-x} < 0\) for all \(x \in [0, 1]\).
Since the second derivative is negative on the interval, the curve is concave downward.
Hence, the trapezoidal estimate is an under-estimate.
Marking scheme
(a) \(\frac{\mathrm{d}y}{\mathrm{d}x} = (1-x)e^{-x}\) (or equivalent) (1M)
\(\frac{\mathrm{d}^2 y}{\mathrm{d}x^2} = (x-2)e^{-x}\) (1A)
(b) Correct width \(h = 0.25\) and substitution into trapezoidal rule formula: (1M)
\(\text{Area} \approx \frac{0.25}{2} [f(0) + 2(f(0.25) + f(0.5) + f(0.75)) + f(1)]\)
Correct values of \(f(x)\) substituted: (1M)
\(\approx 0.125 [0 + 2(0.194700 + 0.303265 + 0.354275) + 0.367879]\)
\(\approx 0.2590\) (1A)
(c) Show that \(\frac{\mathrm{d}^2 y}{\mathrm{d}x^2} < 0\) for all \(0 \le x \le 1\): (1M)
State that the estimate is an under-estimate (1A)