Probability -- Diagnostic Tests
Probability — Diagnostic Tests
Unit Tests
Tests edge cases, boundary conditions, and common misconceptions for probability.
UT-1: Conditional Probability is Not Symmetric
Question:
In a school, of students play basketball and play football. play both sports. Find:
(a) (b)
Are they equal?
Solution:
P(B) = 0.6$$P(F) = 0.3$$P(B \cap F) = 0.2.
(a)
(b)
. They are NOT equal.
. This is a fundamental misconception.
UT-2: Independence vs Mutually Exclusive
Question:
If events and are mutually exclusive, can they also be independent?
Solution:
If and are mutually exclusive, then .
If and are independent, then .
So we need Which means at least one of or is zero.
If both and Then mutually exclusive events CANNOT be independent.
Only the trivial case (where one event has probability zero) allows both properties simultaneously.
A common mistake is confusing “independent” with “mutually exclusive.” They are generally opposite concepts.
UT-3: At Least One Using Complement
Question:
A fair die is rolled 5 times. Find the probability of getting at least one 6.
Solution:
A common mistake is trying to enumerate all cases with “at least one 6” directly (which has many terms), instead of using the complement.
UT-4: Tree Diagram with Replacement
Question:
A bag contains 3 red and 5 blue balls. Two balls are drawn with replacement. Find the probability that:
(a) Both are red. (b) They are of different colours.
Solution:
After replacement, the bag always has 3 red and 5 blue (8 total).
(a)
(b)
UT-5: Probability with Combined Events
Question:
Events and satisfy , And . Find and determine whether and are independent.
Solution:
For independence: .
Since The events are not independent.
Integration Tests
Tests synthesis of probability with other topics.
IT-1: Probability and Combinatorics (with Combinatorics)
Question:
A committee of 5 is chosen from 7 men and 6 women. Find the probability that the committee contains exactly 3 women.
Solution:
Total ways: .
Ways with exactly 3 women (and 2 men): .
IT-2: Probability and Algebra (with Functions)
Question:
Events and are independent with and . Given that Find .
Solution:
Since and are independent:
( since it is a probability, and gives Which is satisfied.)
IT-3: Probability and Sequences (with Sequences and Series)
Question:
A coin is tossed until the first head appears. If the probability of heads is Find the probability that the first head appears on the -th toss. Show that the total probability sums to 1.
Solution:
First head on toss means: tails followed by 1 head.
Total probability:
This is a geometric series with first term and ratio Converging since when .
Worked Examples
WE-1: Law of Total Probability
Question:
A factory has two machines producing items. Machine produces of the items and has a defect rate of . Machine produces of the items and has a defect rate of . An item is randomly selected and found to be defective. Find the probability that it was produced by Machine .
Solution:
Define events: = produced by Machine A$$B = produced by Machine B$$D = defective.
Given: P(A) = 0.6$$P(B) = 0.4$$P(D \mid A) = 0.03$$P(D \mid B) = 0.05.
By the law of total probability:
By Bayes” theorem:
DSE Exam Technique: When applying Bayes’ theorem, always state the law of total probability step explicitly. The HKEAA awards method marks for this intermediate step even if the final answer has a minor arithmetic error.
WE-2: Drawing Without Replacement
Question:
A bag contains 5 red marbles and 3 blue marbles. Three marbles are drawn without replacement. Find the probability that:
(a) All three are red. (b) Exactly two are red. (c) At least one is blue.
Solution:
Total number of ways to draw 3 from 8: .
(a) All three red: .
(b) Exactly two red (and one blue): .
(c) At least one blue = 1 - P(all red):
WE-3: Probability with Arrangement
Question:
The letters of the word “PROBABILITY” are arranged at random. Find the probability that the two B’s are together.
Solution:
The word PROBABILITY has 11 letters: P, R, O, B, A, B, I, L, I, T, Y.
The B’s are identical. The I’s are identical. Total arrangements:
Treat the two B’s as a single block. Then we have 10 “letters” with the two I’s identical.
Arrangements with B’s together: .
WE-4: Repeated Trials with Different Outcomes
Question:
A fair coin is tossed 4 times. Find the probability of getting exactly 3 heads.
Solution:
This follows a binomial distribution: .
Alternatively, listing: there are arrangements with exactly 3 heads (HHHT, HHTH, HTHH, THHH), each with probability .
WE-5: Conditional Probability with Venn Diagrams
Question:
In a class of 40 students, 25 study Mathematics, 20 study Physics, and 8 study neither. A student is chosen at random. Given that the student studies Mathematics, find the probability that the student also studies Physics.
Solution:
Let = studies Mathematics, = studies Physics.
.
Number studying at least one: 32.
13 students study both.
WE-6: Expected Value and Fair Game
Question:
A game costs \5$20$. Otherwise, you win nothing. Determine whether this game is fair.
Solution:
Expected winnings:
$$E(X) = 0 \times \frac{5}{6} + 20 \times \frac{1}{6} = \frac{20}{6} = \frac{10}{3} \approx $3.33
Net expected gain: E(X) - 5 = \dfrac{10}{3} - 5 = -\dfrac{5}{3} \approx -\1.67$.
Since the expected net gain is negative, the game is not fair. The player loses on average dollars per game.
A fair game would require the cost to equal the expected winnings, i.e. The cost should be dollars.
WE-7: Sequential Drawing with Changing Probabilities
Question:
A box contains 4 gold coins and 6 silver coins. Coins are drawn one at a time without replacement until a gold coin is drawn. Find the probability that exactly 3 draws are needed.
Solution:
Exactly 3 draws means: first two are silver, third is gold.
DSE Exam Technique: Show each multiplication step . Write the probability of each individual draw before combining them.
WE-8: Probability Involving Geometric Regions
Question:
A point is chosen at random inside a square of side 4 cm. Find the probability that the point is more than 1 cm from all sides of the square.
Solution:
The region more than 1 cm from all sides forms an inner square of side cm.
Common Pitfalls
Confusing with . These are generally different. Always identify which is the “given” condition and apply the formula correctly. In DSE Paper 2, this distinction is frequently tested.
Assuming independence without justification. Two events are independent only if . You must verify this algebraically; never assume it from the context of the problem.
Forgetting to check if events are mutually exclusive when using addition rule. The general formula is . Only if and are mutually exclusive can you simplify to .
Not using the complement for “at least” problems. For questions asking “at least one” or “at least two,” always consider using . Direct enumeration often leads to errors and missed cases.
Incorrect counting with identical objects. When arranging letters or selecting items with identical elements, remember to divide by the factorial of the number of identical items. For example, the arrangements of “AABB” is Not .
DSE Exam-Style Questions
DSE-1
A school has 120 students. 70 play basketball, 50 play football, and 30 play volleyball. 20 play both basketball and football, 15 play both basketball and volleyball, 10 play both football and volleyball, and 5 play all three sports.
(a) Draw a Venn diagram to represent this information. (2 marks) (b) A student is chosen at random. Find the probability that the student plays exactly one sport. (3 marks) (c) Given that a student plays basketball, find the probability that the student also plays volleyball. (2 marks)
Solution:
(a) Using inclusion-exclusion for “all three”:
Number playing basketball only: .
Number playing football only: .
Number playing volleyball only: .
Number playing basketball and football only: .
Number playing basketball and volleyball only: .
Number playing football and volleyball only: .
Number playing none: .
(b) Exactly one sport: .
(c) Students playing basketball: 70. Students playing both basketball and volleyball: 15.
DSE-2
Two unbiased dice are thrown. Find the probability that:
(a) The sum of the numbers shown is 7. (2 marks) (b) The sum is at least 10. (2 marks) (c) The product is a prime number. (3 marks) (d) Given that the sum is 7, find the probability that one of the dice shows a 3. (2 marks)
Solution:
Total outcomes: .
(a) Sum = 7: --- 6 outcomes.
(b) Sum 10: Sum 10 (3 outcomes), Sum 11 (2 outcomes), Sum 12 (1 outcome) = 6 outcomes.
(c) Product is prime: The only way is one die shows 1 and the other shows a prime (2, 3, or 5). The pairs are --- 6 outcomes.
(d) Given sum = 7 (6 equally likely outcomes). Those with a 3: --- 2 outcomes.
DSE-3
The probability that it rains on any given day in June is . Assuming independence between days:
(a) Find the probability that it does not rain for 5 consecutive days. (2 marks) (b) Find the probability that it rains on exactly 2 out of 7 days. (3 marks) (c) Find the probability that it rains on at least 3 out of 7 days. (3 marks)
Solution:
(a) .
(b) .
(c) .
.
.
(from part b).
DSE-4
A box contains red balls and blue balls. Three balls are drawn at random without replacement. Find, in terms of The probability that:
(a) All three balls are of the same colour. (3 marks) (b) The three balls are not all of the same colour. (2 marks) (c) For Evaluate the probability in part (a) as a fraction. (1 mark)
Solution:
Total balls: . Total ways to draw 3: .
(a) Same colour means all red OR all blue.
Expanding:
(b) Complement:
(c) For :
DSE-5
Events and are such that , And .
(a) Find . (1 mark) (b) Determine whether and are independent. Justify your answer. (3 marks) (c) Find . (2 marks) (d) Find . (2 marks)
Solution:
(a) .
(b) For independence: .
Since The events are not independent.
(c) .
(d) By De Morgan’s law: .