To estimate the percentage of customer accounts for which the number of days between when a bill was sent out and when the payment was made is between 13 and 41 days, we can again use the properties of the normal distribution.
Given:
- Mean = 27 days
- Standard deviation = 7 days
First, we need to determine how many standard deviations away from the mean the values 13 and 41 are:
-
For the lower value (13 days):
\[
z = \frac{(X - \mu)}{\sigma} = \frac{(13 - 27)}{7} = \frac{-14}{7} = -2
\]
-
For the upper value (41 days):
\[
z = \frac{(X - \mu)}{\sigma} = \frac{(41 - 27)}{7} = \frac{14}{7} = 2
\]
Now, we look up these \( z \)-scores in the standard normal distribution.
- A \( z \)-score of -2 corresponds to approximately 2.5% in the lower tail.
- A \( z \)-score of 2 corresponds to approximately 97.5% in the upper tail.
To find the percentage of customer accounts within this range:
\[
\text{Percentage} = \text{Upper} - \text{Lower} = 97.5% - 2.5% = 95%
\]
Thus, approximately 95% of customer accounts have payments made between 13 days and 41 days.