Let X = the random variable denoting the number of throws Komla needs to get a six
Since, the probability of getting a six when a die is thrown is 1/6, then we have,
X ~ Geometric(p = 1/6)
The p.m.f. of X is given by,
P(X = x) =
The probability that Komla needs to throw more than 10 times to get a six
= P(X > 10)
= 1 - P(X 10) [since the total probability is 1]
= 1 -
= 1 -
= 1 -
= 1 -
= 1 -
= 1 - 1 + (1 - p)10
= (1 - p)10 = (1 - 1/6)10 = (5/6)10 = 0.162 (rounded to 2 decimal places)
Answer: The probability that Komla needs to throw more than 10 times to get a six is 0.162.
Comments