In: Math
In problems 1 – 5, a binomial experiment is conducted with the given parameters. Compute the probability of X successes in the n independent trials of the experiment.
1. n = 10, p = 0.4, X = 3
2. n = 40, p = 0.9, X = 38
3. n = 8, p = 0.8, X = 3
4. n = 9, p = 0.2, X < 3
5. n = 7, p = 0.5, X = > 3
According to American Airlines, its flight 1669 from Newark to Charlotte is on time 90% of the time. Suppose 15 flight are randomly selected and the number of on – time flights is recorded.
a. Find the probability that exactly 14 flights are on time.
b. Find the probability that at least 14 flights are on time.
c. Find the probability that fewer than 14 flights are on time.
d. Find the probability that between 12 and 14 flights are on time.
e. Find the probability that every flight is on time.
Please note nCx = n! / [(n-x)!*x!]
Binomial Probability = nCx * (p)x * (q)n-x, where n = number of trials and x is the number of successes.
p = probability of success and q = 1 - p
____________________________________________________________________________
1) n = 10, p = 0.4, q = 0.6. To find P(X = 3)
P(X = 3) = 10C3 * (0.4)3 * (0.6)10-3 = 7 = 0.2150
_______________________________________________________________________________
2) n = 40, p = 0.9, q = 0.1. To find P(X = 38)
P(X = 38) = 40C38 * (0.9)38 * (0.1)40-38 = 2 = 0.1423
_______________________________________________________________________________
3) n = 8, p = 0.8, q = 0.2. To find P(X = 3)
P(X = 3) = 8C3 * (0.8)3 * (0.2)8-3 = 5 = 0.0092
_______________________________________________________________________________
4) n = 9, p = 0.2, q = 0.8. To find P(X < 3) = P(0) + P(1) + P(2)
P(X = 0) = 9C0 * (0.2)0 * (0.8)9-0 = 9 = 0.1342
P(X = 1) = 9C1 * (0.2)1 * (0.8)9-1 = 8 = 0.3020
P(X = 2) = 9C2 * (0.2)2 * (0.8)9-2 = 7 = 0.3020
Therefore P(X < 3) = 0.1342 + 0.3020 + 0.3020 = 0.7382
_______________________________________________________________________________
5) n = 7, p = 0.5, q = 0.5.
To find P(X => 3) = P(3) + P(4) + P(5) + P(6) + P(7) = 1 - [P(0) + P(1) + P(2)]
P(X = 0) = 7C0 * (0.5)0 * (0.5)7-0 = 7 = 0.0078
P(X = 1) = 7C1 * (0.5)1 * (0.5)7-1 = 6 = 0.0547
P(X = 2) = 7C2 * (0.5)2 * (0.5)7-2 = 5 = 0.1641
Therefore P(X => 3) = 1 - (0.0078 + 0.0547 + 0.1641) = 1 - 0.2266 = 0.7734
_______________________________________________________________________________
Flight question: n = 15, p = 0.9, q = 0.1
(a) P(X = 14) = 15C14 * (0.9)14 * (0.1)15-14 = 1 = 0.3432
_____________________________________________________
(b) P(At Least 14) = P(14) + P(15). From (a) P(14) = 0.3432
P(X = 15) = 15C15 * (0.9)15 * (0.1)15-15 = 0 = 0.2059
Therefore P(At least 14) = 0.3432 + 0.2059 = 0.5941
___________________________________________________
(c) P(Fewer than 14) = P(X < 14) = 1 - P(14) + P(15).
From (a) P(14) = 0.3432 and from (b) P(15) = 0.2059
Therefore P(Fewer than 14) = 1 - (0.3432 + 0.2059) =1 - (0.5491) = 0.4509
____________________________________________________________
(d) Since the word ' both inclusive' is not there, therefore
P(between 12 and 14) = P(12 < X < 14) = P(X < 14) - P(X < 12)
From (c) P(X < 14) = 0.4509
P(X < 12) = 1 - [P(12) + P(13) + P(14) + P(15).
From (a) and (b) P(14) = 0.3432 and P(15) = 0.2059
P(X = 12) = 15C12 * (0.9)12 * (0.1)15-12 = 3 = 0.1285
P(X = 13) = 15C13 * (0.9)13 * (0.1)15-13 = 2 = 0.2669
Therefore P(X < 12) = 1 - (0.1285 + 0.2669 + 0.3432 + 0.2059) = 1 - 0.9445 = 0.0555
Therefore P(between 12 and 14) = P(X < 14) - P(X < 12) = 0.4509 - 0.0555 = 0.3954
____________________________________________________________________________
(e) P(Every flight is on time)
P(X = 15) = 15C15 * (0.9)15 * (0.1)15-15 = 0 = 0.2059
._______________________________________________________________________________