An original Thinka practice paper modelled on the structure and difficulty of the Nov 2025 Cambridge International A Level Mathematics (Specification B) paper. Not affiliated with or reproduced from Cambridge.
卷一 (4MB1/01)
Answer all 27 questions. Calculators may be used. Show all working clearly.
27 題目 · 108 分
題目 1 · free-text
4 分
Prove algebraically that the difference between the squares of any two consecutive odd numbers is always a multiple of 8.
查看答案詳解收起答案詳解
解題
Let the two consecutive odd numbers be \(2n-1\) and \(2n+1\), where \(n\) is an integer.
The difference between their squares is: \((2n+1)^2 - (2n-1)^2\) \(= (4n^2 + 4n + 1) - (4n^2 - 4n + 1)\) \(= 4n^2 + 4n + 1 - 4n^2 + 4n - 1\) \(= 8n\)
Since \(n\) is an integer, \(8n\) is always a multiple of 8.
Alternatively, letting the consecutive odd numbers be \(2n+1\) and \(2n+3\): \((2n+3)^2 - (2n+1)^2\) \(= (4n^2 + 12n + 9) - (4n^2 + 4n + 1)\) \(= 8n + 8\)
\(= 8(n + 1)\), which is always a multiple of 8.
評分準則
M1: Expressing two consecutive odd numbers algebraically, e.g., \(2n-1\) and \(2n+1\) (or \(2n+1\) and \(2n+3\)). M1: Correctly expanding the squares of both expressions. M1: Subtracting the two squared expressions to obtain a simplified expression, e.g., \(8n\) or \(8n+8\). A1: Concluding with a clear explanation that the final expression is a multiple of 8 since \(n\) is an integer.
題目 2 · free-text
4 分
A particle of mass \(3\text{ kg}\) is acted on by three forces, \(\mathbf{F}_1 = (2a\mathbf{i} - 5\mathbf{j})\text{ N}\), \(\mathbf{F}_2 = (3\mathbf{i} + b\mathbf{j})\text{ N}\), and \(\mathbf{F}_3 = (-7\mathbf{i} + 2\mathbf{j})\text{ N}\).
Given that the particle is in equilibrium, find the values of \(a\) and \(b\).
查看答案詳解收起答案詳解
解題
Since the particle is in equilibrium, the vector sum of all forces acting on it must equal zero: \(\mathbf{F}_1 + \mathbf{F}_2 + \mathbf{F}_3 = \mathbf{0}\)
Equating the components to zero: For \(\mathbf{i}\): \(2a - 4 = 0 \implies a = 2\)
For \(\mathbf{j}\): \(b - 3 = 0 \implies b = 3\)
評分準則
M1: Setting the sum of the force vectors to the zero vector: \(\mathbf{F}_1 + \mathbf{F}_2 + \mathbf{F}_3 = \mathbf{0}\). M1: Grouping components and setting up at least one linear equation in \(a\) or \(b\). A1: For finding \(a = 2\). A1: For finding \(b = 3\).
題目 3 · free-text
4 分
The matrix \(\mathbf{M}\) is defined as \(\mathbf{M} = \begin{pmatrix} k+2 & 3 \\ 4 & k-2 \end{pmatrix}\).
Given that \(\mathbf{M}\) is a singular matrix, find the possible values of \(k\).
查看答案詳解收起答案詳解
解題
Since \(\mathbf{M}\) is a singular matrix, its determinant must be equal to zero: \(\det(\mathbf{M}) = (k+2)(k-2) - (3)(4) = 0\)
Expand the expression: \(k^2 - 4 - 12 = 0\)
\(k^2 - 16 = 0\)
\(k^2 = 16\)
\(k = \pm 4\)
評分準則
M1: Expressing the determinant of \(\mathbf{M}\) in terms of \(k\) and setting it to 0: \((k+2)(k-2) - (3)(4) = 0\). M1: Expanding and simplifying to a quadratic equation: \(k^2 - 16 = 0\) (or equivalent). A1: Obtaining \(k = 4\). A1: Obtaining \(k = -4\) (or writing \(k = \pm 4\)).
題目 4 · free-text
4 分
A solid cylinder has a radius of \(r\text{ cm}\) and a height of \(3r\text{ cm}\). A solid sphere has a radius of \(R\text{ cm}\).
Given that the total surface area of the cylinder is equal to the surface area of the sphere, find an expression for \(R\) in terms of \(r\).
查看答案詳解收起答案詳解
解題
The total surface area of a cylinder is given by: \(A_{\text{cyl}} = 2\pi r^2 + 2\pi r h\)
Given that \(h = 3r\), substitute this into the formula: \(A_{\text{cyl}} = 2\pi r^2 + 2\pi r(3r) = 2\pi r^2 + 6\pi r^2 = 8\pi r^2\)
The surface area of a sphere of radius \(R\) is given by: \(A_{\text{sph}} = 4\pi R^2\)
Equating the two surface areas: \(4\pi R^2 = 8\pi r^2\)
Divide both sides by \(4\pi\): \(R^2 = 2r^2\)
Taking the square root (since radius must be positive): \(R = r\sqrt{2}\)
評分準則
M1: Writing down a correct expression for the total surface area of the cylinder in terms of \(r\), resulting in \(8\pi r^2\). M1: Setting the surface area of the sphere equal to the total surface area of the cylinder: \(4\pi R^2 = 8\pi r^2\). M1: Solving the equation for \(R^2\) to get \(R^2 = 2r^2\). A1: Finding the correct simplified expression \(R = r\sqrt{2}\) (or \(R = \sqrt{2}r\)).
題目 5 · free-text
4 分
The volume, \(V\text{ cm}^3\), of a spherical balloon at time \(t\text{ seconds}\) is given by \(V = 4t^3 - 3t^2 + 10t\).
Find the rate of change of the volume of the balloon with respect to time when \(t = 3\).
查看答案詳解收起答案詳解
解題
The rate of change of volume with respect to time is given by the derivative \(\frac{dV}{dt}\).
Differentiating \(V\) with respect to \(t\): \(\frac{dV}{dt} = 12t^2 - 6t + 10\)
Now substitute \(t = 3\) into \(\frac{dV}{dt}\): \(\frac{dV}{dt} = 12(3)^2 - 6(3) + 10\)
\(\frac{dV}{dt} = 12(9) - 18 + 10\)
\(\frac{dV}{dt} = 108 - 18 + 10 = 100\)
評分準則
M1: Attempting to differentiate \(V\) with respect to \(t\) (at least one term differentiated correctly). A1: Obtaining the fully correct derivative: \(\frac{dV}{dt} = 12t^2 - 6t + 10\). M1: Substituting \(t = 3\) into their derivative expression. A1: Obtaining the correct rate of change of \(100\).
題目 6 · free-text
4 分
The sum of the first \(n\) terms of an arithmetic series is given by \(S_n = 2n^2 + 5n\).
Find the 10th term of this series.
查看答案詳解收起答案詳解
解題
The \(n\)-th term of a series, \(a_n\), is related to the sum of terms by the formula: \(a_n = S_n - S_{n-1}\)
For the 10th term, we need to find: \(a_{10} = S_{10} - S_9\)
The common difference is \(d = a_2 - a_1 = 11 - 7 = 4\).
The 10th term is: \(a_{10} = a_1 + 9d = 7 + 9(4) = 7 + 36 = 43\).
評分準則
M1: For establishing a method to find the term using sums, e.g., \(a_{10} = S_{10} - S_9\) (or finding \(a_1 = 7\) and \(a_2 = 11\) to identify \(d = 4\)). M1: Correctly evaluating \(S_{10} = 250\) (or evaluating \(a_1 = 7\) and \(a_2 = 11\)). M1: Correctly evaluating \(S_9 = 207\) (or substituting their values into \(a_{10} = a_1 + 9d\)). A1: Finding the correct 10th term of \(43\).
題目 7 · free-text
4 分
The functions \(\text{f}\) and \(\text{g}\) are defined as: \(\text{f}(x) = 2x - 5\) \(\text{g}(x) = \frac{3}{x+1}, x \neq -1\)
Find the value of \(x\) for which \(\text{fg}(x) = 1\).
查看答案詳解收起答案詳解
解題
First, find the expression for the composite function \(\text{fg}(x)\): \(\text{fg}(x) = \text{f}(\text{g}(x))\)
We are given that \(\text{fg}(x) = 1\): \(\frac{6}{x+1} - 5 = 1\)
Add 5 to both sides: \(\frac{6}{x+1} = 6\)
Multiply by \(x+1\): \(6 = 6(x+1)\)
\(1 = x+1\)
\(x = 0\)
評分準則
M1: Finding a correct expression for the composite function \(\text{fg}(x)\), e.g., \(2\left(\frac{3}{x+1}\right) - 5\). M1: Setting their expression for \(\text{fg}(x)\) equal to 1. M1: Correct algebraic manipulation to solve for \(x\), e.g., obtaining \(\frac{6}{x+1} = 6\) or \(6 = 6x + 6\). A1: Finding the correct value \(x = 0\).
題目 8 · free-text
4 分
A box contains 5 red counters and \(n\) blue counters. Two counters are taken at random from the box without replacement.
Given that the probability that both counters are red is \(\frac{2}{7}\), find the value of \(n\).
查看答案詳解收起答案詳解
解題
The total number of counters in the box is \(n + 5\).
The probability of selecting a red counter on the first draw is \(\frac{5}{n+5}\).
Since the selection is without replacement, the probability of selecting a red counter on the second draw is \(\frac{4}{n+4}\).
We are given that this probability is \(\frac{2}{7}\):
\frac{20}{(n+5)(n+4)} = \frac{2}{7}
Cross-multiplying yields:
2(n+5)(n+4) = 140
Divide by 2:
(n+5)(n+4) = 70
key expansions:
n^2 + 9n + 20 = 70
n^2 + 9n - 50 = 0
Factorising the quadratic equation:
(n + 14)(n - 5) = 0
This gives \(n = -14\) or \(n = 5\).
Since the number of blue counters \(n\) must be a positive integer, we reject \(n = -14\).
Therefore, \(n = 5\).
評分準則
M1: Writing down a correct expression for the probability of selecting two red counters in terms of \(n\): \(\frac{5}{n+5} \times \frac{4}{n+4}\). M1: Equating their probability expression to \(\frac{2}{7}\) and rearranging to form a quadratic equation of the form \(n^2 + 9n + c = 0\). M1: Solving the quadratic equation \(n^2 + 9n - 50 = 0\) either by factorisation or by using the quadratic formula. A1: Correct value \(n = 5\) (and rejecting the negative solution \(n = -14\)).
題目 9 · Short mechanics and core proofs
4 分
Prove algebraically that the sum of the squares of three consecutive integers is always 2 more than a multiple of 3.
查看答案詳解收起答案詳解
解題
Let the three consecutive integers be \(n - 1\), \(n\), and \(n + 1\).
The sum of their squares is: \((n - 1)^2 + n^2 + (n + 1)^2 = (n^2 - 2n + 1) + n^2 + (n^2 + 2n + 1)\)
Simplifying this expression: \(= 3n^2 + 2\)
Since \(n\) is an integer, \(n^2\) is also an integer, which means \(3n^2\) is a multiple of 3.
Therefore, \(3n^2 + 2\) is always 2 more than a multiple of 3.
評分準則
M1: Expressing three consecutive integers algebraically (e.g., \(n, n+1, n+2\) or \(n-1, n, n+1\)). M1: Attempting to square and sum the three consecutive integers. A1: Simplifying the algebraic expression to \(3n^2 + 2\) (or \(3(n^2 + 2n + 1) + 2\)). A1: Completing the proof with a clear concluding statement linking the simplified expression to a multiple of 3 plus 2.
題目 10 · Short mechanics and core proofs
4 分
In triangle \(OAB\), \(\overrightarrow{OA} = \mathbf{a}\) and \(\overrightarrow{OB} = \mathbf{b}\).
The point \(P\) lies on \(AB\) such that \(AP : PB = 3 : 1\).
The point \(Q\) lies on \(OB\) such that \(OQ : QB = 2 : 1\).
Find \(\overrightarrow{PQ}\) in terms of \ (\mathbf{a}\) and \(\mathbf{b}\). Give your answer in its simplest form.
M1: Finding \(\overrightarrow{AB} = \mathbf{b} - \mathbf{a}\) or \(\overrightarrow{AP} = \frac{3}{4}(\mathbf{b} - \mathbf{a})\). M1: Finding a correct expression for \(\overrightarrow{OP} = \frac{1}{4}\mathbf{a} + \frac{3}{4}\mathbf{b}\). M1: Setting up the path \(\overrightarrow{PQ} = \overrightarrow{OQ} - \overrightarrow{OP}\) (or equivalent path) with \(\overrightarrow{OQ} = \frac{2}{3}\mathbf{b}\). A1: Correct simplified vector \(-\frac{1}{4}\mathbf{a} - \frac{1}{12}\mathbf{b}\) or equivalent single fraction form \(-\frac{1}{12}(3\mathbf{a} + \mathbf{b})\).
題目 11 · Short mechanics and core proofs
4 分
A particle \(P\) moves along a straight line. The displacement, \(s\) metres, of \(P\) from a fixed point \(O\) at time \(t\) seconds (\(t \ge 0\)) is given by \(s = t^3 - 6t^2 + 9t + 4\).
Find the velocity of \(P\) at the instant when its acceleration is \(12\text{ m/s}^2\).
查看答案詳解收起答案詳解
解題
First, find the expression for velocity, \(v\), by differentiating the displacement \(s\) with respect to \(t\): \(v = \frac{ds}{dt} = 3t^2 - 12t + 9\)
Next, find the expression for acceleration, \(a\), by differentiating the velocity \(v\) with respect to \(t\): \(a = \frac{dv}{dt} = 6t - 12\)
We are given that the acceleration is \(12\text{ m/s}^2\): \(6t - 12 = 12\) \(6t = 24\) \(t = 4\text{ seconds}\)
Now, substitute \(t = 4\) back into the expression for velocity: \(v = 3(4)^2 - 12(4) + 9\) \(v = 3(16) - 48 + 9\) \(v = 48 - 48 + 9 = 9\text{ m/s}\)
評分準則
M1: Differentiating \(s\) to find velocity: \(v = 3t^2 - 12t + 9\) (allow one slip). M1: Differentiating their velocity expression to find acceleration: \(a = 6t - 12\). M1: Equating their acceleration to 12 and solving to find \(t = 4\). A1: Substituting \(t = 4\) into their velocity expression to obtain \(9\text{ m/s}\).
題目 12 · Short mechanics and core proofs
4 分
Solve the equation \(6\sin^2 x - \cos x - 5 = 0\) for \(0^\circ \le x \le 180^\circ\). Give your answers to 1 decimal place where appropriate.
查看答案詳解收起答案詳解
解題
Using the trigonometric identity \(\sin^2 x = 1 - \cos^2 x\): \(6(1 - \cos^2 x) - \cos x - 5 = 0\) \(6 - 6\cos^2 x - \cos x - 5 = 0\) \(-6\cos^2 x - \cos x + 1 = 0\) \(6\cos^2 x + \cos x - 1 = 0\)
Let \(y = \cos x\): \(6y^2 + y - 1 = 0\) \((3y - 1)(2y + 1) = 0\)
This gives: \(y = \frac{1}{3}\) or \(y = -\frac{1}{2}\)
Case 1: \(\cos x = \frac{1}{3}\) \(x = \arccos\left(\frac{1}{3}\right) \approx 70.528^\circ \approx 70.5^\circ\)
Case 2: \(\cos x = -\frac{1}{2}\) \(x = \arccos\left(-\frac{1}{2}\right) = 120^\circ\)
Both values lie within the interval \(0^\circ \le x \le 180^\circ\).
評分準則
M1: Using \(\sin^2 x = 1 - \cos^2 x\) to construct a quadratic equation in terms of \(\cos x\). M1: Solving the quadratic equation \(6\cos^2 x + \cos x - 1 = 0\) to obtain \(\cos x = \frac{1}{3}\) and \(\cos x = -\frac{1}{2}\). A1: Finding one correct angle (either \(120^\circ\) or \(70.5^\circ\)). A1: Finding both correct angles: \(70.5^\circ\) and \(120^\circ\) with no other incorrect solutions in the range.
題目 13 · Short mechanics and core proofs
4 分
A sector of a circle of radius \(r\) cm has a perimeter of \(40\) cm. Show that the area, \(A\text{ cm}^2\), of the sector is given by \(A = 20r - r^2\).
查看答案詳解收起答案詳解
解題
The perimeter, \(P\), of a sector with radius \(r\) and arc length \(l\) is: \(P = 2r + l\)
Since the perimeter is \(40\) cm: \(2r + l = 40 \implies l = 40 - 2r\)
The formula for the area, \(A\), of a sector is: \(A = \frac{1}{2} r l\)
Substituting \(l = 40 - 2r\) into the area formula: \(A = \frac{1}{2} r (40 - 2r)\) \(A = 20r - r^2\) (as required).
評分準則
M1: Setting up the equation for the perimeter of the sector: \(2r + l = 40\) or \(2r + r\theta = 40\). M1: Expressing the arc length \(l\) (or \(r\theta\)) in terms of \(r\): \(l = 40 - 2r\). M1: Writing the correct formula for the area of a sector: \(A = \t\frac{1}{2}rl\) or \(A = \frac{1}{2}r^2\theta\). A1: Substituting and completing the algebraic proof to arrive at \(A = 20r - r^2\) with no errors shown.
題目 14 · Short mechanics and core proofs
4 分
\(A, B\) and \(D\) are points on a circle with centre \(O\). \(AB\) is a diameter of the circle. The tangent to the circle at the point \(D\) meets the line \(AB\) produced at the point \(T\). Given that angle \(DAB = 28^\circ\), calculate the size, in degrees, of angle \(ATD\).
查看答案詳解收起答案詳解
解題
Method 1: Using triangle \(ADT\) Since \(AB\) is a diameter, the angle in a semicircle is \(90^\circ\): \(\angle ADB = 90^\circ\)
By the Alternate Segment Theorem, the angle between the tangent \(TD\) and the chord \(BD\) is equal to the angle in the alternate segment: \(\angle BDT = \angle DAB = 28^\circ\)
Thus, the total angle \(\angle ADT\) is: \(\angle ADT = \angle ADB + \angle BDT = 90^\circ + 28^\circ = 118^\circ\)
In triangle \(ADT\), the sum of angles is \(180^\circ\): \(\angle ATD = 180^\circ - \angle DAT - \angle ADT\) \(\angle ATD = 180^\circ - 28^\circ - 118^\circ = 34^\circ\)
Method 2: Using triangle \(ODT\) Since \(OA\) and \(OD\) are both radii of the circle, triangle \(OAD\) is isosceles with \(OA = OD\): \(\angle ODA = \angle OAD = 28^\circ\) \(\angle AOD = 180^\circ - 2(28^\circ) = 124^\circ\)
Since \(ABT\) is a straight line: \(\angle DOT = 180^\circ - 124^\circ = 56^\circ\)
The tangent \(TD\) is perpendicular to the radius \(OD\): \(\angle ODT = 90^\circ\)
M1: Recognizing angle \(\angle ADB = 90^\circ\) or calculating \(\angle AOD = 124^\circ\). M1: Applying the alternate segment theorem to find \(\angle BDT = 28^\circ\) or finding \(\angle DOT = 56^\circ\). M1: Setting up a complete angle sum calculation for \(\triangle ADT\) or \(\triangle ODT\). A1: Correct final answer: \(34^\circ\) (or simply \(34\)).
題目 15 · Short mechanics and core proofs
4 分
A bag contains \(5\) red sweets and \(n\) green sweets. Two sweets are taken at random from the bag without replacement. The probability that both sweets are red is \(\frac{2}{9}\). Find the value of \(n\).
查看答案詳解收起答案詳解
解題
The total number of sweets in the bag is \(5 + n\).
The probability of selecting a red sweet first is: \(P(R_1) = \t\frac{5}{5+n}\)
After removing one red sweet, there are \(4\) red sweets left, and the total number of sweets remaining is \(4 + n\). The probability of selecting a second red sweet is: \(P(R_2 | R_1) = \frac{4}{4+n}\)
The probability that both sweets are red is: \(\frac{5}{5+n} \times \frac{4}{4+n} = \frac{2}{9}\)
Simplify the equation: \(\frac{20}{(5+n)(4+n)} = \frac{2}{9}\)
Multiply both sides by 9 and divide by 2: \(90 = (5+n)(4+n)\) \(90 = 20 + 9n + n^2\) \(n^2 + 9n - 70 = 0\)
Since the number of green sweets \(n\) must be positive, we reject \(n = -14\). Thus, \(n = 5\).
評分準則
M1: Writing down the probability equation in terms of \(n\): \(\frac{5}{5+n} \times \frac{4}{4+n} = \frac{2}{9}\). M1: Expanding the brackets and rearranging to form a quadratic equation of the form \(n^2 + 9n - 70 = 0\). M1: Factorising or using the quadratic formula on their quadratic equation to obtain solutions. A1: Concluding with \(n = 5\) only.
題目 16 · Short mechanics and core proofs
4 分
The functions \(\text{f}\) and \(\text{g}\) are defined as:
\(\text{f} : x \mapsto \frac{2x + 1}{x - 3}, \quad x \ne 3\)
\(\text{g} : x \mapsto 3x - 2\)
Find the value of \(x\) for which \(\text{f}^{-1}(x) = \text{g}(4)\).
M1: Finding \(\text{g}(4) = 10\). M1: Understanding the relationship \(\text{f}^{-1}(x) = 10 \iff x = \text{f}(10)\) OR successfully finding the inverse function \(\text{f}^{-1}(x) = \frac{3x+1}{x-2}\). M1: Evaluating \(\text{f}(10)\) OR setting up the equation \(\frac{3x+1}{x-2} = 10\) and multiplying out the denominator. A1: Correctly obtaining \(x = 3\).
題目 17 · short_answer
4 分
A particle moves in a straight line. The displacement \(s\) meters of the particle from a fixed point \(O\) at time \(t\) seconds (\(t \ge 0\)) is given by \(s = 2t^3 - 9t^2 + 12t + 5\). Find the values of the acceleration of the particle, in \(\text{m/s}^2\), when it is momentarily at rest.
查看答案詳解收起答案詳解
解題
To find the velocity \(v\), we differentiate the displacement \(s\) with respect to \(t\):
\(v = \frac{ds}{dt} = 6t^2 - 18t + 12\)
The particle is momentarily at rest when \(v = 0\):
Thus, the particle is at rest at \(t = 1\) and \(t = 2\).
To find the acceleration \(a\), we differentiate the velocity \(v\) with respect to \(t\):
\(a = \frac{dv}{dt} = 12t - 18\)
When \(t = 1\):
\(a = 12(1) - 18 = -6\text{ m/s}^2\)
When \(t = 2\):
\(a = 12(2) - 18 = 6\text{ m/s}^2\)
Therefore, the values of the acceleration when momentarily at rest are \(-6\) and \(6\).
評分準則
M1: Differentiates \(s\) with respect to \(t\) to find an expression for \(v\) (at least two terms correct). M1: Sets their expression for \(v = 0\) and solves for \(t\) to find \(t = 1\) and \(t = 2\). M1: Differentiates \(v\) to find an expression for \(a\) and substitutes at least one of their values of \(t\). A1: Correct values of acceleration, \(-6\) and \(6\) (or \(\pm 6\)).
題目 18 · proof
4 分
Prove algebraically that the sum of the squares of any two consecutive odd integers is always 2 more than a multiple of 8.
查看答案詳解收起答案詳解
解題
Let the two consecutive odd integers be \(2n - 1\) and \(2n + 1\), where \(n\) is an integer.
Since \(8n^2\) is a multiple of 8 for any integer \(n\), the expression \(8n^2 + 2\) is always 2 more than a multiple of 8.
評分準則
M1: Defines two consecutive odd integers algebraically, e.g., \(2n-1\) and \(2n+1\) (or \(2n+1\) and \(2n+3\)). M1: Sets up the sum of their squares, e.g., \((2n-1)^2 + (2n+1)^2\). A1: Expands and simplifies correctly to \(8n^2 + 2\) (or \(8n^2 + 16n + 10\)). C1: Provides a clear conclusion linking the simplified expression to the final proof (e.g., explaining that \(8n^2\) is a multiple of 8, so \(8n^2+2\) is 2 more than a multiple of 8).
題目 19 · short_answer
4 分
A constant force \(\mathbf{F} = (3\mathbf{i} - 2\mathbf{j})\text{ N}\) acts on a particle of mass 2 kg. The particle starts from rest at the origin. Find the exact speed of the particle, in \(\text{m/s}\), after 4 seconds.
查看答案詳解收起答案詳解
解題
Using Newton's Second Law, \(\mathbf{F} = m\mathbf{a}\):
M1: Finds the acceleration vector \(\mathbf{a} = 1.5\mathbf{i} - \mathbf{j}\) using \(\mathbf{F} = m\mathbf{a}\). M1: Integrates or uses \(\mathbf{v} = \mathbf{a}t\) to find the velocity vector \(\mathbf{v} = 6\mathbf{i} - 4\mathbf{j}\) at \(t=4\). M1: Applies Pythagoras' theorem to find the magnitude of their velocity vector. A1: Correct exact speed of \(2\sqrt{13}\) (or \(\sqrt{52}\)).
題目 20 · short_answer
4 分
The matrices \(\mathbf{A}\) and \(\mathbf{B}\) are given by \(\mathbf{A} = \begin{pmatrix} 2 & k \\ -1 & 3 \end{pmatrix}\) and \(\mathbf{B} = \begin{pmatrix} 1 & -2 \\ 4 & 5 \end{pmatrix}\), where \(k\) is a constant. Given that the determinant of the matrix product \(\mathbf{AB}\) is 39, find the value of \(k\).
查看答案詳解收起答案詳解
解題
Using the determinant property \(\det(\mathbf{AB}) = \det(\mathbf{A}) \times \det(\mathbf{B})\):
Now set up the equation for \(\det(\mathbf{AB})\):
\(\det(\mathbf{AB}) = 13(6 + k) = 39\)
Divide by 13:
\(6 + k = 3 \implies k = -3\).
評分準則
M1: Attempts to find \(\det(\mathbf{A})\) in terms of \(k\) or attempts to multiply the matrices to find \(\mathbf{AB}\). M1: Obtains a correct expression for the determinant of \(\mathbf{A}\) as \(6+k\) or correctly multiplies \(\mathbf{AB} = \begin{pmatrix} 2+4k & -4+5k \\ 11 & 17 \end{pmatrix}\). M1: Sets up the equation \(13(6+k) = 39\) or \(17(2+4k) - 11(-4+5k) = 39\) and solves for \(k\). A1: Correct value of \(k = -3\).
題目 21 · short_answer
4 分
The functions \(\mathrm{f}\) and \(\mathrm{g}\) are defined as \(\mathrm{f}(x) = x + 1\) and \(\mathrm{g}(x) = \frac{2}{3-x}\) for \(x \neq 3\). Find the values of \(x\) for which \(\mathrm{fg}(x) = \mathrm{gf}(x)\).
查看答案詳解收起答案詳解
解題
First, find the composite function \(\mathrm{fg}(x)\):
M1: Correctly substitutes to find a simplified expression for \(\mathrm{fg}(x) = \frac{5-x}{3-x}\) or \(\mathrm{gf}(x) = \frac{2}{2-x}\). M1: Equates both composite expressions and removes denominators to form a quadratic equation. M1: Standardizes the quadratic equation to \(x^2 - 5x + 4 = 0\) and attempts to solve by factoring or the formula. A1: Both correct values \(x = 1\) and \(x = 4\).
題目 22 · short_answer
4 分
The total surface area of a solid metal cylinder of radius \(r\text{ cm}\) and height \(h\text{ cm}\) is \(120\pi\text{ cm}^2\).
(a) Show that the volume, \(V\text{ cm}^3\), of the cylinder is given by \(V = 60\pi r - \pi r^3\).
(b) Find the value of \(r\) for which the volume is a maximum, giving your answer in the form \(a\sqrt{b}\) where \(a\) is an integer and \(b\) is a prime number.
查看答案詳解收起答案詳解
解題
(a) The total surface area \(A\) of a solid cylinder is:
Since \(r > 0\), we take the positive square root:
\(r = \sqrt{20} = 2\sqrt{5}\text{ cm}\).
評分準則
M1: Expresses the surface area formula to make \(h\) the subject: \(h = \frac{60 - r^2}{r}\). A1: Shows the algebraic steps to substitute \(h\) into \(V = \pi r^2 h\) to obtain \(V = 60\pi r - \pi r^3\). M1: Differentiates \(V\) to find \(\frac{dV}{dr}\) and sets it equal to 0. A1: Correct answer \(2\sqrt{5}\).
題目 23 · short_answer
4 分
A box contains 5 red balls and \(n\) green balls. Two balls are taken at random from the box without replacement. Given that the probability that both balls are red is \(\frac{2}{9}\), find the value of \(n\).
查看答案詳解收起答案詳解
解題
The total number of balls in the box is \(n + 5\).
The probability of drawing a red ball first is \(\frac{5}{n+5}\).
Since the drawing is without replacement, the probability of drawing a red ball second is \(\frac{4}{n+4}\).
Since \(n\) represents the number of green balls, it must be positive. Therefore, we reject \(n = -14\), leaving \(n = 5\).
評分準則
M1: Formulates the correct probability for both balls being red: \(\frac{5}{n+5} \times \frac{4}{n+4}\). M1: Sets the probability equal to \(\frac{2}{9}\) and expands to form a quadratic equation. M1: Solves the quadratic equation \(n^2 + 9n - 70 = 0\) by factorisation or formula. A1: Correct positive integer solution \(n = 5\).
題目 24 · short_answer
4 分
In a survey of 40 students, 23 study Physics (\(P\)), 18 study Chemistry (\(C\)), and 17 study Biology (\(B\)). 9 study both Physics and Chemistry, 8 study both Physics and Biology, and 7 study both Chemistry and Biology. Given that 4 students study none of these three subjects, find the probability that a student chosen at random from the survey studies at least two of the three subjects.
查看答案詳解收起答案詳解
解題
Let \(x\) be the number of students who study all three subjects, i.e., \(|P \cap C \cap B| = x\).
The total number of students studying at least one of the three subjects is:
\(36 = 58 - 24 + x \implies 36 = 34 + x \implies x = 2\)
Now we determine the number of students studying at least two subjects, which corresponds to the regions: \((P \cap C) \cup (P \cap B) \cup (C \cap B)\):
- Students studying Physics and Chemistry only = \(9 - x = 9 - 2 = 7\) - Students studying Physics and Biology only = \(8 - x = 8 - 2 = 6\) - Students studying Chemistry and Biology only = \(7 - x = 7 - 2 = 5\) - Students studying all three subjects = \(x = 2\)
Sum of students studying at least two subjects:
\(7 + 6 + 5 + 2 = 20\)
The probability that a student chosen at random studies at least two of the three subjects is:
\(\mathrm{P}(\text{At least 2}) = \frac{20}{40} = \frac{1}{2} = 0.5\).
評分準則
M1: Applies inclusion-exclusion principle or sets up a correct Venn diagram to determine the number of students studying all three subjects, \(x = 2\). M1: Identifies regions corresponding to at least two subjects: \((9-x) + (8-x) + (7-x) + x\). M1: Correctly evaluates the sum of these regions to get 20 students. A1: Correct final probability of \(\frac{1}{2}\) (or \(0.5\), or \(\frac{20}{40}\)).
題目 25 · short
4 分
A particle \(P\) moves along a straight line. At time \(t\) seconds (\(t \ge 0\)), the velocity \(v\text{ m/s}\) of \(P\) is given by \(v = 3t^2 - 12t + 9\). Find the acceleration of \(P\), in \(\text{m/s}^2\), at the instant when \(P\) is instantaneously at rest for the first time.
查看答案詳解收起答案詳解
解題
The particle is instantaneously at rest when its velocity \(v = 0\).
So, \(P\) is at rest when \(t = 1\) and \(t = 3\). The first time \(P\) is at rest is at \(t = 1\) second.
The acceleration \(a\) of \(P\) is given by the derivative of the velocity with respect to time \(t\): \(a = \frac{dv}{dt} = 6t - 12\)
At \(t = 1\): \(a = 6(1) - 12 = -6\text{ m/s}^2\)
評分準則
M1: Sets \(v = 0\) and attempts to solve the quadratic equation \(3t^2 - 12t + 9 = 0\) to find at least one value of \(t\). A1: Correctly identifies \(t = 1\) as the first time the particle is at rest. M1: Differentiates the velocity expression to obtain \(a = 6t - 12\). A1: Substitutes \(t = 1\) into their acceleration expression to get \(-6\).
題目 26 · short
4 分
Prove algebraically that the difference between the squares of any two consecutive odd integers is always a multiple of 8.
查看答案詳解收起答案詳解
解題
Let two consecutive odd integers be represented as \(2n + 1\) and \(2n + 3\), where \(n\) is an integer.
The difference between their squares is: \((2n + 3)^2 - (2n + 1)^2\)
Subtracting the second expression from the first: \((4n^2 + 12n + 9) - (4n^2 + 4n + 1) = 8n + 8\)
Factorising out 8: \(8(n + 1)\)
Since \(n\) is an integer, \(n + 1\) is also an integer. Therefore, \(8(n + 1)\) is always a multiple of 8.
Alternative Method: Let the consecutive odd integers be \(2n - 1\) and \(2n + 1\). \((2n + 1)^2 - (2n - 1)^2 = (4n^2 + 4n + 1) - (4n^2 - 4n + 1) = 8n\). Since \(n\) is an integer, \(8n\) is a multiple of 8.
評分準則
M1: Expresses two consecutive odd integers algebraically, e.g., \(2n + 1\) and \(2n + 3\) (or \(2n - 1\) and \(2n + 1\)). M1: Writes down the difference of their squares and attempts to expand both bracketed terms. A1: Correctly simplifies the expanded expression to \(8n + 8\) (or \(8n\)). C1: Factorises out 8 to show \(8(n+1)\) (or states that \(8n\) is a multiple of 8 since \(n\) is an integer) and concludes the proof.
題目 27 · short
4 分
A particle of mass \(4\text{ kg}\) is acted upon by three forces, \(\mathbf{F}_1\), \(\mathbf{F}_2\), and \(\mathbf{F}_3\), where: \(\mathbf{F}_1 = (2a\mathbf{i} + 3\mathbf{j})\text{ N\mu} \)\mathbf{F}_2 = (5\mathbf{i} - b\mathbf{j})\text{ N\mu} \(\mathbf{F}_3 = (-3\mathbf{i} + 7\mathbf{j})\text{ N}
Given that the acceleration of the particle is \)(2\mathbf{i} + 2\mathbf{j})\text{ m/s}^2\), find the value of \(a\) and the value of \(b\).
查看答案詳解收起答案詳解
解題
The resultant force \(\mathbf{R}\) is the vector sum of the individual forces: \(\mathbf{R} = \mathbf{F}_1 + \mathbf{F}_2 + \mathbf{F}_3\) \(\mathbf{R} = (2a\mathbf{i} + 3\mathbf{j}) + (5\mathbf{i} - b\mathbf{j}) + (-3\mathbf{i} + 7\mathbf{j})\) \(\mathbf{R} = (2a + 5 - 3)\mathbf{i} + (3 - b + 7)\mathbf{j}\) \(\mathbf{R} = (2a + 2)\mathbf{i} + (10 - b)\mathbf{j}\)
According to Newton's second law, \(\mathbf{R} = m\mathbf{a}\), where \(m = 4\text{ kg}\) and \(\mathbf{a} = 2\mathbf{i} + 2\mathbf{j}\): \(\mathbf{R} = 4(2\mathbf{i} + 2\mathbf{j}) = 8\mathbf{i} + 8\mathbf{j}\)
Equating the components: For the \(\mathbf{i}\) component: \(2a + 2 = 8 \implies 2a = 6 \implies a = 3\)
For the \(\mathbf{j}\) component: \(10 - b = 8 \implies b = 2\)
評分準則
M1: Sums the three forces to write an expression for the resultant force in terms of \(a\) and \(b\): \((2a + 2)\mathbf{i} + (10 - b)\mathbf{j}\). M1: Applies \(\mathbf{F} = m\mathbf{a}\) to find the target resultant force vector: \(8\mathbf{i} + 8\mathbf{j}\). A1: Equates components to obtain two linear equations: \(2a + 2 = 8\) and \(10 - b = 8\). A1: Correctly solves both equations to find \(a = 3\) and \(b = 2\).
卷二 (4MB1/02)
Answer all 12 questions. Comprehensive structured multi-part problems.
12 題目 · 98.32 分
題目 1 · structural
8 分
(a) Express \(\frac{x+5}{x-1} - \frac{4}{x}\) as a single fraction in its simplest form.
(b) Solve the equation \(\frac{x+5}{x-1} - \frac{4}{x} = 2\).
查看答案詳解收起答案詳解
解題
(a) Combine the fractions over a common denominator:
\(\frac{(x+5)x - 4(x-1)}{x(x-1)}\)
\(= \frac{x^2 + 5x - 4x + 4}{x(x-1)}\)
\(= \frac{x^2 + x + 4}{x(x-1)}\)
(b) Set the simplified fraction equal to 2:
\(\frac{x^2+x+4}{x^2-x} = 2\)
\(x^2+x+4 = 2(x^2-x)\)
\(x^2+x+4 = 2x^2-2x\)
Rearranging gives:
\(x^2-3x-4 = 0\)
Factorizing the quadratic:
\((x-4)(x+1) = 0\)
Thus, \(x = 4\) or \(x = -1\).
評分準則
(a) M1: Attempting to write over a common denominator, e.g., \(x(x+5) - 4(x-1)\). M1: Expanding and simplifying the numerator to get \(x^2+x+4\). A1: Correct final fraction of \(\frac{x^2+x+4}{x(x-1)}\).
(b) M1: Equating their fraction to 2 and cross-multiplying. M1: Forming a quadratic equation equal to 0, e.g., \(x^2 - 3x - 4 = 0\). M1: Solving the quadratic equation by factoring or using the quadratic formula. A1: \(x = 4\). A1: \(x = -1\).
題目 2 · structural
8 分
A solid is made by joining a hemisphere of radius \(r\) cm to the base of a right circular cone of radius \(r\) cm and height \(h\) cm. The total volume of the solid is \(240\pi\text{ cm}^3\).
(a) Show that \(h = \frac{720 - 2r^3}{r^2}\).
(b) Given that \(r = 6\), calculate the total surface area of the solid, leaving your answer as a multiple of \(\pi\).
查看答案詳解收起答案詳解
解題
(a) Total volume is the sum of the volume of the cone and the volume of the hemisphere:
\(V = \frac{1}{3}\pi r^2 h + \frac{2}{3}\pi r^3\)
We are given that \(V = 240\pi\):
\(\frac{1}{3}\pi r^2 h + \frac{2}{3}\pi r^3 = 240\pi\)
Divide through by \(\pi\):
\(\frac{1}{3}r^2 h + \frac{2}{3}r^3 = 240\)
Multiply both sides by 3:
\(r^2 h + 2r^3 = 720\)
\(r^2 h = 720 - 2r^3\)
\(h = \frac{720 - 2r^3}{r^2}\)
(b) Substitute \(r = 6\) into the formula for \(h\):
(a) M1: Writing a correct equation for total volume: \(\frac{1}{3}\pi r^2 h + \frac{2}{3}\pi r^3 = 240\pi\). M1: Rearranging to make the term with \(h\) the subject. A1: Correctly showing the algebraic steps to reach \(h = \frac{720 - 2r^3}{r^2}\).
(b) M1: Substituting \(r = 6\) to find \(h = 8\). M1: Using Pythagoras' Theorem to find the slant height \(l = 10\). M1: Setting up the total surface area formula \(A = \pi r l + 2\pi r^2\) with their values. A1: Obtaining the correct simplified answer of \(132\pi\).
題目 3 · structural
8 分
In a box, there are \(n\) red marbles and 4 blue marbles. Two marbles are drawn at random without replacement.
(a) Write down an expression, in terms of \(n\), for the probability that both marbles are red.
(b) Given that the probability that both marbles are red is \(\frac{1}{3}\), show that \(2n^2 - 10n - 12 = 0\).
(c) Find the value of \(n\) and hence find the probability that the two marbles drawn have different colours.
查看答案詳解收起答案詳解
解題
(a) The total number of marbles is \(n + 4\).
The probability of drawing a red marble first is \(\frac{n}{n+4}\).
The probability of drawing a red marble second is \(\frac{n-1}{n+3}\).
(a) M1: Identifying \(n+4\) as the total number of marbles and stating a correct probability for one red draw. A1: Correct product expression \(\frac{n(n-1)}{(n+4)(n+3)}\).
(b) M1: Setting the product equal to \(\frac{1}{3}\) and attempting to cross-multiply. M1: Correctly expanding both sides to get \(3n^2 - 3n\) and \(n^2 + 7n + 12\). A1: Showing final algebraic simplification to \(2n^2 - 10n - 12 = 0\).
(c) M1: Solving the quadratic equation to find \(n = 6\) (rejecting \(n = -1\)). M1: Correctly setting up the probability sum for different colours with \(n = 6\). A1: Correct final probability of \(\frac{8}{15}\) (or equivalent).
題目 4 · structural
8 分
A company's profit in Year 1 is £20,000. Each year, the profit increases by \(8\%\) of its value in the preceding year.
(a) Calculate the company's profit in Year 3.
(b) Find the first year in which the profit exceeds £40,000.
(c) Find the total profits made by the company from Year 1 to Year 10 inclusive, correct to the nearest £100.
查看答案詳解收起答案詳解
解題
(a) The profit is modelled as a geometric sequence with initial term \(a = 20000\) and common ratio \(r = 1.08\).
Profit in Year 3 = \(20000 \times 1.08^2 = 23328\) (or £23,328).
(b) We require \(20000 \times 1.08^{n-1} > 40000\).
\(1.08^{n-1} > 2\)
Taking logarithms on both sides:
\((n-1) \ln(1.08) > \ln(2)\)
\(n-1 > \frac{\ln(2)}{\ln(1.08)}\)
\(n-1 > 9.006\)
\(n > 10.006\)
Since \(n\) must be an integer, the first year is Year 11.
(c) The total profits from Year 1 to Year 10 is the sum of the first 10 terms of the geometric series:
(a) M1: Calculating \(20000 \times 1.08^2\) or finding Year 2 profit (£21,600) and then multiplying by 1.08 again. A1: £23,328.
(b) M1: Setting up the inequality \(20000 \times 1.08^{n-1} > 40000\) (or using \(1.08^k > 2\)). M1: Using logarithms or systematic trial and error to locate the boundary value. A1: Year 11.
(c) M1: Recalling and substituting the correct values into the geometric series sum formula with \(n = 10\). M1: Evaluating the expression to reach an unrounded total of approx. 289731. A1: Correctly rounding their answer to the nearest £100 (289,700).
題目 5 · structural
8 分
The functions \(\text{f}\) and \(\text{g}\) are defined by: \(\text{f}(x) = 3x - 5\) for all real values of \(x\), \(\text{g}(x) = \frac{x+2}{2x-1}\) for \(x \neq \frac{1}{2}\).
(a) Find \(\text{g}^{-1}(x)\).
(b) Find the value of \(\text{gf}(3)\).
(c) Solve the equation \(\text{f}(x) = \text{g}(2)\).
(a) M1: Writing \(y = \frac{x+2}{2x-1}\) and attempting to multiply both sides by \(2x - 1\). M1: Grouping \(x\) terms on one side and factorizing. A1: Correctly stating \(\text{g}^{-1}(x) = \frac{x+2}{2x-1}\).
(b) M1: Correctly substituting 3 into \(\text{f}(x)\) to get 4. A1: Substituting their 4 into \(\text{g}(x)\) to get \(\frac{6}{7}\) (or equivalent decimal).
(c) M1: Correctly evaluating \(\text{g}(2) = \frac{4}{3}\). M1: Equating \(3x - 5 = \frac{4}{3}\) and attempting to solve for \(x\). A1: Correct value of \(x = \frac{19}{9}\) (or \(2\frac{1}{9}\)).
題目 6 · structural
9 分
In triangle \(OAB\), \(\overrightarrow{OA} = \mathbf{a}\) and \(\overrightarrow{OB} = \mathbf{b}\). The point \(P\) lies on \(OA\) such that \(OP : PA = 2 : 1\). The point \(Q\) lies on \(AB\) such that \(AQ : QB = 1 : 2\).
(a) Express \(\overrightarrow{OQ}\) in terms of \(\mathbf{a}\) and \(\mathbf{b}\).
(b) Express \(\overrightarrow{BP}\) in terms of \(\mathbf{a}\) and \(\mathbf{b}\).
(c) The lines \(OQ\) and \(BP\) intersect at the point \(X\). Given that \(\overrightarrow{OX} = k \overrightarrow{OQ}\) and \(\overrightarrow{BX} = m \overrightarrow{BP}\), find the value of \(k\) and the value of \(m\).
Equating coefficients of \(\mathbf{a}\) and \(\mathbf{b}\):
For \(\mathbf{a}\): \(\frac{2k}{3} = \frac{2m}{3} \implies k = m\)
For \(\mathbf{b}\): \(\frac{k}{3} = 1 - m\)
Substitute \(m = k\) into the second equation:
\(\frac{k}{3} = 1 - k \implies \frac{4k}{3} = 1 \implies k = \frac{3}{4}\)
Thus, \(k = \frac{3}{4}\) and \(m = \frac{3}{4}\).
評分準則
(a) M1: Finding a correct expression for \(\overrightarrow{AB}\) or \(\overrightarrow{AQ}\). A1: Correctly simplifying to obtain \(\overrightarrow{OQ} = \frac{2}{3}\mathbf{a} + \frac{1}{3}\mathbf{b}\).
(c) M1: Expressing \(\overrightarrow{OX}\) in terms of \(k\) and their \(\overrightarrow{OQ}\). M1: Expressing \(\overrightarrow{OX}\) in terms of \(m\) and their \(\overrightarrow{BP}\). M1: Comparing coefficients of \(\mathbf{a}\) and \(\mathbf{b}\) to form simultaneous equations. A1: Correctly finding both \(k = \frac{3}{4}\) and \(m = \frac{3}{4}\).
題目 7 · structural
8 分
Three ports \(P\), \(Q\), and \(R\) are located such that \(Q\) is \(15\text{ km}\) on a bearing of \(060^\circ\) from \(P\), and \(R\) is \(25\text{ km}\) on a bearing of \(150^\circ\) from \(Q\).
(a) Find the distance \(PR\) in km, giving your answer to 3 significant figures.
(b) Find the bearing of \(R\) from \(P\), to the nearest degree.
查看答案詳解收起答案詳解
解題
(a) Let the North-line at \(P\) and the North-line at \(Q\) be parallel.
The bearing of \(Q\) from \(P\) is \(060^\circ\).
By co-interior angles, the angle of the line \(PQ\) with the North-pointing line at \(Q\) is \(180^\circ - 60^\circ = 120^\circ\) (measured counterclockwise).
The bearing of \(R\) from \(Q\) is \(150^\circ\) (measured clockwise from North).
The bearing of \(R\) from \(P\) is the sum of the bearing of \(Q\) from \(P\) and the angle \(\angle QPR\):
Bearing of \(R\) from \(P\) = \(60^\circ + 59.04^\circ = 119.04^\circ\).
To the nearest degree, this is \(119^\circ\).
評分準則
(a) M1: Attempting to find the angle \(\angle PQR\) using parallel lines/bearings. A1: Finding that \(\angle PQR = 90^\circ\) (or using the Cosine Rule with this angle). M1: Using Pythagoras' Theorem: \(PR = \sqrt{15^2 + 25^2}\). A1: Correctly rounding \(PR\) to 29.2 (allow unrounded answers from 29.15 to 29.2).
(b) M1: Attempting to use a trigonometric ratio to find angle \(\angle QPR\), e.g., \(\tan(\angle QPR) = \frac{25}{15}\). A1: Finding \(\angle QPR \approx 59.0^\circ\) (or 59.04). M1: Adding their angle to the bearing of \(60^\circ\). A1: Correct bearing of \(119^\circ\) (accept 119).
題目 8 · structural
8 分
In a survey of 80 students, they were asked which of three sports they play: Football (\(F\)), Basketball (\(B\)), and Tennis (\(T\)). - 5 students play all three sports. - 12 students play Football and Basketball. - 9 students play Basketball and Tennis. - 10 students play Football and Tennis. - The number of students who play only Football is \(2x\). - The number of students who play only Basketball is \(x + 3\). - The number of students who play only Tennis is \(x\). - 8 students play none of these sports.
(a) Draw a Venn diagram to represent this information, writing down the number of students in each of the 8 regions in terms of \(x\) where appropriate.
(b) Show that \(4x + 32 = 80\) and hence find the value of \(x\).
(c) A student is chosen at random from the 80 students. Find the probability that this student plays at least two of these sports.
查看答案詳解收起答案詳解
解題
(a) We first calculate the number of students who play exactly two sports: - Football and Basketball only: \(12 - 5 = 7\). - Basketball and Tennis only: \(9 - 5 = 4\). - Football and Tennis only: \(10 - 5 = 5\). The other regions are given as: - Only Football: \(2x\) - Only Basketball: \(x+3\) - Only Tennis: \(x\) - None: \(8\) - Intersection of all three: \(5\) Draw three intersecting circles inside a rectangular universal set, and place these numbers/expressions in their respective regions.
(b) The sum of the number of students in all 8 regions must equal the total number of students (80): \(2x + (x+3) + x + 7 + 4 + 5 + 5 + 8 = 80\)
Simplify the equation: \(4x + 32 = 80\)
\(4x = 48 \implies x = 12\).
(c) The students who play at least two sports are those in the regions: \(F \cap B \text{ only}\), \(B \cap T \text{ only}\), \(F \cap T \text{ only}\), and \(F \cap B \cap T\).
Number of such students = \(7 + 4 + 5 + 5 = 21\).
Since there are 80 students in total, the probability is \(\frac{21}{80}\) (or 0.2625).
評分準則
(a) M1: Drawing three intersecting circles with a central region of 5. M1: Calculating the intersection-only values of 7, 4, and 5. A1: Completely correct Venn diagram with all 8 regions correctly labeled.
(b) M1: Summing up all 8 regions and equating the expression to 80. A1: Correctly simplifying the expression to show \(4x + 32 = 80\) and obtaining \(x = 12\).
(c) M1: Identifying the correct regions for 'at least two sports' (7, 4, 5, 5). M1: Adding these values together to get 21. A1: Correct probability of \(\frac{21}{80}\) (or equivalent decimal 0.2625).
題目 9 · Multi-part structural applications
8.33 分
A cyclist travels a distance of 40 km from town A to town B. Let his average speed be \(x\) km/h.
(a) Write down an expression, in terms of \(x\), for the time taken, in hours, for this outward journey.
On the return journey from town B to town A, the cyclist increases his average speed by 3 km/h.
(b) Write down an expression, in terms of \(x\), for the time taken, in hours, for the return journey.
The return journey takes 40 minutes less than the outward journey.
(c) Form an equation in \(x\) and show that it simplifies to \(x^2 + 3x - 180 = 0\).
(d) Solve the equation \(x^2 + 3x - 180 = 0\) to find the average speed of the cyclist on the outward journey.
查看答案詳解收起答案詳解
解題
(a) The time taken for the outward journey is given by \(\text{Time} = \frac{\text{Distance}}{\text{Speed}}\): \text{Time} = \frac{40}{x} \text{ hours}
(b) On the return journey, the speed is \(x + 3\) km/h. The time taken is: \text{Time} = \frac{40}{x+3} \text{ hours}
(c) The difference in time is 40 minutes, which is \(\frac{40}{60} = \frac{2}{3}\) hours: \frac{40}{x} - \frac{40}{x+3} = \frac{2}{3}
Divide the entire equation by 2: \frac{20}{x} - \frac{20}{x+3} = \frac{1}{3}
(d) Solve the quadratic equation by factoring: (x - 12)(x + 15) = 0 So, \(x = 12\) or \(x = -15\). Since speed must be positive, \(x = 12\) km/h.
評分準則
(a) B1: For the correct expression \(\frac{40}{x}\) (1 mark)
(b) B1: For the correct expression \(\frac{40}{x+3}\) (1 mark)
(c) M1: For setting up the correct equation with their expressions: \(\frac{40}{x} - \frac{40}{x+3} = \frac{2}{3}\) (or 40 minutes equated appropriately in hours) M1: For algebraic steps to eliminate fractions, e.g., \(60(x+3) - 60x = x(x+3)\) A1: Correctly simplifying to the given quadratic equation \(x^2 + 3x - 180 = 0\) with no errors shown (3 marks total for c)
(d) M1: For attempting to factorise or solve using the quadratic formula: \((x-12)(x+15) = 0\) (or equivalent) A1: Finding the roots \(x = 12\) and \(x = -15\) A1ft: Rejecting the negative root and stating \(12\) km/h as the average outward speed (3.33 marks total for d)
題目 10 · Multi-part structural applications
8.33 分
A box contains \(n\) beads, of which 5 are red and the rest are blue.
Two beads are chosen at random from the box, one after the other, without replacement.
The probability that both beads chosen are red is \(\frac{5}{33}\).
(a) Show that \(n^2 - n - 132 = 0\).
(b) Solve the equation \(n^2 - n - 132 = 0\) to find the value of \(n\).
(c) Find the probability that the two beads chosen have different colours.
查看答案詳解收起答案詳解
解題
(a) The probability of choosing a red bead first is \(\frac{5}{n}\). Since the first bead is not replaced, there are now \(n-1\) beads left, and 4 of them are red. The probability of choosing a second red bead is \(\frac{4}{n-1}\). The probability that both are red is: \text{P(Red, Red)} = \frac{5}{n} \times \frac{4}{n-1} = \frac{20}{n(n-1)} We are given that this probability is \(\frac{5}{33}\): \frac{20}{n(n-1)} = \frac{5}{33} Multiply both sides by \(n(n-1)\) and 33: 20 \times 33 = 5n(n-1) 660 = 5(n^2 - n) Divide by 5: 132 = n^2 - n n^2 - n - 132 = 0
(b) Solve the quadratic equation by factoring: (n - 12)(n + 11) = 0 So, \(n = 12\) or \(n = -11\). Since the total number of beads must be positive, \(n = 12\).
(c) When \(n = 12\), the total number of beads is 12, with 5 red beads and \(12 - 5 = 7\) blue beads. The probability of choosing beads of different colours is: \text{P(Red, Blue)} + \text{P(Blue, Red)} = \left(\frac{5}{12} \times \frac{7}{11}\right) + \left(\frac{7}{12} \times \frac{5}{11}\right) = \frac{35}{132} + \frac{35}{132} = \frac{70}{132} = \frac{35}{66}
評分準則
(a) M1: For writing a correct expression for the probability of both red, e.g., \(\frac{5}{n} \times \frac{4}{n-1}\) M1: Equating their expression to \(\frac{5}{33}\) and showing algebraic manipulation to remove denominators, e.g., \(20 \times 33 = 5n(n-1)\) A1: Showing clear intermediate steps to obtain the given quadratic equation: \(n^2 - n - 132 = 0\) (3 marks total for a)
(b) M1: Attempting to factorise or solve \(n^2 - n - 132 = 0\), e.g., \((n-12)(n+11) = 0\) A1: Rejecting \(n = -11\) and stating \(n = 12\) (2 marks total for b)
(c) M1: Finding the number of blue beads as \(12 - 5 = 7\), and setting up the sum of probabilities for different colours: \(\text{P(R, B)} + \text{P(B, R)}\) M1: For evaluating the calculation: \(\left(\frac{5}{12} \times \frac{7}{11}\right) + \left(\frac{7}{12} \times \frac{5}{11}\right)\) A1: Providing the correct final fraction \(\frac{35}{66}\) (or equivalent decimal \(0.530\) to 3 s.f.) (3.33 marks total for c)
題目 11 · Multi-part structural applications
8.33 分
A solid cylinder has radius \(r\) cm and height \(h\) cm. The total surface area of the cylinder is \(150\pi\) \(\text{cm}^2\).
(a) Show that \(h = \t\frac{75 - r^2}{r}\).
(b) Show that the volume, \(V\) \(\text{cm}^3\), of the cylinder is given by \(V = 75\pi r - \pi r^3\).
(c) Find the value of \(r\) for which the volume is a maximum, and calculate this maximum volume. Give your final answer for the volume to 3 significant figures.
查看答案詳解收起答案詳解
解題
(a) The total surface area \(A\) of a solid cylinder is: A = 2\pi r^2 + 2\pi r h Given \(A = 150\pi\): 2\pi r^2 + 2\pi r h = 150\pi Divide every term by \(2\pi\): r^2 + r h = 75 r h = 75 - r^2 h = \frac{75 - r^2}{r}
(b) The volume \(V\) of a cylinder is given by \(V = \pi r^2 h\). Substituting the expression for \(h\) from part (a): V = \pi r^2 \left(\frac{75 - r^2}{r}\right) V = \pi r (75 - r^2) V = 75\pi r - \pi r^3
(c) To find the maximum volume, differentiate \(V\) with respect to \(r\): \frac{dV}{dr} = 75\pi - 3\pi r^2 Set the derivative equal to zero for a stationary point: 75\pi - 3\pi r^2 = 0 3\pi r^2 = 75\pi r^2 = 25 Since the radius must be positive, \(r = 5\) cm.
Now calculate the maximum volume by substituting \(r = 5\) into the volume formula: V = 75\pi(5) - \pi(5)^3 = 375\pi - 125\pi = 250\pi V \approx 785.398... \text{ cm}^3 To 3 significant figures, the maximum volume is 785 \(\text{cm}^3\).
評分準則
(a) M1: Recalling the correct total surface area formula \(2\pi r^2 + 2\pi r h = 150\pi\) (or equivalent) M1: Rearranging the formula to isolate the term with \(h\), e.g., \(2\pi r h = 150\pi - 2\pi r^2\) A1: Showing clear algebraic steps to arrive at \(h = \frac{75 - r^2}{r}\) with no errors (3 marks total for a)
(b) M1: Recalling the correct volume formula \(V = \pi r^2 h\) and substituting their expression for \(h\) A1: Showing simplification to obtain the given expression \(V = 75\pi r - \pi r^3\) (2 marks total for b)
(c) M1: Correctly differentiating \(V\) to find \(\frac{dV}{dr} = 75\pi - 3\pi r^2\) M1: Setting \(\frac{dV}{dr} = 0\) and solving for \(r\) (yielding \(r = 5\)) A1: Obtaining \(r = 5\) cm (or shown with second derivative check, though not strictly required here) A1: Calculating the maximum volume as \(250\pi\) and rounding to 3 s.f. to get \(785\) \(\text{cm}^3\) (3.33 marks total for c)
題目 12 · Multi-part structural applications
8.33 分
In triangle \(OAB\), \(\overrightarrow{OA} = \mathbf{a}\) and \(\overrightarrow{OB} = \mathbf{b}\).
The point \(P\) lies on \(OA\) such that \(OP : PA = 2 : 1\).
The point \(Q\) is the midpoint of \(AB\).
The lines \(OQ\) and \(BP\) intersect at the point \(X\).
(a) Express in terms of \(\mathbf{a}\) and \(\mathbf{b}\): (i) \(\overrightarrow{BP}\) (ii) \(\overrightarrow{OQ}\)
(b) Given that \(\overrightarrow{OX} = \mu \overrightarrow{OQ}\) and \(\overrightarrow{BX} = \lambda \overrightarrow{BP}\), express \(\overrightarrow{OX}\) in two different ways in terms of \(\mathbf{a}\), \(\mathbf{b}\), \(\mu\) and \(\lambda\).
(c) Find the value of \(\mu\) and the value of \(\lambda\).
查看答案詳解收起答案詳解
解題
(a) (i) Since \(OP : PA = 2 : 1\), the point \(P\) is \(\frac{2}{3}\) of the way along \(OA\). Therefore, \(\overrightarrow{OP} = \frac{2}{3}\mathbf{a}\). \\ \overrightarrow{BP} = \overrightarrow{BO} + \overrightarrow{OP} = -\mathbf{b} + \frac{2}{3}\mathbf{a} = \frac{2}{3}\mathbf{a} - \mathbf{b}
(ii) Since \(Q\) is the midpoint of \(AB\): \\ \overrightarrow{OQ} = \overrightarrow{OA} + \frac{1}{2}\overrightarrow{AB} = \mathbf{a} + \frac{1}{2}(\mathbf{b} - \mathbf{a}) = \frac{1}{2}\mathbf{a} + \frac{1}{2}\mathbf{b}
(b) First expression for \(\overrightarrow{OX}\): \\ \overrightarrow{OX} = \mu \overrightarrow{OQ} = \frac{1}{2}\mu \mathbf{a} + \frac{1}{2}\mu \mathbf{b}
(c) Equating the coefficients of \(\mathbf{a}\) and \(\mathbf{b}\) from the two expressions in part (b): For \(\mathbf{a}\): \frac{1}{2}\mu = \frac{2}{3}\lambda \implies \mu = \frac{4}{3}\lambda
For \(\mathbf{b}\): \frac{1}{2}\mu = 1 - \lambda
Substitute \(\mu = \frac{4}{3}\lambda\) into the second equation: \frac{1}{2}\left(\frac{4}{3}\lambda\right) = 1 - \lambda \frac{2}{3}\lambda = 1 - \lambda \frac{5}{3}\lambda = 1 \implies \lambda = \frac{3}{5}
Now find \(\mu\): \mu = \frac{4}{3}\left(\frac{3}{5}
ight) = \frac{4}{5}
評分準則
(a) B1: For \(\overrightarrow{BP} = \frac{2}{3}\mathbf{a} - \mathbf{b}\) (or equivalent) B1: For \(\overrightarrow{OQ} = \frac{1}{2}\mathbf{a} + \frac{1}{2}\mathbf{b}\) (or equivalent) (2 marks total for a)
(b) B1: For writing \(\overrightarrow{OX} = \frac{1}{2}\mu \mathbf{a} + \frac{1}{2}\mu \mathbf{b}\) M1: For starting the second path \(\overrightarrow{OX} = \overrightarrow{OB} + \lambda \overrightarrow{BP}\) A1: Correctly simplifying to \(\overrightarrow{OX} = \frac{2}{3}\lambda \mathbf{a} + (1 - \lambda)\mathbf{b}\) (3 marks total for b)
(c) M1: Setting up simultaneous equations by equating coefficients, e.g., \(\frac{1}{2}\mu = \frac{2}{3}\lambda\) and \(\frac{1}{2}\mu = 1 - \lambda\) M1: Attempting to solve the simultaneous equations for one variable, e.g., substituting \(\mu = \frac{4}{3}\lambda\) into the second equation A1: Finding \(\lambda = \frac{3}{5}\) (or equivalent decimal \(0.6\)) A1ft: Finding \(\mu = \frac{4}{5}\) (or equivalent decimal \(0.8\)) (3.33 marks total for c)
想知道自己有幾分把握?
Thinka 是 DSE 學生用的 AI 練習應用程式,有無限量練習題、即時自動批改和詳細解題步驟。逾 100,000 名學生用它確認自己真的識,而不只是「以為識」。