Secondary 4 Additional Mathematics Quiz - Statistics Probability (Answer Key)
Total Marks: 60
Section A: Permutations and Combinations
1.
(a) Total people = 6+5=11. Select 4.
(411)=4×3×2×111×10×9×8=330
Answer: 330 [1]
(b) Select 2 men from 6 and 2 women from 5.
(26)×(25)=15×10=150
Answer: 150 [2]
2.
Word: STATISTICS (10 letters).
Counts: S=3, T=3, A=1, I=2, C=1.
3!3!2!1!1!10!=6×6×23,628,800=723,628,800=50,400
Answer: 50,400 [3]
3.
(a) Treat Alice and Bob as 1 unit. Total entities = 6 (AB, S3, S4, S5, S6, S7).
Arrangements of entities = 6!.
Internal arrangement of AB = 2!.
Total = 6!×2!=720×2=1440.
Answer: 1440 [2]
(b) Total arrangements without restriction = 7!=5040.
Subtract arrangements where they are together (from part a).
5040−1440=3600.
Answer: 3600 [2]
4.
(a) Digits: P(6,3)=6×5×4=120.
Letters: P(4,2)=4×3=12.
Total codes = 120×12=1440.
Answer: 1440 [2]
(b) Even digits from {1..6} are {2,4,6} (3 choices).
First digit: 3 choices.
Second digit: 5 remaining choices.
Third digit: 4 remaining choices.
Digits part = 3×5×4=60.
Letters part = 12.
Total = 60×12=720.
Answer: 720 [1]
5.
(a) Permutation of 3 from 10.
P(10,3)=10×9×8=720
Answer: 720 [1]
(b) Total ways = 720.
Ways where specific students (A and B) work together:
Case 1: A and B are selected. The third person is chosen from remaining 8.
Positions for A and B: P(3,2)=6 ways to place them.
Third person: 8 choices. Position for third person: 1 remaining spot.
Actually, simpler: Select 3 people including A and B.
Choose 3rd person: (18)=8.
Arrange A, B, C in 3 positions: 3!=6.
Invalid ways = 8×6=48.
Valid ways = 720−48=672.
Answer: 672 [1]
Section B: Probability Basics
6.
(a) P(A∪B)=P(A)+P(B)−P(A∩B)
=0.4+0.5−0.2=0.7
Answer: 0.7 [1]
(b) Check independence: Is P(A∩B)=P(A)P(B)?
P(A)P(B)=0.4×0.5=0.2.
Given P(A∩B)=0.2.
Since 0.2=0.2, they are independent.
Answer: Yes, independent [2]
7.
Total balls = 10.
(a) Tree diagram branches: R (5/10), B (3/10), G (2/10). Second draw depends on first. [1]
(b) P(Same Color) = P(RR) + P(BB) + P(GG)
P(RR)=105×94=9020
P(BB)=103×92=906
P(GG)=102×91=902
Total=9020+6+2=9028=4514
Answer: 4514 (or 0.311) [2]
8.
Let A = Study Amath, A′ = Not Amath. P = Pass.
P(A)=0.6,P(A′)=0.4.
P(P∣A)=0.8,P(P∣A′)=0.1.
(a) P(A∩P)=P(A)×P(P∣A)=0.6×0.8=0.48.
Answer: 0.48 [1]
(b) P(A∣P)=P(P)P(A∩P).
P(P)=P(A∩P)+P(A′∩P)=0.48+(0.4×0.1)=0.48+0.04=0.52.
P(A∣P)=0.520.48=5248=1312
Answer: 1312 (or 0.923) [3]
9.
P(Rain)=0.3,P(No Rain)=0.7.
(a) Exactly 2 rains in 3 days. Patterns: RRN, RNR, NRR.
3×(0.3)2×(0.7)1=3×0.09×0.7=0.189
Answer: 0.189 [2]
(b) At least one rain = 1−P(No Rain in 3 days).
P(None)=(0.7)3=0.343
1−0.343=0.657
Answer: 0.657 [2]
10.
Mutually exclusive means P(X∩Y)=0.
(a) P(X∪Y)=P(X)+P(Y)=0.3+0.4=0.7.
Answer: 0.7 [1]
(b) P(X∣Y)=P(Y)P(X∩Y)=0.40=0.
Answer: 0 [1]
Section C: Discrete Random Variables
11.
(a) Sum of probabilities = 1.
k+2k+3k+4k=10k=1⇒k=0.1
Answer: k=0.1 [1]
(b) E(X)=∑xP(X=x)
=1(0.1)+2(0.2)+3(0.3)+4(0.4)
=0.1+0.4+0.9+1.6=3.0
Answer: 3 [2]
12.
Let P(Y=1)=...=P(Y=5)=p. Then P(Y=6)=2p.
Sum = 5p+2p=7p=1⇒p=1/7.
P(Y=6)=2/7.
(a) Answer: 2/7 [1]
(b) E(Y)=1(71)+2(71)+3(71)+4(71)+5(71)+6(72)
=71+2+3+4+5+12=727
E(Y2)=12(71)+...+52(71)+62(72)
=71+4+9+16+25+72=7127
Var(Y)=E(Y2)−[E(Y)]2=7127−(727)2
=7127−49729=49889−729=49160≈3.27
Answer: 49160 or 3.27 [3]
13.
Cost = $5.
Outcomes:
- Score 6 (Prob 1/6): Win $20. Net Profit W=20−5=15.
- Score 4,5 (Prob 2/6): Win $8. Net Profit W=8−5=3.
- Score 1,2,3 (Prob 3/6): Win $0. Net Profit W=0−5=−5.
(a) Table:
| w | 15 | 3 | -5 |
|---|
| P(W=w) | 1/6 | 1/3 | 1/2 |
| [2] | | | |
(b) E(W)=15(61)+3(62)−5(63)
=615+6−15=66=1
Expected profit is $1. Since E(W)=0, the game is not fair (it favors the player).
Answer: $1, Not Fair [2]
14.
Given E(X)=4,Var(X)=9.
(a) Y=2X+3.
E(Y)=2E(X)+3=2(4)+3=11.
Var(Y)=22Var(X)=4(9)=36.
Answer: Mean 11, Variance 36 [2]
(b) Question corrected to Y=3X−1.
E(Y)=3E(X)−1=3(4)−1=11.
Var(Y)=32Var(X)=9(9)=81.
Answer: Mean 11, Variance 81 [2]
15.
Total outcomes = 36.
(a) Sum = 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1). 6 outcomes.
P(S=7)=6/36=1/6.
Answer: 1/6 [1]
(b) Sum > 10: Sum can be 11 or 12.
Sum 11: (5,6), (6,5).
Sum 12: (6,6).
Total 3 outcomes.
P(S>10)=3/36=1/12.
Answer: 1/12 [1]
Section D: Binomial Distribution
16.
(a) X∼B(10,0.5). [1]
(b) P(X=6)=(610)(0.5)6(0.5)4=(610)(0.5)10.
(610)=210.
210×10241=1024210≈0.205.
Answer: 0.205 [2]
17.
X∼B(20,0.05).
(a) P(X=2)=(220)(0.05)2(0.95)18.
(220)=190.
190×0.0025×0.3972≈0.1887.
Answer: 0.189 [2]
(b) P(X≥1)=1−P(X=0).
P(X=0)=(0.95)20≈0.3585.
1−0.3585=0.6415.
Answer: 0.642 [2]
18.
X∼B(8,0.25).
(a) P(X=3)=(38)(0.25)3(0.75)5.
(38)=56.
56×0.015625×0.2373≈0.2076.
Answer: 0.208 [2]
(b) Mode is usually floor((n+1)p).
(8+1)(0.25)=2.25. Floor is 2.
Check P(X=2) vs P(X=3).
P(X=2)=28(0.25)2(0.75)6≈0.311.
P(X=3)≈0.208.
Mode is 2.
Answer: 2 [1]
19.
X∼B(5,0.8).
(a) P(X≥4)=P(X=4)+P(X=5).
P(X=4)=(45)(0.8)4(0.2)1=5×0.4096×0.2=0.4096.
P(X=5)=(55)(0.8)5(0.2)0=1×0.32768=0.32768.
Sum = 0.4096+0.32768=0.73728.
Answer: 0.737 [2]
(b) E(X)=np=5×0.8=4.
Answer: 4 [1]
20.
E(X)=np=6.
Var(X)=npq=2.4.
Divide Var by Mean:
npnpq=62.4⇒q=0.4.
Since q=1−p, p=1−0.4=0.6.
Substitute p into Mean eq:
n(0.6)=6⇒n=10.
Answer: n=10,p=0.6 [3]