Answer:
2.28% of the batteries will fail within the first 65 months of use
Explanation:
We have a bell shaped battery life distribution. Let X be the random variable that represents a battery life in months. If we suppose that we can model the battery lifes with the normal distribution with
months and
months, we have the normal probability density function
,
we are seeking
.
= 0.0228. So
2.28% of the batteries will fail within the first 65 months of use. We can use a table from a book or a programming language to compute the probability, here we use the instruction pnorm(65, mean = 75, sd = 5) and the R statistical programming language.