Could I have some assistance with part b of the following question: Is it incorrect to substitute poisscdf(3,3) into the y component of the equation as 3 is the expected value of the distribution?
The number of machine failures per month in a certain plant has a Poisson distribution with mean equal to 3. Present facilities at the plant can repair 4 machines per month. If any additional machines fail then they are repaired by an outside contractor.
- Use Matlab to find the probability, on a given month, that the contractor is required to work in the plant. Give your answer to three decimal places.
- The cost (in thousands of dollars) to the plant of machine failures can be approximated as: $$X = 17+5Y+Y^2 $$ Find (to one decimal place) the expected cost of machine failures per month (in thousands of dollars).
HINTS
Let $N$ be the number of failures in a particular month. Then, $N \sim \mathcal{P}(3)$. Do you know what are the expected value and variance of $N$?