197k views
4 votes
The weights of college football players follows a normal distribution with mean 225 pounds and standard deviation 23 pounds. A random sample of 25 college football players is taken and the sample mean (Ybar) is computed. Calculate the following:

1. the mean of Ybar
2. the standard deviation of Ybar
3. the probability that Ybar will be greater than 235 pounds
4. the probability that the weight of a single randomly selected college football player will be greater than 235 pounds

User Kindrobot
by
4.5k points

1 Answer

6 votes

Answer:

1) 225 pounds

2) 4.6 pounds

3) 1.50% Ybar will be greater than 235 pounds

4) 33.36% probability that the weight of a single randomly selected college football player will be greater than 235 pounds

Explanation:

Normal probability distribution

Problems of normally distributed samples are solved using the z-score formula.

In a set with mean
\mu and standard deviation
\sigma, the zscore of a measure X is given by:


Z = (X - \mu)/(\sigma)

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the pvalue, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean
\mu and standard deviation
\sigma, the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean
\mu and standard deviation
s = (\sigma)/(√(n)).

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

In this problem, we have that:


\mu = 225, \sigma = 23, n = 25, s = (25)/(√(25)) = 4.6

1. the mean of Ybar

By the Central Limit Theorem, 225 pounds

2. the standard deviation of Ybar

By the Central Limit Theorem, 4.6 pounds

3. the probability that Ybar will be greater than 235 pounds

This is 1 subtracted by the pvalue of Z when X = 235. So


Z = (X - \mu)/(\sigma)

By the Central Limit Theorem


Z = (X - \mu)/(s)


Z = (235 - 225)/(4.6)


Z = 2.17


Z = 2.17 has a pvalue of 0.9850

1 - 0.9850 = 0.0150

1.50% Ybar will be greater than 235 pounds

4. the probability that the weight of a single randomly selected college football player will be greater than 235 pounds

This is 1 subtracted by the pvalue of Z when X = 235. So


Z = (X - \mu)/(\sigma)


Z = (235 - 225)/(23)


Z = 0.43


Z = 0.43 has a pvalue of 0.6664

1 - 0.6664 = 0.3336

33.36% probability that the weight of a single randomly selected college football player will be greater than 235 pounds

User Wenjie
by
5.1k points