The amount of pollutants that are found in waterways near large cities is normally distributed with mean 8.6 ppm and standard deviation 1.3 ppm. 38 randomly selected large cities are studied. Round all answers to 4 decimal places where possible
a. What is the distribution of X?
b. What is the distribution of a?
c. What is the probability that one randomly selected city's waterway will have more than 8.5 ppm pollutants?
d. For the 38 cities, find the probability that the average amount of pollutants is more than 8.5 ppm.
e. For part d), is the assumption that the distribution is normal necessary?
f. Find the IQR for the average of 38 cities.
Q1=__________ ppm
Q3 =_________ ppm
IQR=_________ ppm

Respuesta :

We assume that question b is asking for the distribution of [tex] \\ \overline{x}[/tex], that is, the distribution for the average amount of pollutants.

Answer:

a. The distribution of X is a normal distribution [tex] \\ X \sim N(8.6, 1.3)[/tex].

b. The distribution for the average amount of pollutants is [tex] \\ \overline{X} \sim N(8.6, \frac{1.3}{\sqrt{38}})[/tex].

c. [tex] \\ P(z>-0.08) = 0.5319[/tex].

d. [tex] \\ P(z>-0.47) = 0.6808[/tex].

e. We do not need to assume that the distribution from we take the sample is normal. We already know that the distribution for X is normally distributed. Moreover, the distribution for [tex] \\ \overline{X}[/tex] is also normal because the sample was taken from a normal distribution.

f. [tex] \\ IQR = 0.2868[/tex] ppm. [tex] \\ Q1 = 8.4566[/tex] ppm and [tex] \\ Q3 = 8.7434[/tex] ppm.

Step-by-step explanation:

First, we have all this information from the question:

  • The random variable here, X, is the number of pollutants that are found in waterways near large cities.
  • This variable is normally distributed, with parameters:
  • [tex] \\ \mu = 8.6[/tex] ppm.
  • [tex] \\ \sigma = 1.3[/tex] ppm.
  • There is a sample of size, [tex] \\ n = 38[/tex] taken from this normal distribution.

a. What is the distribution of X?

The distribution of X is the normal (or Gaussian) distribution. X (uppercase) is the random variable, and follows a normal distribution with [tex] \\ \mu = 8.6[/tex] ppm and [tex] \\ \sigma =1.3[/tex] ppm or [tex] \\ X \sim N(8.6, 1.3)[/tex].

b. What is the distribution of [tex] \\ \overline{x}[/tex]?

The distribution for [tex] \\ \overline{x}[/tex] is [tex] \\ N(\mu, \frac{\sigma}{\sqrt{n}})[/tex], i.e., the distribution for the sampling distribution of the means follows a normal distribution:

[tex] \\ \overline{X} \sim N(8.6, \frac{1.3}{\sqrt{38}})[/tex].

c. What is the probability that one randomly selected city's waterway will have more than 8.5 ppm pollutants?

Notice that the question is asking for the random variable X (and not [tex] \\ \overline{x}[/tex]). Then, we can use a standardized value or z-score so that we can consult the standard normal table.

[tex] \\ z = \frac{x - \mu}{\sigma}[/tex] [1]

x = 8.5 ppm and the question is about [tex] \\ P(x>8.5)[/tex]=?  

Using [1]

[tex] \\ z = \frac{8.5 - 8.6}{1.3}[/tex]

[tex] \\ z = \frac{-0.1}{1.3}[/tex]

[tex] \\ z = -0.07692 \approx -0.08[/tex] (standard normal table has entries for two decimals places for z).

For [tex] \\ z = -0.08[/tex], is [tex] \\ P(z<-0.08) = 0.46812 \approx 0.4681[/tex].

But, we are asked for [tex] \\ P(z>-0.08) \approx P(x>8.5)[/tex].

[tex] \\ P(z<-0.08) + P(z>-0.08) = 1[/tex]

[tex] \\ P(z>-0.08) = 1 - P(z<-0.08)[/tex]

[tex] \\ P(z>-0.08) = 0.5319[/tex]

Thus, "the probability that one randomly selected city's waterway will have more than 8.5 ppm pollutants" is [tex] \\ P(z>-0.08) = 0.5319[/tex].

d. For the 38 cities, find the probability that the average amount of pollutants is more than 8.5 ppm.

Or [tex] \\ P(\overline{x} > 8.5)[/tex]ppm?

This random variable follows a standardized random variable normally distributed, i.e. [tex] \\ Z \sim N(0, 1)[/tex]:

[tex] \\ Z = \frac{\overline{X} - \mu}{\frac{\sigma}{\sqrt{n}}}[/tex] [2]

[tex] \\ z = \frac{\overline{8.5} - 8.6}{\frac{1.3}{\sqrt{38}}}[/tex]

[tex] \\ z = \frac{-0.1}{0.21088}[/tex]

[tex] \\ z = \frac{-0.1}{0.21088} \approx -0.47420 \approx -0.47[/tex]

[tex] \\ P(z<-0.47) = 0.31918 \approx 0.3192[/tex]

Again, we are asked for [tex] \\ P(z>-0.47)[/tex], then

[tex] \\ P(z>-0.47) = 1 - P(z<-0.47)[/tex]

[tex] \\ P(z>-0.47) = 1 - 0.3192[/tex]

[tex] \\ P(z>-0.47) = 0.6808[/tex]

Then, the probability that the average amount of pollutants is more than 8.5 ppm for the 38 cities is [tex] \\ P(z>-0.47) = 0.6808[/tex].

e. For part d), is the assumption that the distribution is normal necessary?

For this question, we do not need to assume that the distribution from we take the sample is normal. We already know that the distribution for X is normally distributed. Moreover, the distribution for [tex] \\ \overline{X}[/tex] is also normal because the sample was taken from a normal distribution. Additionally, the sample size is large enough to show a bell-shaped distribution.  

f. Find the IQR for the average of 38 cities.

We must find the first quartile (25th percentile), and the third quartile (75th percentile). For [tex]\\ P(z<0.25)[/tex], [tex] \\ z \approx -0.68[/tex], then, using [2]:

[tex] \\ -0.68 = \frac{\overline{X} - 8.6}{\frac{1.3}{\sqrt{38}}}[/tex]

[tex] \\ (-0.68 *0.21088) + 8.6 = \overline{X}[/tex]

[tex] \\ \overline{x} =8.4566[/tex]

[tex] \\ Q1 = 8.4566[/tex] ppm.

For Q3

[tex] \\ 0.68 = \frac{\overline{X} - 8.6}{\frac{1.3}{\sqrt{38}}}[/tex]

[tex] \\ (0.68 *0.21088) + 8.6 = \overline{X}[/tex]

[tex] \\ \overline{x} =8.7434[/tex]

[tex] \\ Q3 = 8.7434[/tex] ppm.

[tex] \\ IQR = Q3-Q1 = 8.7434 - 8.4566 = 0.2868[/tex] ppm

Therefore, the IQR for the average of 38 cities is [tex] \\ IQR = 0.2868[/tex] ppm. [tex] \\ Q1 = 8.4566[/tex] ppm and [tex] \\ Q3 = 8.7434[/tex] ppm.