According to the Bureau of Transportation​ Statistics, 81.9​% of American Airlines flights were on time in 2017. Assume this percentage still holds true for American Airlines. For the next 40 flights from American​ Airlines, use the normal approximation to the binomial distribution to complete parts a through d.

a. Determine the probability that fewer than 34 flights will arrive on time.
b. Determine the probability that exactly 32 flights will arrive on time.
c. Determine the probability that 25​, 26​, 27​, or 28 flights will arrive on time.
d. Determine the probability that 28​, 29​, 30​, 31​, or 32 flights will arrive on time.

Respuesta :

Answer:

a) [tex]P(X\leq 34)=P(\frac{X-\mu}{\sigma}\leq \frac{34-32.76}{2.435})=P(Z\leq 0.509)=0.695[/tex]

Using the real binomial distribution we can use the following excel code:

"=BINOM.DIST(34,40,0.819,TRUE)"

And we got 0.7554

b) [tex] P(X=32) = (40C32) (0.819)^{32} (1-0.819)^{40-32} = 0.1488[/tex]

c) [tex]P(25<X\leq 28)=P(\frac{25-32.76}{2.435}<\frac{X-\mu}{\sigma}< \frac{28-32.76}{2.435})=P(-3.187<Z< -1.955)=P(Z<-1.955)-P(Z<-3.187) =0.0246[/tex]

Using the real binomial distribution we can calculate the probability with the following excel formula:

"=BINOM.DIST(28,40,0.819,TRUE)-BINOM.DIST(24,40,0.819,TRUE) "

And we got 0.0453

d) [tex]P(28<X\leq 32)=P(\frac{28-32.76}{2.435}<\frac{X-\mu}{\sigma}< \frac{32-32.76}{2.435})=P(-1.955<Z< -0.312)=P(Z<-0.312)-P(Z<-1.955) =0.3522[/tex]

Using the real binomial distribution we can calculate the probability with the following excel formula:

"=BINOM.DIST(32,40,0.819,TRUE)-BINOM.DIST(27,40,0.819,TRUE) "

And we got 0.420

Step-by-step explanation:

Previous concepts

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=40, p=0.819)[/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=40*0.819= 32.76 \geq 10[/tex]

[tex]n(1-p)=40*(1-0.819)=7.24 [/tex]

The problem says that we can apply the approximation.

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

[tex]E(X)=np=40*0.819=32.76[/tex]

[tex]\sigma=\sqrt{np(1-p)}=\sqrt{40*0.819(1-0.819)}=2.435[/tex]

Part a

We want to find this probability:

[tex]P(X\leq 34)[/tex]

We can use the z score given by this formula [tex]Z=\frac{x-\mu}{\sigma}[/tex].

[tex]P(X\leq 34)=P(\frac{X-\mu}{\sigma}\leq \frac{34-32.76}{2.435})=P(Z\leq 0.509)=0.695[/tex]

Using the real binomial distribution we can use the following excel code:

"=BINOM.DIST(34,40,0.819,TRUE)"

And we got 0.7554

Part b

For this case we want this probability:

[tex] P(X=32)[/tex]

We can use the pmf and we got:

[tex] P(X=32) = (40C32) (0.819)^{32} (1-0.819)^{40-32} = 0.1488[/tex]

Part c

Since we can use the normal approximation we want to find this probability:

[tex] P(25 < X< 28)[/tex]

And using the z score formula we got:

[tex]P(25<X\leq 28)=P(\frac{25-32.76}{2.435}<\frac{X-\mu}{\sigma}< \frac{28-32.76}{2.435})=P(-3.187<Z< -1.955)=P(Z<-1.955)-P(Z<-3.187) =0.0246[/tex]

Using the real binomial distribution we can calculate the probability with the following excel formula:

"=BINOM.DIST(28,40,0.819,TRUE)-BINOM.DIST(24,40,0.819,TRUE) "

And we got 0.0453

Part d

[tex] P(28 < X< 32)[/tex]

And using the z score formula we got:

[tex]P(28<X\leq 32)=P(\frac{28-32.76}{2.435}<\frac{X-\mu}{\sigma}< \frac{32-32.76}{2.435})=P(-1.955<Z< -0.312)=P(Z<-0.312)-P(Z<-1.955) =0.3522[/tex]

Using the real binomial distribution we can calculate the probability with the following excel formula:

"=BINOM.DIST(32,40,0.819,TRUE)-BINOM.DIST(27,40,0.819,TRUE) "

And we got 0.420

ACCESS MORE
EDU ACCESS
Universidad de Mexico