Answer:
a) There is a 98.17% probability that a randomly selected page has at least one typo on it.
b) There is a 9.16% probability that a randomly selected page has at most one typo on it.
Step-by-step explanation:
Since we only have the mean, we can solve this problem by a Poisson distribution.
In a Poisson distribution, the probability that X represents the number of successes of a random variable is given by the following formula:
![P(X = x) = \frac{e^{-\mu}*\mu^{x}}{(x)!}](https://tex.z-dn.net/?f=P%28X%20%3D%20x%29%20%3D%20%5Cfrac%7Be%5E%7B-%5Cmu%7D%2A%5Cmu%5E%7Bx%7D%7D%7B%28x%29%21%7D)
In which
x is the number of sucesses
e = 2.71828 is the Euler number
is the mean in the given time interval.
In this problem, we have that ![\mu = 4](https://tex.z-dn.net/?f=%5Cmu%20%3D%204)
(a) What is the probability that a randomly selected page has at least one typo on it?
Thats is
. Either a number is greater or equal than 1, or it is lesser. The sum of the probabilities must be decimal 1. So:
![P(X < 1) + P(X \geq 1) = 1](https://tex.z-dn.net/?f=P%28X%20%3C%201%29%20%2B%20P%28X%20%5Cgeq%201%29%20%3D%201)
![P(X \geq 1) = 1 - P(X < 1)](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%201%29%20%3D%201%20-%20P%28X%20%3C%201%29)
In which
.
So
![P(X = 0) = \frac{e^{-4}*4^{0}}{(0)!} = 0.0183](https://tex.z-dn.net/?f=P%28X%20%3D%200%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B0%7D%7D%7B%280%29%21%7D%20%3D%200.0183)
![P(X \geq 1) = 1 - P(X < 1) = 1 - 0.0183 = 0.9817](https://tex.z-dn.net/?f=P%28X%20%5Cgeq%201%29%20%3D%201%20-%20P%28X%20%3C%201%29%20%3D%201%20-%200.0183%20%3D%200.9817)
There is a 98.17% probability that a randomly selected page has at least one typo on it.
(b) What is the probability that a randomly selected page has at most one typo on it?
This is
. So:
![P(X = 0) = \frac{e^{-4}*4^{0}}{(0)!} = 0.0183](https://tex.z-dn.net/?f=P%28X%20%3D%200%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B0%7D%7D%7B%280%29%21%7D%20%3D%200.0183)
![P(X = 1) = \frac{e^{-4}*4^{1}}{(1)!} = 0.0733](https://tex.z-dn.net/?f=P%28X%20%3D%201%29%20%3D%20%5Cfrac%7Be%5E%7B-4%7D%2A4%5E%7B1%7D%7D%7B%281%29%21%7D%20%3D%200.0733)
![P = P(X = 0) + P(X = 1) = 0.0183 + 0.0733 = 0.0916](https://tex.z-dn.net/?f=P%20%3D%20P%28X%20%3D%200%29%20%2B%20P%28X%20%3D%201%29%20%3D%200.0183%20%2B%200.0733%20%3D%200.0916)
There is a 9.16% probability that a randomly selected page has at most one typo on it.