In: Statistics and Probability
The speed with which utility companies can resolve problems is very important. GTC, the Georgetown Telephone Company, reports it can resolve customer problems the same day they are reported in 72% of the cases. Suppose the 13 cases reported today are representative of all complaints. |
a-1. |
How many of the problems would you expect to be resolved today? (Round your answer to 2 decimal places.) |
Number of Problems |
a-2. | What is the standard deviation? (Round your answer to 4 decimal places.) |
Standard Deviation |
b. |
What is the probability 7 of the problems can be resolved today? (Round your answer to 4 decimal places.) |
Probability |
c. |
What is the probability 7 or 8 of the problems can be resolved today? (Round your answer to 4 decimal places.) |
Probability |
d. |
What is the probability more than 8 of the problems can be resolved today? (Round your answer to 4 decimal places.) |
Probability |
p = 0.72
n = 13
a-1) Expected value = n * p = 13 * 0.72 = 9.36
a-2) Standard deviation = sqrt(n * p * (1 - p)) = sqrt(13 * 0.72 * 0.28) = 1.6189
b) P(X = 7) = 13C7 * 0.727 * (1 - 0.72)13-7 = 0.0829
c) P(X = 7 or 8) = P(X = 7) + P(X = 8)
= 13C7 * 0.727 * (1 - 0.72)13-7 + 13C8 * 0.728 * (1 - 0.72)13-8
= 0.2429
d) P(X > 8) = P(X = 9) + P(X = 10) + P(X = 11) + P(X = 12) + P(X = 13)
= 13C9 * 0.729 * 0.284 + 13C10 * 0.7210 * 0.283 + 13C11 * 0.7211 * 0.282 + 13C12 * 0.7212 * 0.281 + 13C13 * 0.7213 * 0.280
= 0.7130