Solution:
Let X denote the number throws until we get a 4. Then X takes values: 1,2,3,… So the state space of X is {1,2,3,…}
The PMF is (probability for a 4 is 61 and for the probability of non occurrence of six is (1−61) )
f(x)={(1−61)x−161,0,x=1,2,3,… elsewhere
The expected number of throws :
E(X)=∑x=1∞x(1−61)x−161=61[1+2(1−61)+3(1−61)2+4(1−61)3+...]=61(1−65)−2=61(61)−2=6
Similarly, to get a 5, the expected number of throws is 6.
Thus, in total, the expected number of throws to get a 4 and a 5 is (6+6)=12.
Comments