In: Statistics and Probability
Suppose approximately 80% of all marketing personnel are extroverts, whereas about 70% of all computer programmers are introverts. (Round your answers to three decimal places.)
(a) At a meeting of 15 marketing personnel, what is the
probability that 10 or more are extroverts?
What is the probability that 5 or more are extroverts?
What is the probability that all are extroverts?
(b) In a group of 4 computer programmers, what is the probability
that none are introverts?
What is the probability that 2 or more are introverts?
What is the probability that all are introverts?
Please note nCx = n! / [(n-x)!*x!]
Some important probabilities for faster calculations:
(a) nC0 = 1, eg 5C0 = 1, 99C0 = 1
(b) nCn = 1, eg 10C10 = 1, 75C75 = 1
(c) nC1 = n, , eg 5C1 = 5, 99C1 = 99
Binomial Probability = nCx * (p)x * (q)n-x, where n = number of trials and x is the number of successes.
Also sum of probabilities from 0 till n = 1, i.e P(0) + P(1) + P(2) +.......+P(n) = 1
_____________________________________________________________________________
(a) Here n = 15,p = 80% = 0.8, q = 1 - p = 0.2
(i) P(10 or more are extroverts) = P(X 10) = P(10) + P(11) + P(12) + P(13) + P(14) + P(15)
P(X = 10) = 15C10 * (0.8)10 * (0.2)15-10 = 5 = 0.1032
P(X = 11) = 15C11 * (0.8)11 * (0.2)15-11 = 4 = 0.1876
P(X = 12) = 15C12 * (0.8)12 * (0.2)15-12 = 3 = 0.2501
P(X = 13) = 15C13 * (0.8)13 * (0.2)15-13 = 2 = 0.2309
P(X = 14) = 15C14 * (0.8)14 * (0.2)15-14 = 1 = 0.1319
P(X = 15) = 15C15 * (0.8)15 * (0.2)15-15 = 0 = 0.0352
Therefore P(X 10) = 0.1032 + 0.1876 + 0.2501 + 0.2309 + 0.1319 + 0.0352 = 0.9389 0.939
____________________________________________________________________
(ii) P(5 or more extroverts) = P(X 5) = P(5) + P(6) + P(7) + P(8) + P(9) + P(10) + P(11) + P(12) + P(13) + P(14) + P(15)
Since P(1) + P(2) + P(3) + ...............+ P(14) + P(15) = 1
Therefore P(X 5) = 1 - [P(0) + P(1) + P(2) + P(3) + P(4)]
P(X = 0) = 15C0 * (0.8)0 * (0.2)15-0 = 15 =
P(X = 1) = 15C1 * (0.8)1 * (0.2)15-1 = 14 = 0.0000
P(X = 2) = 15C2 * (0.8)2 * (0.2)15-2 = 13 = 0.0000
P(X = 3) = 15C3 * (0.8)3 * (0.2)15-3 = 12 = 0.0000
P(X = 4) = 15C4 * (0.8)4 * (0.2)15-4 = 11 = 0.0000
[P(0) + P(1) + P(2) + P(3) + P(4) = 0 + 0 + 0 + 0 + 0 = 0.0000
Therefore P(X 5) = 1 - (0.0000) = 1.000
__________________________________________________________________
(iii) P(all are extroverts) = P(X = 15)
P(X = 15) = 15C15 * (0.8)15 * (0.2)15-15 = 0 = 0.035
________________________________________________________________________
(b) Here n = 4, p = 70% = 0.7, q = 1 - p = 0.3
(i) P(None are introverts = P(X = 0)
P(X = 0) = 4C0 * (0.7)0 * (0.3)4-0 = 4 = 0.008
____________________________________________________________________
(ii) P(2 or more are introverts) = P( X 2) = P(2) + P(3) + P(4)
P(X = 2) = 4C2 * (0.7)2 * (0.3)4-2 = 2 = 0.2646
P(X = 3) = 4C3 * (0.7)3 * (0.3)4-3 = 1 = 0.4116
P(X = 4) = 4C4 * (0.7)4 * (0.3)4-4 = 0 = 0.2401
Therefore P( X 2) = 0.2646 + 0.4116 + 0.2401 = 0.9163 0.916
_________________________________________________________________________
(iii) P(All are introverts) = P(X = 4)
P(X = 4) = 4C4 * (0.7)4 * (0.3)4-4 = 0 = 0.240
_________________________________________________________________________