the weight of goats at a farm is normally distributed with a mean of 60 kg and a standard deviation of 10 kg. a truck used to transport goats can only accommodate not more than 650 kg. if 10 goats are selected at random from the population, what is the probability that the total weight exceeds the maximum weight?

Respuesta :

Using the normal distribution, it is found that there is a 0.0571 = 5.71% probability that the total weight exceeds the maximum weight.

Normal Probability Distribution

The z-score of a measure X of a normally distributed variable with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex] is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

  • The z-score measures how many standard deviations the measure is above or below the mean.
  • Looking at the z-score table, the p-value associated with this z-score is found, which is the percentile of X.
  • By the Central Limit Theorem, the sampling distribution of sample means of size n has standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

In this problem, we have that the parameters are given as follows:

[tex]\mu = 60, \sigma = 10, n = 10, s = \frac{10}{\sqrt{10}} = 3.1623[/tex]

The probability that the total weight exceeds the maximum weight is the probability of a sample mean above 650/10 = 65 kg, which is one subtracted by the p-value of Z when X = 65.

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

By the Central Limit Theorem

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{65 - 60}{3.1622}[/tex]

Z = 1.58.

Z = 1.58 has a p-value of 0.9429.

1 - 0.9429 = 0.0571.

0.0571 = 5.71% probability that the total weight exceeds the maximum weight.

More can be learned about the normal distribution at https://brainly.com/question/24663213

#SPJ1