Assignment Week3
Assignment Week3
(1) Let (Ω, F, P ) be a probability space. For any A, B ∈ F set A∆B := (A ∪ B) \ (A ∩ B),
called the set difference of A and B, and define ρ(A, B) := P (A∆B).
(i) Show that for any A, B, C ∈ F the “triangle inequality”
ρ(A, C) ≤ ρ(A, B) + ρ(B, C)
holds.
(ii) Prove |P (A) − P (B)| ≤ ρ(A, B) for A, B ∈ F.
[10 marks]
(2) Determine the expectation of the following discrete random variables:
(a) Discrete uniformly distributed random variable: P (X = k) = 1/n, k = 1, 2, ..., n.
(b) Bernoulli random variable with parameter p: P (X = 1) = p, P (X = 0) = 1 − p,
where 0 < p < 1.
(c) Binomial random variable with parameters (n,p):
n k
P (X = k) = p (1 − p)n−k , k = 0, 1, ..., n,
k
where n ≥ 1 is an integer and 0 < p < 1. (The number of successes in n indepen-
dent trials.)
(d) Poisson random variable with parameter λ > 0:
λk
P (X = k) = e−λ , k = 0, 1, 2, . . . .
k!
(e) Geometric random variable with parameter p:
P (X = k) = (1 − p)k−1 p, k = 1, 2, ....,
where 0 < p < 1 (The number of trials until the first success.)
[10 marks]