EE3110 Jul 2024 Tutorial4
EE3110 Jul 2024 Tutorial4
EE3110 Jul 2024 Tutorial4
Tutorial - Week 4
Please submit solutions to the 2 starred questions in moodle for assignment submission by
Sept 22, 11:59 PM.
Page 2
16. A defective coin minting machine produces coins whose probability of heads is a random
variable P with PDF (
pep , p ∈ [0, 1]
fP (p) =
0, otherwise
A coin produced by this machine is selected and tossed repeatedly, with successive tosses
assumed independent. (a) Find the probability that a coin toss results in heads. (b)
Given that a coin toss resulted in heads, find the conditional PDF of P . (c) Given that
the first coin toss resulted in heads, find the conditional probability of heads on the next
toss.
17. Athletes compete one at a time at the high jump. Let Xj be how high the j th jumper
jumped, with X1 , X2 , ... i.i.d. with a continuous distribution. We say that the j th jumper
set a record if Xj is greater than all of Xj−1 , ..., X1 . Is the event “the 110th jumper sets
a record” independent of the event “the 111th jumper sets a record”? Justify your
answer by finding the relevant probabilities in the definition of independence and with
an intuitive explanation.
18. Let U ∼ Unif(0, 1). Using U , construct a r.v. X whose PDF is λe−λx for x > 0 (and 0
otherwise), where λ > 0 is a constant, then X is said to have a Exponential distribution;
this distribution is of great importance in engineering, chemistry, survival analysis, and
elsewhere.
Page 3