Skip to main content

Probability

Probability Fundamentals

Sample Space and Events

The sample space Ω\Omega (or SS) is the set of all possible outcomes of an experiment. An event AA is a subset of the sample space.

Probability Axioms (Kolmogorov)

  1. P(A)0P(A) \ge 0 for every event AA.
  2. P(Ω)=1P(\Omega) = 1.
  3. If A1,A2,A_1, A_2, \ldots are mutually exclusive events, then:
P ⁣(i=1Ai)=i=1P(Ai)P\!\left(\bigcup_{i=1}^{\infty} A_i\right) = \sum_{i=1}^{\infty} P(A_i)

Complementary Events

P(A)=1P(A)P(A') = 1 - P(A)

where AA' (or Aˉ\bar{A}) is the complement of AA.

Venn Diagrams

Venn diagrams visually represent events and their relationships:

  • Union: ABA \cup B (elements in AA or BB or both)
  • Intersection: ABA \cap B (elements in both AA and BB)
  • Disjoint (mutually exclusive): AB=A \cap B = \emptyset

Addition Rule

For any two events AA and BB:

P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

For mutually exclusive events (AB=A \cap B = \emptyset):

P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)
Example

In a class of 40 students, 25 play football, 18 play basketball, and 8 play both. Find the probability that a randomly selected student plays at least one sport.

P(FB)=P(F)+P(B)P(FB)=2540+1840840=3540=78P(F \cup B) = P(F) + P(B) - P(F \cap B) = \frac{25}{40} + \frac{18}{40} - \frac{8}{40} = \frac{35}{40} = \frac{7}{8}

Multiplication Rule

Independent Events

Two events AA and BB are independent if and only if:

P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)

For independent events:

P(AB)=P(A)P(B)P(A \cap B) = P(A) \cdot P(B)

Dependent Events

For dependent events, the conditional probability is needed:

P(AB)=P(A)P(BA)=P(B)P(AB)P(A \cap B) = P(A) \cdot P(B|A) = P(B) \cdot P(A|B)
Exam Tip

Independence is NOT the same as mutual exclusivity. In fact, if two events are both mutually exclusive and both have non-zero probability, they CANNOT be independent (since P(AB)=0P(A)P(B)P(A \cap B) = 0 \neq P(A) \cdot P(B)).


Conditional Probability

Definition

The probability of AA given that BB has occurred:

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}

Formula for Independence

Events AA and BB are independent if and only if:

P(AB)=P(A)P(A|B) = P(A)
Example

A bag contains 5 red and 3 blue marbles. Two marbles are drawn without replacement. Find the probability that both are red.

P(bothred)=P(firstred)P(secondredfirstred)=5847=2056=514P(\mathrm{both red}) = P(\mathrm{first red}) \cdot P(\mathrm{second red} | \mathrm{first red}) = \frac{5}{8} \cdot \frac{4}{7} = \frac{20}{56} = \frac{5}{14}

Tree Diagrams

Tree diagrams are useful for multi-stage experiments. Multiply along branches, add between branches.

Example

A box contains 4 defective and 6 non-defective items. Two items are drawn without replacement. Find the probability that exactly one is defective.

Paths giving exactly one defective:

  • First defective, second non-defective: 410×69=2490\dfrac{4}{10} \times \dfrac{6}{9} = \dfrac{24}{90}
  • First non-defective, second defective: 610×49=2490\dfrac{6}{10} \times \dfrac{4}{9} = \dfrac{24}{90}
P(exactlyonedefective)=2490+2490=4890=815P(\mathrm{exactly one defective}) = \frac{24}{90} + \frac{24}{90} = \frac{48}{90} = \frac{8}{15}

Bayes' Theorem

Theorem

For events AA and BB with P(B)0P(B) \neq 0:

P(AB)=P(BA)P(A)P(B)P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)}

Extended Form

If A1,A2,,AnA_1, A_2, \ldots, A_n form a partition of Ω\Omega:

P(AkB)=P(BAk)P(Ak)i=1nP(BAi)P(Ai)P(A_k|B) = \frac{P(B|A_k) \cdot P(A_k)}{\displaystyle\sum_{i=1}^{n} P(B|A_i) \cdot P(A_i)}

The denominator P(B)=i=1nP(BAi)P(Ai)P(B) = \displaystyle\sum_{i=1}^{n} P(B|A_i) \cdot P(A_i) is the law of total probability.

Example

A factory has three machines producing items. Machine A produces 50% of items with 2% defect rate. Machine B produces 30% with 3% defect rate. Machine C produces 20% with 1% defect rate. An item is found to be defective. What is the probability it came from machine B?

P(defective)=0.5×0.02+0.3×0.03+0.2×0.01=0.01+0.009+0.002=0.021P(\mathrm{defective}) = 0.5 \times 0.02 + 0.3 \times 0.03 + 0.2 \times 0.01 = 0.01 + 0.009 + 0.002 = 0.021P(Bdefective)=0.3×0.030.021=0.0090.021=37P(B|\mathrm{defective}) = \frac{0.3 \times 0.03}{0.021} = \frac{0.009}{0.021} = \frac{3}{7}

Medical Testing Example

A disease affects 1% of a population. A test has 99% sensitivity (P(positivedisease)=0.99P(\mathrm{positive}|\mathrm{disease}) = 0.99) and 95% specificity (P(negativenodisease)=0.95P(\mathrm{negative}|\mathrm{no disease}) = 0.95). What is P(diseasepositive)P(\mathrm{disease}|\mathrm{positive})?

P(positive)=0.01×0.99+0.99×0.05=0.0099+0.0495=0.0594P(\mathrm{positive}) = 0.01 \times 0.99 + 0.99 \times 0.05 = 0.0099 + 0.0495 = 0.0594 P(diseasepositive)=0.01×0.990.0594=0.00990.05940.167P(\mathrm{disease}|\mathrm{positive}) = \frac{0.01 \times 0.99}{0.0594} = \frac{0.0099}{0.0594} \approx 0.167
Exam Tip

This result (approximately 16.7%) is counterintuitively low. Always work through Bayes' theorem carefully rather than relying on intuition for conditional probability questions.


Discrete Random Variables

Definition

A discrete random variable XX takes a countable set of values x1,x2,x_1, x_2, \ldots with probabilities P(X=xi)=piP(X = x_i) = p_i.

Probability Distribution

A probability distribution satisfies:

  1. pi0p_i \ge 0 for all ii
  2. allipi=1\displaystyle\sum_{\mathrm{all } i} p_i = 1

Expectation (Mean)

E(X)=μ=xipiE(X) = \mu = \sum x_i \cdot p_i

Variance

Var(X)=σ2=E(X2)[E(X)]2=xi2piμ2\mathrm{Var}(X) = \sigma^2 = E(X^2) - [E(X)]^2 = \sum x_i^2 p_i - \mu^2

Standard Deviation

σ=Var(X)\sigma = \sqrt{\mathrm{Var}(X)}

Properties of Expectation and Variance

For any constant aa and bb:

E(aX+b)=aE(X)+bE(aX + b) = aE(X) + b Var(aX+b)=a2Var(X)\mathrm{Var}(aX + b) = a^2 \mathrm{Var}(X)

For independent random variables XX and YY:

E(X+Y)=E(X)+E(Y)E(X + Y) = E(X) + E(Y) Var(X+Y)=Var(X)+Var(Y)\mathrm{Var}(X + Y) = \mathrm{Var}(X) + \mathrm{Var}(Y)
Example

A random variable XX has the following probability distribution:

xx0123
P(X=x)P(X = x)0.10.40.30.2
E(X)=0(0.1)+1(0.4)+2(0.3)+3(0.2)=0+0.4+0.6+0.6=1.6E(X) = 0(0.1) + 1(0.4) + 2(0.3) + 3(0.2) = 0 + 0.4 + 0.6 + 0.6 = 1.6E(X2)=0(0.1)+1(0.4)+4(0.3)+9(0.2)=0+0.4+1.2+1.8=3.4E(X^2) = 0(0.1) + 1(0.4) + 4(0.3) + 9(0.2) = 0 + 0.4 + 1.2 + 1.8 = 3.4Var(X)=3.41.62=3.42.56=0.84\mathrm{Var}(X) = 3.4 - 1.6^2 = 3.4 - 2.56 = 0.84σ=0.840.917\sigma = \sqrt{0.84} \approx 0.917

The Binomial Distribution

Conditions

A random variable XX follows a binomial distribution XB(n,p)X \sim B(n, p) if:

  1. There are a fixed number nn of trials.
  2. Each trial has exactly two outcomes (success/failure).
  3. The probability of success pp is constant for each trial.
  4. Trials are independent.

Probability Mass Function

P(X=x)=(nx)px(1p)nxP(X = x) = \binom{n}{x} p^x (1-p)^{n-x}

for x=0,1,2,,nx = 0, 1, 2, \ldots, n.

Mean and Variance

E(X)=npE(X) = np Var(X)=np(1p)\mathrm{Var}(X) = np(1-p) σ=np(1p)\sigma = \sqrt{np(1-p)}
Example

A fair coin is tossed 10 times. Find the probability of getting exactly 6 heads.

XB(10,0.5)X \sim B(10, 0.5).

P(X=6)=(106)(0.5)6(0.5)4=210×(0.5)10=21010240.205P(X = 6) = \binom{10}{6}(0.5)^6(0.5)^4 = 210 \times (0.5)^{10} = \frac{210}{1024} \approx 0.205
Example

A multiple-choice test has 20 questions, each with 5 options. A student guesses all answers. Find the probability of getting at least 10 correct.

XB(20,0.2)X \sim B(20, 0.2).

P(X10)=1P(X9)=1x=09(20x)(0.2)x(0.8)20xP(X \ge 10) = 1 - P(X \le 9) = 1 - \sum_{x=0}^{9}\binom{20}{x}(0.2)^x(0.8)^{20-x}

This is best computed using a GDC (calculator). The result is approximately 0.000260.00026.

Cumulative Binomial Probabilities

P(Xk)=x=0k(nx)px(1p)nxP(X \le k) = \sum_{x=0}^{k}\binom{n}{x}p^x(1-p)^{n-x}

Most questions require using the cumulative binomial function on a GDC.

Exam Tip

For binomial probability questions, always state the distribution clearly: "XB(n,p)X \sim B(n, p) where...". Use your GDC for calculations involving large nn or cumulative probabilities.


The Normal Distribution

Properties

A continuous random variable XX follows a normal distribution XN(μ,σ2)X \sim N(\mu, \sigma^2).

  • The curve is bell-shaped and symmetric about μ\mu.
  • The mean, median, and mode are all equal to μ\mu.
  • Approximately 68% of data lies within μ±σ\mu \pm \sigma.
  • Approximately 95% of data lies within μ±2σ\mu \pm 2\sigma.
  • Approximately 99.7% of data lies within μ±3σ\mu \pm 3\sigma.

Standardisation

To find probabilities, convert to the standard normal ZN(0,1)Z \sim N(0, 1):

Z=XμσZ = \frac{X - \mu}{\sigma} P(X<a)=P ⁣(Z<aμσ)P(X \lt a) = P\!\left(Z \lt \frac{a - \mu}{\sigma}\right)
Example

Given XN(50,16)X \sim N(50, 16), find P(45<X<55)P(45 \lt X \lt 55).

μ=50\mu = 50, σ=4\sigma = 4.

P(45<X<55)=P ⁣(45504<Z<55504)=P(1.25<Z<1.25)P(45 \lt X \lt 55) = P\!\left(\frac{45-50}{4} \lt Z \lt \frac{55-50}{4}\right) = P(-1.25 \lt Z \lt 1.25)=Φ(1.25)Φ(1.25)=0.89440.1056=0.7888= \Phi(1.25) - \Phi(-1.25) = 0.8944 - 0.1056 = 0.7888

Inverse Normal

Given a probability, find the corresponding value of XX:

P(X<x)=p    x=μ+zpσP(X \lt x) = p \implies x = \mu + z_p \cdot \sigma

where zpz_p is the pp-th percentile of the standard normal.

Example

Heights of a population follow N(170,64)N(170, 64) (in cm). Find the height that is at the 90th percentile.

μ=170\mu = 170, σ=8\sigma = 8.

P(X<x)=0.90    x1708=z0.90=1.282P(X \lt x) = 0.90 \implies \frac{x - 170}{8} = z_{0.90} = 1.282x=170+1.282×8=170+10.26=180.26cmx = 170 + 1.282 \times 8 = 170 + 10.26 = 180.26 \mathrm{ cm}

Combining Normal Variables

For independent normal variables XN(μX,σX2)X \sim N(\mu_X, \sigma_X^2) and YN(μY,σY2)Y \sim N(\mu_Y, \sigma_Y^2):

X+YN(μX+μY,σX2+σY2)X + Y \sim N(\mu_X + \mu_Y, \sigma_X^2 + \sigma_Y^2) XYN(μXμY,σX2+σY2)X - Y \sim N(\mu_X - \mu_Y, \sigma_X^2 + \sigma_Y^2) aX+bN(aμX+b,a2σX2)aX + b \sim N(a\mu_X + b, a^2\sigma_X^2)
Example

The weight of a parcel is XN(2,0.04)X \sim N(2, 0.04) kg. The packaging adds YN(0.3,0.01)Y \sim N(0.3, 0.01) kg. Find the probability that the total exceeds 2.5 kg.

X+YN(2.3,0.05)X + Y \sim N(2.3, 0.05)P(X+Y>2.5)=P ⁣(Z>2.52.30.05)=P(Z>0.894)=10.814=0.186P(X + Y \gt 2.5) = P\!\left(Z \gt \frac{2.5 - 2.3}{\sqrt{0.05}}\right) = P(Z \gt 0.894) = 1 - 0.814 = 0.186

Continuous Random Variables

Probability Density Functions (PDF)

A function f(x)f(x) is a PDF if:

  1. f(x)0f(x) \ge 0 for all xx.
  2. f(x)dx=1\displaystyle\int_{-\infty}^{\infty} f(x)\,dx = 1.

Probabilities from a PDF

P(aXb)=abf(x)dxP(a \le X \le b) = \int_a^b f(x)\,dx

Mean and Variance

E(X)=xf(x)dxE(X) = \int_{-\infty}^{\infty} x f(x)\,dx E(X2)=x2f(x)dxE(X^2) = \int_{-\infty}^{\infty} x^2 f(x)\,dx Var(X)=E(X2)[E(X)]2\mathrm{Var}(X) = E(X^2) - [E(X)]^2

Median

The median mm satisfies:

mf(x)dx=0.5\int_{-\infty}^{m} f(x)\,dx = 0.5
Example

A continuous random variable XX has PDF f(x)=2xf(x) = 2x for 0x10 \le x \le 1.

Verify it is a valid PDF:

012xdx=[x2]01=1\int_0^1 2x\,dx = [x^2]_0^1 = 1

Find P(X<0.5)P(X \lt 0.5):

P(X<0.5)=00.52xdx=[x2]00.5=0.25P(X \lt 0.5) = \int_0^{0.5} 2x\,dx = [x^2]_0^{0.5} = 0.25

Find E(X)E(X):

E(X)=01x2xdx=012x2dx=[2x33]01=23E(X) = \int_0^1 x \cdot 2x\,dx = \int_0^1 2x^2\,dx = \left[\frac{2x^3}{3}\right]_0^1 = \frac{2}{3}

Find the median:

0m2xdx=0.5    m2=0.5    m=12=22\int_0^m 2x\,dx = 0.5 \implies m^2 = 0.5 \implies m = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}

IB Exam-Style Questions

Question 1 (Paper 1 style)

Events A and B are such that P(A)=0.6P(A) = 0.6, P(B)=0.4P(B) = 0.4, and P(AB)=0.3P(A|B) = 0.3.

(a) Find P(AB)P(A \cap B).

P(AB)=P(AB)P(B)=0.3×0.4=0.12P(A \cap B) = P(A|B) \cdot P(B) = 0.3 \times 0.4 = 0.12

(b) Determine whether A and B are independent.

P(A)P(B)=0.6×0.4=0.240.12=P(AB)P(A) \cdot P(B) = 0.6 \times 0.4 = 0.24 \neq 0.12 = P(A \cap B).

Not independent.

(c) Find P(AB)P(A \cup B).

P(AB)=0.6+0.40.12=0.88P(A \cup B) = 0.6 + 0.4 - 0.12 = 0.88

Question 2 (Paper 2 style)

A bag contains 7 red and 5 blue marbles. Three marbles are drawn without replacement.

(a) Find the probability that all three are red.

P=712×611×510=2101320=744P = \frac{7}{12} \times \frac{6}{11} \times \frac{5}{10} = \frac{210}{1320} = \frac{7}{44}

(b) Find the probability that exactly two are red.

P=(32)×712×611×510=3×2101320=2144P = \binom{3}{2} \times \frac{7}{12} \times \frac{6}{11} \times \frac{5}{10} = 3 \times \frac{210}{1320} = \frac{21}{44}

Wait, let me recalculate using a tree diagram approach:

  • RRB: 712×611×510=744\dfrac{7}{12} \times \dfrac{6}{11} \times \dfrac{5}{10} = \dfrac{7}{44}
  • RBR: 712×511×610=744\dfrac{7}{12} \times \dfrac{5}{11} \times \dfrac{6}{10} = \dfrac{7}{44}
  • BRR: 512×711×610=744\dfrac{5}{12} \times \dfrac{7}{11} \times \dfrac{6}{10} = \dfrac{7}{44}
P=744+744+744=2144P = \frac{7}{44} + \frac{7}{44} + \frac{7}{44} = \frac{21}{44}

Question 3 (Paper 2 style)

The time taken to complete a task follows a normal distribution with mean 45 minutes and standard deviation 8 minutes.

(a) Find the probability that a randomly selected person takes between 40 and 50 minutes.

P(40<X<50)=P ⁣(40458<Z<50458)=P(0.625<Z<0.625)P(40 \lt X \lt 50) = P\!\left(\frac{40-45}{8} \lt Z \lt \frac{50-45}{8}\right) = P(-0.625 \lt Z \lt 0.625) 2Φ(0.625)12(0.734)1=0.468\approx 2\Phi(0.625) - 1 \approx 2(0.734) - 1 = 0.468

(b) The fastest 10% of people receive a certificate. Find the maximum time to qualify.

P(X<x)=0.10    x458=1.282P(X \lt x) = 0.10 \implies \frac{x - 45}{8} = -1.282 x=451.282×8=4510.26=34.74minutesx = 45 - 1.282 \times 8 = 45 - 10.26 = 34.74 \mathrm{ minutes}

Question 4 (Paper 1 style)

XB(15,0.3)X \sim B(15, 0.3). Find P(X=5)P(X = 5).

P(X=5)=(155)(0.3)5(0.7)10P(X = 5) = \binom{15}{5}(0.3)^5(0.7)^{10}

Using a GDC: P(X=5)0.206P(X = 5) \approx 0.206.

Question 5 (Paper 2 style)

A continuous random variable XX has PDF f(x)=3x28f(x) = \dfrac{3x^2}{8} for 0x20 \le x \le 2.

(a) Verify that f(x)f(x) is a valid PDF.

023x28dx=38[x33]02=3883=1\int_0^2 \frac{3x^2}{8}\,dx = \frac{3}{8}\left[\frac{x^3}{3}\right]_0^2 = \frac{3}{8} \cdot \frac{8}{3} = 1

(b) Find E(X)E(X).

E(X)=02x3x28dx=023x38dx=38[x44]02=38×4=32E(X) = \int_0^2 x \cdot \frac{3x^2}{8}\,dx = \int_0^2 \frac{3x^3}{8}\,dx = \frac{3}{8}\left[\frac{x^4}{4}\right]_0^2 = \frac{3}{8} \times 4 = \frac{3}{2}

(c) Find the mode.

Since f(x)=3x28f(x) = \dfrac{3x^2}{8} is increasing on [0,2][0, 2], the mode is x=2x = 2.


Summary

DistributionNotationE(X)E(X)Var(X)\mathrm{Var}(X)
BinomialB(n,p)B(n, p)npnpnp(1p)np(1-p)
NormalN(μ,σ2)N(\mu, \sigma^2)μ\muσ2\sigma^2
Key FormulaExpression
Addition ruleP(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)
Conditional probabilityP(AB)=P(AB)P(B)P(A\|B) = \dfrac{P(A \cap B)}{P(B)}
Bayes' theoremP(AB)=P(BA)P(A)P(B)P(A\|B) = \dfrac{P(B\|A)P(A)}{P(B)}
StandardisationZ=XμσZ = \dfrac{X - \mu}{\sigma}
Exam Strategy

Always define your random variable clearly at the start of probability questions. For normal distribution problems, draw a sketch of the bell curve and shade the relevant area. For binomial problems, verify the four conditions before applying the formula.


Probability Distributions: Additional Topics

Poisson Distribution

The Poisson distribution models the number of events occurring in a fixed interval of time or space.

XPo(λ)X \sim \mathrm{Po}(\lambda) where λ\lambda is the mean number of events.

P(X=x)=eλλxx!,x=0,1,2,P(X = x) = \frac{e^{-\lambda}\lambda^x}{x!}, \quad x = 0, 1, 2, \ldots E(X)=λ,Var(X)=λE(X) = \lambda, \quad \mathrm{Var}(X) = \lambda
Example

A call centre receives an average of 4 calls per minute. Find the probability of receiving exactly 6 calls in a minute.

P(X=6)=e4466!=e44096720=4096720×54.600.104P(X = 6) = \frac{e^{-4} \cdot 4^6}{6!} = \frac{e^{-4} \cdot 4096}{720} = \frac{4096}{720 \times 54.60} \approx 0.104

Geometric Distribution

Models the number of trials until the first success.

XGeo(p)X \sim \mathrm{Geo}(p) where pp is the probability of success on each trial.

P(X=x)=(1p)x1p,x=1,2,3,P(X = x) = (1-p)^{x-1}p, \quad x = 1, 2, 3, \ldots E(X)=1p,Var(X)=1pp2E(X) = \frac{1}{p}, \quad \mathrm{Var}(X) = \frac{1-p}{p^2}
Example

A die is rolled until a 6 appears. Find the probability that it takes exactly 4 rolls.

P(X=4)=(56)3×16=12512960.0965P(X = 4) = \left(\frac{5}{6}\right)^3 \times \frac{1}{6} = \frac{125}{1296} \approx 0.0965

Combinations and Permutations

Factorial

n!=n×(n1)××2×1,0!=1n! = n \times (n-1) \times \cdots \times 2 \times 1, \quad 0! = 1

Permutations

The number of ways to arrange rr objects from nn distinct objects (order matters):

nPr=n!(nr)!{}^nP_r = \frac{n!}{(n-r)!}

Combinations

The number of ways to choose rr objects from nn distinct objects (order does not matter):

nCr=(nr)=n!r!(nr)!{}^nC_r = \binom{n}{r} = \frac{n!}{r!(n-r)!}
Example

A committee of 4 is to be chosen from 7 men and 5 women. How many committees have at least 2 women?

Total ways =(124)=495= \dbinom{12}{4} = 495.

Ways with 0 women: (74)=35\dbinom{7}{4} = 35.

Ways with 1 woman: (51)(73)=5×35=175\dbinom{5}{1}\dbinom{7}{3} = 5 \times 35 = 175.

Ways with at least 2 women =49535175=285= 495 - 35 - 175 = 285.


Additional Exam-Style Questions

Question 6 (Paper 2 style)

A bag contains 4 red and 6 blue marbles. Marbles are drawn one at a time without replacement until a red marble is drawn.

(a) Find the probability that exactly 3 draws are needed.

P=610×59×48=120720=16P = \frac{6}{10} \times \frac{5}{9} \times \frac{4}{8} = \frac{120}{720} = \frac{1}{6}

(b) Find the expected number of draws.

Let XX be the number of draws. We need E(X)E(X).

P(X=1)=410=0.4P(X=1) = \dfrac{4}{10} = 0.4

P(X=2)=610×49=2490=415P(X=2) = \dfrac{6}{10} \times \dfrac{4}{9} = \dfrac{24}{90} = \dfrac{4}{15}

P(X=3)=610×59×48=16P(X=3) = \dfrac{6}{10} \times \dfrac{5}{9} \times \dfrac{4}{8} = \dfrac{1}{6}

P(X=4)=610×59×48×47=442P(X=4) = \dfrac{6}{10} \times \dfrac{5}{9} \times \dfrac{4}{8} \times \dfrac{4}{7} = \dfrac{4}{42}

P(X=5)=610×59×48×37×46=342P(X=5) = \dfrac{6}{10} \times \dfrac{5}{9} \times \dfrac{4}{8} \times \dfrac{3}{7} \times \dfrac{4}{6} = \dfrac{3}{42}

P(X=6)=610×59×48×37×26×45=2105P(X=6) = \dfrac{6}{10} \times \dfrac{5}{9} \times \dfrac{4}{8} \times \dfrac{3}{7} \times \dfrac{2}{6} \times \dfrac{4}{5} = \dfrac{2}{105}

P(X=7)=610×59×48×37×26×15×44=1210P(X=7) = \dfrac{6}{10} \times \dfrac{5}{9} \times \dfrac{4}{8} \times \dfrac{3}{7} \times \dfrac{2}{6} \times \dfrac{1}{5} \times \dfrac{4}{4} = \dfrac{1}{210}

E(X)=1(0.4)+2 ⁣(415)+3 ⁣(16)+4 ⁣(442)+5 ⁣(342)+6 ⁣(2105)+7 ⁣(1210)E(X) = 1(0.4) + 2\!\left(\frac{4}{15}\right) + 3\!\left(\frac{1}{6}\right) + 4\!\left(\frac{4}{42}\right) + 5\!\left(\frac{3}{42}\right) + 6\!\left(\frac{2}{105}\right) + 7\!\left(\frac{1}{210}\right) =0.4+0.533+0.5+0.381+0.357+0.114+0.033=2.318= 0.4 + 0.533 + 0.5 + 0.381 + 0.357 + 0.114 + 0.033 = 2.318

Question 7 (Paper 1 style)

XB(12,0.25)X \sim B(12, 0.25). Find P(X2)P(X \le 2).

P(X2)=P(X=0)+P(X=1)+P(X=2)P(X \le 2) = P(X=0) + P(X=1) + P(X=2) =(120)(0.25)0(0.75)12+(121)(0.25)1(0.75)11+(122)(0.25)2(0.75)10= \binom{12}{0}(0.25)^0(0.75)^{12} + \binom{12}{1}(0.25)^1(0.75)^{11} + \binom{12}{2}(0.25)^2(0.75)^{10} =0.0317+0.1267+0.2323=0.3907= 0.0317 + 0.1267 + 0.2323 = 0.3907

Question 8 (Paper 2 style)

The heights of Year 12 students follow a normal distribution with mean 165cm165\mathrm{ cm} and standard deviation 8cm8\mathrm{ cm}.

(a) What percentage of students are taller than 180cm180\mathrm{ cm}?

P(X>180)=P ⁣(Z>1801658)=P(Z>1.875)=10.9696=0.0304P(X \gt 180) = P\!\left(Z \gt \frac{180-165}{8}\right) = P(Z \gt 1.875) = 1 - 0.9696 = 0.0304

About 3.0%3.0\%.

(b) The school needs to order desks for the middle 90% of students. What height range should the desks accommodate?

Middle 90% means 5th to 95th percentile.

5th percentile: h1658=1.645    h=16513.16=151.8cm\dfrac{h - 165}{8} = -1.645 \implies h = 165 - 13.16 = 151.8\mathrm{ cm}.

95th percentile: h1658=1.645    h=165+13.16=178.2cm\dfrac{h - 165}{8} = 1.645 \implies h = 165 + 13.16 = 178.2\mathrm{ cm}.

Desks should accommodate heights from about 152cm152\mathrm{ cm} to 178cm178\mathrm{ cm}.


tip

Diagnostic Test Ready to test your understanding of Probability? The diagnostic test contains the hardest questions within the IB specification for this topic, each with a full worked solution.

Unit tests probe edge cases and common misconceptions. Integration tests combine Probability with other IB mathematics topics to test synthesis under exam conditions.

See Diagnostic Guide for instructions on self-marking and building a personal test matrix.