If this equation holds β independent (knowing B tells you nothing about A)
If not β dependent
8
β β MEDIUM
Topic: Without Replacement (Dependent Events)
A bag has 4 red and 3 blue balls. Two are drawn without replacement. What is the probability both are red?
π§ WITHOUT REPLACEMENT β DEPENDENT β FRACTION CHANGES!
After drawing 1 red ball: now only 3 red left out of 6 total.
\(P(R_1 \cap R_2) = P(R_1) \times P(R_2 | R_1) = \dfrac{4}{7} \times \dfrac{3}{6}\)
9
β β MEDIUM
Topic: Conditional from Table
A survey of 100 students:
Likes Math
Dislikes Math
Total
Science
35
15
50
Arts
20
30
50
Total
55
45
100
A student is selected at random. Given that they are a Science student, what is the probability they like Math?
π Show Hint
Focus only on the Science row (50 students total). Of those, how many like Math?
10
β β MEDIUM
Topic: Bayes' Theorem (Intro)
A medical test for a disease is 90% accurate. The disease affects 1% of the population.
If a person tests positive, which formula correctly starts the calculation of the probability they actually have the disease?
π§ BAYES = REVERSE CONDITIONAL Β· "FLIP IT AROUND"
You know: \(P(\text{+} | \text{disease})\). You want: \(P(\text{disease} | \text{+})\).
Bayes flips the condition! \(P(D|+) = \dfrac{P(+|D) \cdot P(D)}{P(+)}\)
π SECTION 3 β Discrete Random Variables & Expected Value (Q11β14)
Expected value = long-run average. Not necessarily a value X can actually take!
For variance: compute E(XΒ²) first (multiply each xΒ² by its probability, then sum).
11
β β MEDIUM
Topic: Expected Value E(X)
X is a discrete random variable with the distribution:
x
1
2
3
4
P(X=x)
0.1
0.3
0.4
0.2
Find \(E(X)\).
π Show Hint
\(E(X) = 1(0.1) + 2(0.3) + 3(0.4) + 4(0.2)\)
12
β β MEDIUM
Topic: Finding Missing Probability
For the probability distribution below, find the value of \(k\):
Adding a constant shifts the distribution (changes mean) but does NOT spread it out (no change to variance).
Multiplying by \(a\) scales variance by \(a^2\).
π SECTION 4 β Binomial Distribution (Q15β17)
π§ BINOMIAL CHECK: FIXED n Β· TWO OUTCOMES Β· CONSTANT p Β· INDEPENDENT TRIALS
Standardize with Z-score β use GDC or Z-table. 68-95-99.7 Rule: within 1Ο: 68%, within 2Ο: 95%, within 3Ο: 99.7%
18
β β β HARD
Topic: Normal Distribution β Finding Probability
Heights are normally distributed: \(X \sim N(170, 64)\) (in cm, variance = 64).
Find \(P(166 \leq X \leq 178)\) using the standardised Z-score approach.
Scores in an exam follow \(X \sim N(60, 100)\). The top 10% of students receive an A grade.
What is the minimum score required to get an A? (Use \(\Phi^{-1}(0.9) \approx 1.282\))
π§ INVERSE NORMAL: FIND x FROM P Β· "WORK BACKWARDS" Β· x = ΞΌ + ZΟ
Top 10% means \(P(X > x) = 0.1\), so \(P(X \leq x) = 0.9\).
Find Z first from the table, then reverse the Z-formula: \(x = \mu + Z\sigma\)
Topic: Combined β Bayes + Conditional + Tree Diagram
A factory has two machines: Machine A produces 60% of output, Machine B produces 40%.
Machine A has a defect rate of 5%, Machine B has a defect rate of 10%.
A randomly selected item is found to be defective.
What is the probability it was produced by Machine A?
π‘ BAYES' THEOREM β STEP BY STEP
Step 1: Find total \(P(\text{defect})\) using the Law of Total Probability:
\(P(D) = P(D|A)\cdot P(A) + P(D|B)\cdot P(B) = (0.05)(0.6) + (0.10)(0.4)\)
\(= 0.03 + 0.04 = 0.07\)