The possible number of tails is: 0,1,2,3,4. Those are the values that Y can take.
In order to compute the respective probabilities we will use the binomial distribution. We assume that the probability of a tail and the probability of a head are equal. We receive:
P(Y=0)=(21)4=161;P(Y=1)=C41(21)4=4(21)4=41;
P(Y=2)=C42(21)4=23⋅4(21)4=83;P(Y=3)=C43(21)4=41;
P(Y=4)=C44(21)4=161
We check that the sum of all probabilities is 1: P(Y=0)+P(Y=1)+P(Y=2)+P(Y=3)+P(Y=4)=
161+161+41+41+83=21+21=1
Comments