148k views
1 vote
The average ticket price for a Spring Training baseball game is $29.89, with a standard deviation of $5.28. In a random sample of 40 Spring Training tickets, find the probability that the mean ticket price exceeds $33

2 Answers

2 votes

Answer:


P(\bar X >33)

And we can use the z score formula given by:


z =(\bar X -\mu)/((\sigma)/(√(n)))

And if we find the z score for 33 we got:


z = (33-29.89)/((5.28)/(√(40)))= 3.725

And we can use the complement rule and we got:


P(Z>3.725)= 1-P(Z<3.725)= 1-0.9999= 0.0001

Explanation:

Previous conepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The central limit theorem states that "if we have a population with mean μ and standard deviation σ and take sufficiently large random samples from the population with replacement, then the distribution of the sample means will be approximately normally distributed. This will hold true regardless of whether the source population is normal or skewed, provided the sample size is sufficiently large".

Solution to the problem

We know the following properties for the variable of interest:


\mu = 29.89 , \sigma=5.28

We select a sample size of n = 40>30. From the central limit theorem we know that the distribution for the sample mean
\bar X is given by:


\bar X \sim N(\mu, (\sigma)/(√(n)))

And for this case we want to find this probability:


P(\bar X >33)

And we can use the z score formula given by:


z =(\bar X -\mu)/((\sigma)/(√(n)))

And if we find the z score for 33 we got:


z = (33-29.89)/((5.28)/(√(40)))= 3.725

And we can use the complement rule and we got:


P(Z>3.725)= 1-P(Z<3.725)= 1-0.9999= 0.0001

User Magnus Bull
by
4.3k points
4 votes

Answer:

0.01% probability that the mean ticket price exceeds $33

Explanation:

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

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 = 29.89, \sigma = 5.28, n = 40, s = (5.28)/(√(40)) = 0.8348

Find the probability that the mean ticket price exceeds $33

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


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

By the Central Limit Theorem


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


Z = (33 - 29.89)/(0.8348)


Z = 3.73


Z = 3.73 has a pvalue of 0.9999

1 - 0.9999 = 0.0001

0.01% probability that the mean ticket price exceeds $33

User Zhou Hongbo
by
4.3k points