Our copy of this paper is missing questions 6, 8, 17.
Sit this paper
Answer every question in order, timed if you like (suggested 3 h 45 min). You're marked when you hand in, then you see where to focus and the working for each question.
A curve has gradient 3x2−2x+1 at the point (x,y). If it passes through the point (1,3), find its equation.
(b)
The first term of an arithmetic progression is 3 and the nth term is 48. If the sum of the first n terms is 255, find the: (i) value of n; (ii) smallest value of r for which the rth term exceeds 149.
Worked solution (try it first)
(a)
dxdy=3x2−2x+1, so integrate: y=x3−x2+x+c.
The curve passes through (1,3): 3=1−1+1+c, so c=2.
The equation is y=x3−x2+x+2.
(b)(i)
Use Sn=2n(a+l): 255=2n(3+48).
So 255=251n, giving n=51510=10.
(ii)
Find d from the 10th term: 3+9d=48, so d=5.
The rth term is 3+5(r−1).
It exceeds 149 when 5(r−1)>146, so r−1>29.2.
The smallest whole number is r=31 (the 30th term is 148 and the 31st is 153).
The equation of a circle is x2+y2−4x+2y+c=0, where c is a constant. If the radius of the circle is 23, find the value of c.
(b)
T is the tangent to the curve y=x2+6x−4 at (1,3) and N is the normal to the curve y=x2−6x+18 at (4,10). Find the coordinates of the point of intersection of T and N.
Worked solution (try it first)
(a)
Complete the squares: (x−2)2−4+(y+1)2−1+c=0.
So (x−2)2+(y+1)2=5−c, and the radius squared is 5−c.
r2=(23)2=12, so 5−c=12 and c=−7.
(b)
For T: dxdy=2x+6, which is 8 at x=1.
Tangent through (1,3) with gradient 8: y−3=8(x−1), so y=8x−5.
For N: dxdy=2x−6, which is 2 at x=4.
The normal has gradient −21.
Normal through (4,10): y−10=−21(x−4), so x+2y=24.
Substitute y=8x−5: x+16x−10=24, so 17x=34 and x=2.
The table shows the examination marks of 8 students in Algebra and Statistics tests.
Algebra (x)
10
24
30
35
48
59
68
70
Statistics (y)
30
47
44
71
60
89
97
74
(a)
Draw a scatter diagram for the data.
Model answer
Put Algebra (x) on the horizontal axis and Statistics (y) on the vertical axis, with a uniform scale on each, and plot the 8 points (10,30),(24,47),…,(70,74).
(b)
Find xˉ, the mean of x, and yˉ, the mean of y, and plot (xˉ,yˉ) on the graph.
(c)
Draw a line of best fit to pass through (xˉ,yˉ).
Model answer
Draw a straight line through (43,64) that follows the trend of the points, with about as many points above it as below. A good line has a gradient near 0.94.
(d)(i)
From your graph, find the equation of the line.
Model answer
Read two points on your line, such as (43,64) and (78,97), find the gradient m, then use y−64=m(x−43). The least-squares line is y≈0.94x+23.5; a line drawn by eye will be close to this.
(d)(ii)
From your graph, estimate the Statistics mark for a student who scored 50 in Algebra.
Worked solution (try it first)
(a)
Plot the 8 points with x (Algebra) across and y (Statistics) up.
(b)
∑x=10+24+30+35+48+59+68+70
=344, so xˉ=8344=43.
∑y=30+47+44+71+60+89+97+74
=512, so yˉ=8512=64.
Plot (43,64).
(c)
Draw a straight line through (43,64) that follows the trend, with the points spread evenly on both sides.
(d)(i)
Read a second point on the line, for example (78,97).
Gradient =78−4397−64
=3533
≈0.94.
Use y−64=0.94(x−43): the line is about y=0.94x+23.5.
(ii)
Read up from x=50 to the line and across: y≈0.94(50)+23.5≈71.
(i) In how many ways can eight boys be seated in a row? (ii) If two of the boys in (a)(i) cannot sit together, in how many ways can they be seated?
(b)
A delegation of a labour union consists of 7 men and 3 women. If 4 of them are selected at random to give a talk, what is the probability of selecting: (i) 3 men and 1 woman; (ii) at least 2 women?
Worked solution (try it first)
(a)(i)
Eight boys in a row: 8!=40320 ways.
(ii)
First count the ways with the two boys together: treat them as one unit, giving 7! arrangements, and they can swap places in 2 ways.
Together: 2×7!=10080 ways.
Not together: 8!−2×7!=40320−10080
=30240 ways.
(b)
Number of ways to choose any 4 of the 10: 10C4=210.
(i)
3 men and 1 woman: 7C3×3C1=35×3=105.
Probability =210105=21.
(ii)
At least 2 women means 2 or 3 women. 2 women: 7C2×3C2=21×3=63. 3 women: 7C1×3C3=7.
Write both terms with the common denominator r!(n−r+1)! and add: the top becomes n!(n−r+1)+n!r=n!(n+1)=(n+1)!, so the sum is r!(n+1−r)!(n+1)!=n+1Cr.
(b)(i)
In an examination 4% of the candidates passed with distinction. If 6 of the candidates are selected at random, what is the probability that 2 of them obtained distinction?
(b)(ii)
What is the probability that at most 3 of them obtained distinction?
Worked solution (try it first)
(a)
nCr=r!(n−r)!n! and nCr−1=(r−1)!(n−r+1)!n!.
Common denominator r!(n−r+1)!: multiply the first fraction by n−r+1n−r+1 and the second by rr.
Add the tops: n!(n−r+1)+n!r=n!(n+1)
=(n+1)!.
So nCr+nCr−1=r!(n+1−r)!(n+1)!
=n+1Cr.
(b)(i)
Binomial with n=6, p=0.04, q=0.96: P(2)=6C2(0.04)2(0.96)4.
A body, decelerating at 0.7 m s−2, passes a certain point with velocity 32 m s−1. Find: (i) its velocity after 8 seconds; (ii) the distance covered in that time.
(b)
A body P of mass 60 kg, moving with velocity 5 m s−1, collides with another body Q of mass 50 kg moving with velocity 16 m s−1 in the opposite direction. After the collision, P moves with velocity 4 m s−1 in its original direction. Calculate the: (i) velocity of Q immediately after the collision; (ii) time it takes P to stop if it moves with a constant retardation of 0.25 m s−2 after the collision.
Worked solution (try it first)
(a)(i)
Use v=u+at with u=32, a=−0.7, t=8: v=32−5.6=26.4 m s−1.
(ii)
Use s=ut+21at2: s=32(8)−21(0.7)(64)
=256−22.4
=233.6 m.
(b)(i)
Take P's original direction as positive.
Momentum before: 60(5)+50(−16)=300−800=−500.
Momentum after: 60(4)+50v=240+50v.
Momentum is conserved: 240+50v=−500, so 50v=−740 and v=−14.8.
So Q moves at 14.8 m s−1, still in its original direction.
The position vectors of the points A, B and C are (4i+5j), (2i+2j) and (6i+j) respectively. Calculate, correct to one decimal place, the acute angle between AB and BC.
(b)
A particle of mass 5 kg is suspended by two light inextensible strings making angles 30∘ and 45∘ respectively with the horizontal. Find the tensions in the strings. (Take g=10 m s−2.)
Worked solution (try it first)
(a)
AB=b−a
=−2i−3j and BC=c−b
=4i−j.
Dot product: (−2)(4)+(−3)(−1)=−8+3=−5.
Magnitudes: ∣AB∣=13 and ∣BC∣=17.
cosθ=1317−5
≈−0.3363, so θ≈109.7∘.
The acute angle is 180∘−109.7∘=70.3∘.
(b)
The weight is 5×10=50 N.
Let T1 be the tension in the string at 30∘ and T2 the one at 45∘.
Horizontal components balance: T1cos30∘=T2cos45∘, so T2=cos45∘T1cos30∘.
Vertical components balance the weight: T1sin30∘+T2sin45∘=50.
Substitute, using cos45∘=sin45∘: T1(sin30∘+cos30∘)=50, so T1=0.5+0.866050