163k views
1 vote
The number of days ahead travelers purchase their airline tickets can be modeled by an exponential distribution with the average amount of time equal to 15 days. Find the probability that a traveler will purchase a ticket fewer than ten days in advance. How many days do half of all travelers wait

1 Answer

2 votes

Answer:

The right answer is:

(a) 0.4866

(b) 10.3972

Explanation:

Let X be the number of days,

X is
exp(\lambda),


\lambda =(1)/(15)

now,


F_x(x) = P(X \leq x)


=1-e^(-\lambda x)


=1-e^{-(x)/(15) }

or,


x>0

(a)


P(X<10)=F_x(10)


=1-e^{(10)/(15) }


=1-e^{(2)/(3) }


=0.4866

(b)

If the medium be m, then


P(X=m) = (1)/(2)


=2^(-1)


1-e^{-(m)/(15) } = (1)/(2)


e^{-(m)/(15) } = 2^(-1)


m= 15\ ln2


=10.3972

User Martin Cook
by
4.7k points