1. Given the points P(2,−3) and Q(−2,5), find the coordinates of the mid-point A of PQ and its distance from B(−1,3). [05 marks]
2. Calculate the value of M of the distribution with probability density function f(x)=Msinx, where 0≤x≤π. [04 marks]
3. Calculate P(A) given that P(B)=0.72, P(A∪B)=0.98, if A and B are mutually exclusive events. [03 marks]
4. Find the equation of the circle whose centre is (−2,1) and radius 5. [04 marks]
5. Find the eccentricity and foci of the ellipse 25x2+4y2=1. [04 marks]
SECTION B: CO-ORDINATE GEOMETRY
6. (a) Show that the equation y2−2y−4x+5=0 represents a parabola. Find the coordinates of its vertex, focus, and the equations of its directrix and axis. [10 marks]
(b) Find the equation of the circle which passes through the points (1,2), (1,0), and (0,2). [10 marks]
7. (a) Show that the equation x2+4y2+2x+8y+1=0 represents an ellipse. Hence, find the value of its eccentricity, centre, and the equations of its directrices. [10 marks]
(b) Show that the locus of points which move so that its distance from the origin is twice its distance from the point (3,0) is a circle. [10 marks]
8. (a) Find the equations of the tangents to the hyperbola 16x2−4y2=1 from the point (−2,1). [10 marks]
(b) Sketch the curve r=2(1−sinθ) in polar form, for 0≤θ≤360°. [10 marks]
SECTION C: STATISTICS
9. (a) The number of deaths in a small town follows a Poisson law with an average of 2 deaths a week. Find the probability that in a certain week:
(i) at least two deaths occur; (ii) at most two deaths occur; (iii) there are exactly two deaths. [12 marks]
(b) If a card is randomly selected from a deck of cards, find the probability that it is:
(i) A queen or a Diamond; (ii) A king of Diamonds. [08 marks]
10. (a) If 20% of the bolts produced by a machine are defective, determine, using the binomial distribution, the probability that out of 5 bolts selected at random:
(i) 1; (ii) 0; and (iii) less than 2 will be defective. [12 marks]
(b) The age of students in a certain class is normally distributed with mean 18 years and standard deviation of 4 years. Determine the probability of a student with age between 15 years and 25 years. [08 marks]
11. The following are marks obtained by eight students out of a maximum of 10 marks for each subject in a test:
(Plot in polar coordinates showing a downward-pointing cardioid)
SECTION C: STATISTICS
Q9(a). Poisson Distribution — Deaths
Given:λ=2 deaths/week, X∼Poisson(2)
Poisson formula:P(X=k)=k!e−λλk
e−2=0.1353
P(X=0)=0!e−2⋅20=0.1353
P(X=1)=1!e−2⋅21=0.2707
P(X=2)=2!e−2⋅22=0.2707
(i) P(X≥2) — at least two deaths:
P(X≥2)=1−P(X=0)−P(X=1)=1−0.1353−0.2707
P(X≥2)=0.5940
(ii) P(X≤2) — at most two deaths:
P(X≤2)=P(X=0)+P(X=1)+P(X=2)=0.1353+0.2707+0.2707
P(X≤2)=0.6767
(iii) P(X=2) — exactly two deaths:
P(X=2)=2e−2⋅4=0.2707
Q9(b). Card Probability
Deck: 52 cards, 4 suits, 13 cards each
(i) P(Queen or Diamond):
Using the addition rule:
P(Q∪D)=P(Q)+P(D)−P(Q∩D)=524+5213−521=5216
P(Queen or Diamond)=134≈0.308
(ii) P(King of Diamonds):
Only 1 king of diamonds in the deck:
P(King of Diamonds)=521≈0.019
Q10(a). Binomial Distribution — Defective Bolts
Given:n=5, p=0.20 (defective), q=0.80
X∼B(5,0.2)
Formula:P(X=r)=(rn)prqn−r
(i) P(X=1) — exactly 1 defective:
P(X=1)=(15)(0.2)1(0.8)4=5×0.2×0.4096
P(X=1)=0.4096
(ii) P(X=0) — none defective:
P(X=0)=(05)(0.2)0(0.8)5=1×1×0.32768
P(X=0)=0.3277
(iii) P(X<2) — less than 2 defective:
P(X<2)=P(X=0)+P(X=1)=0.3277+0.4096
P(X<2)=0.7373
Q10(b). Normal Distribution — Student Ages
Given:μ=18, σ=4
Find P(15≤X≤25)
Standardizing:
Z1=415−18=−43=−0.75
Z2=425−18=47=+1.75
P(−0.75≤Z≤1.75):
=P(Z≤1.75)−P(Z≤−0.75)=0.9599−0.2266
P(15≤X≤25)=0.7333≈73.33%
Q11. Correlation and Regression
Data:
Student
X
Y
X2
Y2
XY
1
6
7
36
49
42
2
8
6
64
36
48
3
7
8
49
64
56
4
6
8
36
64
48
5
9
5
81
25
45
6
5
9
25
81
45
7
8
7
64
49
56
8
7
6
49
36
42
Σ
56
56
404
404
382
n=8
(i) Verify xˉ=yˉ=7
xˉ=nΣX=856=7✓
yˉ=nΣY=856=7✓
(ii) Correlation Coefficient r
Formula:
r=[nΣX2−(ΣX)2][nΣY2−(ΣY)2]nΣXY−ΣXΣY
Numerator:
nΣXY−ΣXΣY=8(382)−(56)(56)=3056−3136=−80
Denominator:
nΣX2−(ΣX)2=8(404)−562=3232−3136=96
nΣY2−(ΣY)2=8(404)−562=3232−3136=96
96×96=96
r=96−80=−0.833
(iii) Interpretation of r
r=−0.833 indicates a strong negative correlation between Statistics and Economics marks. Students who score high in Statistics tend to score low in Economics and vice versa.
(iv) Spearman’s Rank Correlation Coefficient
Ranking (1 = highest):
Student
X
Rank X (Rx)
Y
Rank Y (Ry)
d=Rx−Ry
d2
1
6
6.5
7
4.5
2
4
2
8
2.5
6
7
−4.5
20.25
3
7
4.5
8
1.5
3
9
4
6
6.5
8
1.5
5
25
5
9
1
5
8
−7
49
6
5
8
9
1
7
49
7
8
2.5
7
4.5
−2
4
8
7
4.5
6
7
−2.5
6.25
Σd2
166.5
(Tied ranks are averaged)
Formula:
rs=1−n(n2−1)6Σd2
rs=1−8(64−1)6×166.5
rs=1−504999
rs=1−1.982=−0.982
rs≈−0.982
(v) Interpretation of rs
rs=−0.982 indicates a very strong negative rank correlation — there is almost perfect inverse ranking between Statistics and Economics performance.
(vi) Correspondence Between r and rs
Yes, both r=−0.833 and rs=−0.982 show strong negative correlation, indicating correspondence in their conclusions. Both confirm that students performing well in Statistics tend to perform poorly in Economics. The Spearman coefficient is slightly stronger due to its rank-based nature.
The points show a downward trend from left to right.
(viii) Scatter Diagram vs Calculated Coefficients
Yes, the scatter diagram confirms the same result as (ii) and (iv). The downward slope of the points from top-left to bottom-right is consistent with the negative correlation found in both r=−0.833 and rs=−0.982.