You\'re a systems engineer at Dtale airlines....I just can\'t seem to get excel
ID: 3128864 • Letter: Y
Question
You're a systems engineer at Dtale airlines....I just can't seem to get excel equation right.
Explanation / Answer
Let X be the random variable that number of passengers show up for the flight.
X ~ Binomial (n = 230, p = 0.9)
a) Calculate the probability that more than 205 passengers show up for the flight.
That is here we have to find P(X > 205).
EXCEL syntax is,
=1 - BINOMDIST(number_s, trials, probability_s, cumulative)
where number_s = 205
trials = 230
probability_s = 90% = 0.9
cumulative = TRUE
P(X > 205) = 0.6390
b) Calculate the probability that more than 200 passengers show up.
Here we have to find P(X > 200)
EXCEL syntax :
=1 - BINOMDIST(number_s, trials, probability_s, cumulative)
number_s = 200
trials = 230
probability_s = 0.9
cumulative = true
P(X>200) = 0.9197
c) Calculate the probability that at least 195 passangers show up.
That is here we have to calculate P(X >=195)
P(X>=195) = 1 - P(X<194)
EXCEL syntax for P(X<194) is,
=BINOMDIST(number_s, trials, probability_s,cumulative)
P(X<194) = 0.0048
P(X>=195) = 1 - 0.0048 = 0.9952
d) Calculate the probability that at least 190 passengers show up.
We have to find P(X>=190).
EXCEL syntax :
=1 - BINOMDIST(number_s, trials, probability_s,cumulative)
P(X>=190) = 0.9998
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.