5.1k views
15 votes
2. Scotts American Bulldog males have weights that are normally distributed with

a mean of 85 pounds and a standard deviation of 14.6 pounds. Female American

Bulldog have weights that are normally distributed with a mean of 69 pounds and

a standard deviation of 8.8 pounds. We take a sample of 9 male and 8 female

American bulldogs. What is the probability that the difference in mean weight of

the samples (Male - Female) is greater than fifteen pounds? (Please attach your

work).

User Phill
by
5.5k points

1 Answer

0 votes

Answer:

0.5675 = 56.75% probability that the difference in mean weight of the samples is greater than fifteen pounds.

Explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal Probability Distribution:

Problems of normal distributions can be 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.

Subtraction of normal variables:

When we subtract two normal variables, the mean of the subtraction distribution is the subtraction of the means, while the standard deviation is the square root of the sum of the variances.

Scotts American Bulldog males have weights that are normally distributed with a mean of 85 pounds and a standard deviation of 14.6 pounds.

This means that
\mu = 85, \sigma = 14.6

Sample of 9 male bulldogs:

By the Central Limit Theorem:


n = 9, \mu_M = 85, s_M = (14.6)/(√(9)) = 4.8667

Female American Bulldog have weights that are normally distributed with a mean of 69 pounds and a standard deviation of 8.8 pounds.

This means that
\mu = 69, \sigma = 8.8

Sample of 8 female bulldogs:

By the Central Limit Theorem:


n = 8, \mu_F = 69, s_F = (8.8)/(√(8)) = 3.1113

Subtraction of Male by Female:


\mu_S = \mu_M - \mu_F = 85 - 69 = 16


s_S = √(s_M^2+s_F^2) = √(4.8667^2+3.1113^2) = 5.7762

What is the probability that the difference in mean weight of the samples (Male - Female) is greater than fifteen pounds?

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


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

With our distribution(subtraction)


Z = (X - \mu_S)/(s_S)


Z = (15-16)/(5.7762)


Z = -0.17


Z = -0.17 has a pvalue of 0.4325

1 - 0.4325 = 0.5675

0.5675 = 56.75% probability that the difference in mean weight of the samples is greater than fifteen pounds.

User Brian Putnam
by
5.5k points