An airline reports that it has been experiencing a 15% rate of no-shows on advanced reservations. Among 150 advanced reservations, find the probability that there will be less than 20 no-shows. Use the normal distribution to approximate the binomial distribution.

Respuesta :

Answer:

[tex][tex]P(X<20)=P(Z<-0.572)=0.284[/tex]

Step-by-step explanation:

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Let X the random variable of interest, on this case we now that:

[tex]X \sim Binom(n=150, p=0.15)[/tex]

The probability mass function for the Binomial distribution is given as:

[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]

Where (nCx) means combinatory and it's given by this formula:

[tex]nCx=\frac{n!}{(n-x)! x!}[/tex]

We need to check the conditions in order to use the normal approximation.

[tex]np=150*0.15=22.5 \geq 10[/tex]

[tex]n(1-p)=150*(1-0.15)=127.5 \geq 10[/tex]

So we see that we satisfy the conditions and then we can apply the approximation.

If we appply the approximation the new mean and standard deviation are:

[tex]E(X)=np=150*0.15=22.5[/tex]

[tex]\sigma=\sqrt{np(1-p)}=\sqrt{150*0.15(1-0.15)}=4.373[/tex]

So then our random variable can be distributed on this way:

[tex]X \sim N(\mu =22.5, \sigma=4.373)[/tex]

We are interested on this probability

[tex]P(X<20)[/tex]

And the best way to solve this problem is using the normal standard distribution and the z score given by:

[tex]z=\frac{x-\mu}{\sigma}[/tex]

If we apply this formula to our probability we got this:

[tex]P(X<20)=P(Z<\frac{20-22.5}{4.373})=P(Z<-0.572)[/tex]

And we can find this probability on this way:

[tex]P(Z<-0.572)=0.284[/tex]