124k views
3 votes
Assume that each of your calls to a popular radio station has a probability of 0.02 of connecting, that is, of not obtaining a busy signal. Assume that your calls are independent. (a) What is the probability that your first call that connects is your 10th call? (b) What is the probability that it requires more than five calls for you to connect? (c) What is the mean number of calls needed to connect?

User YouBee
by
5.2k points

1 Answer

4 votes

Answer and explanation:

Given : Assume that each of your calls to a popular radio station has a probability of 0.02 of connecting, that is, of not obtaining a busy signal. Assume that your calls are independent.

This form an geometric probability,

Probability that call connects p=0.02

Probability that call does not connect q=1-0.02=0.98

To find :

(a) What is the probability that your first call that connects is your 10th call?

The formula is given by,


P(X=k)=q^(k-1)p


P(X=10)=(0.98)^(10-1)* 0.02


P(X=10)=(0.98)^(9)* 0.02


P(X=10)=0.01667

(b) What is the probability that it requires more than five calls for you to connect?


\small P = P(X>5) = 1 - P(X \leq 5)


\small So,P(X>5) = 1 - P(X=1)- P(X=2)- P(X=3)- P(X=4)-P(X=5)


\tiny \Rightarrow P(X>5)=1 - (0.98)^(0)(0.02) - (0.98)^(1)(0.02) -(0.98)^(2)(0.02)-(0.98)^(3)(0.02) - (0.98)^(4)(0.02)


\tiny \Rightarrow P(X>5)=1 - 0.02 - 0.0196 -0.019208-0.01882384 - 0.0184473632


\tiny \Rightarrow P(X>5)=0.90392

(c) What is the mean number of calls needed to connect?

The mean value of a geometric distribution with probability of success = p is given by -


\mu = E[X] = (1)/(p)


\mu = E[X] = (1)/(0.02)


\mu = E[X] =50

User Anhlc
by
5.4k points