116k views
7 votes
The height of sunflowers is Normally distributed with mean 50 inches and standard deviation 8 inches. Use your calculator's statistical functions to find the percent of all sunflowers that are between 35 and 40 inches tall. Be sure to write your answer as a percent, but don't put the percent symbol. Once in percent form, round to 2 places after the decimal.

User Tchartron
by
3.2k points

1 Answer

7 votes

Answer:

7.57

Explanation:

When the distribution is normal, we use 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.

The height of sunflowers is Normally distributed with mean 50 inches and standard deviation 8 inches.

This means that
\mu = 50, \sigma = 8

Percent of all sunflowers that are between 35 and 40 inches tall.

As a proportion, this is the pvalue of Z when X = 40 subtracted by the pvalue of Z when X = 35. So

X = 40


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


Z = (40 - 50)/(8)


Z = -1.25


Z = -1.25 has a pvalue of 0.1057

X = 35


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


Z = (35 - 50)/(8)


Z = -1.88


Z = -1.88 has a pvalue of 0.03

0.1057 - 0.03 = 0.0757

As percent: 0.0757*100% = 7.57%

User Webkitfanz
by
3.2k points