Question

In: Statistics and Probability

The baseball players salaries from the 2015 season have a population mean μ = 4.215 million...

The baseball players salaries from the 2015 season have a population mean μ = 4.215 million dollars and the population standard deviation σ = 5.481 million dollars.

1. Use the equation for central limit theorem to determine the mean and the standard deviation of the sampling distribution of sample means of n = 60 randomly selected baseball players

  1. The Central Limit Theorem indicates that the sampling distribution is approximately normal. Why does this allow us to use the NORM.DIST and NORM.INV functions?

  2. Use the NORM.DIST function together with the values in part a to find the probability that a randomly selected sample of 60 baseball players will have a sample mean salary between 3 million and 5 million dollars?

  3. Use the NORM.DIST function together with the values in part a to find the probability that a randomly selected sample of 60 baseball players will have a sample mean salary greater than 6.5 million dollars?

  4. Use the NORM.INV function together with the values in part a to find the value xR for which 25% of randomly selected samples of 50 baseball players will have a mean salary smaller than xR?

  5. Use the previous part to determine the value xL for which 25% of randomly selected samples of 50 baseball players will have a mean salary greater than xL?

Solutions

Expert Solution

The baseball players salaries from the 2015 season have a population mean μ = 4.215 million dollars and the population standard deviation σ = 5.481 million dollars.

let 'X' represent the salaries of the players

X N( =4.215, =5.481   )

z-score =   

Use the equation for central limit theorem to determine the mean and the standard deviation of the sampling distribution of sample means of n = 60 randomly selected baseball players

Central limit theorem states that if the sample size is large ( n > 30) then the distribution of the means of similar sample size will approximately follow normal distribution. The parameters are as follows.

n = 60

z-score= ( - 4.215) / 0.7076

The Central Limit Theorem indicates that the sampling distribution is approximately normal. Why does this allow us to use the NORM.DIST and NORM.INV functions?

Central limit theorem states that if the sample size is large ( n > 30) then the distribution of the means of similar sample size will approximately follow normal distribution.

Use the NORM.DIST function together with the values in part a to find the probability that a randomly selected sample of 60 baseball players will have a sample mean salary between 3 million and 5 million dollars?

P(3 < < 5) = P( < 5 ) - P( < 3)

So these are two cdf. To use the norm.dist we input : norm.dist(x,mean, sd, true)

where the last argument is for finding the cumulative probability.

Therefore here we sub

P(3 < < 5) = P( < 5 ) - P( < 3)

= norm.dist(5, 4.215, 0.7076 true) - norm.dist(3, 4.215, 0.7076 true)

= 0.86637 - 0.04298

Ans:0.82339

Use the NORM.DIST function together with the values in part a to find the probability that a randomly selected sample of 60 baseball players will have a sample mean salary greater than 6.5 million dollars?

P( > 6.5) = 1 - P( < 6.5)

=1 - norm.dist(6.5, 4.215, 0.7076 true)

=1 - 0.99938

ans: 0.00621

Use the NORM.INV function together with the values in part a to find the value xR for which 25% of randomly selected samples of 50 baseball players will have a mean salary smaller than xR?

THe distribution will be changed since now we have n = 50

Here we want to find the mean or the 'x' value from the given probability.

P( X < ) = 25%

For this we use: norm.dist(p.,mean, sd)

P( X < ) = 25%

=norm.dist(0.25.,4.215, 0.77513)

ans: 3.69218

Use the previous part to determine the value xL for which 25% of randomly selected samples of 50 baseball players will have a mean salary greater than xL?

P( X > ) = 25%

For this we use: norm.dist(p.,mean, sd)

P( X < ) = 75% ...............we subtract from 1 so we get '<' sign since values are for less than type.

=norm.dist(0.75.,4.215, 0.77513)

ans: 4.73782


Related Solutions

The baseball players salaries from the 2015 season have apopulation mean μ = 4.215 million...
The baseball players salaries from the 2015 season have a population mean μ = 4.215 million dollars and the population standard deviation σ = 5.481 million dollars.Use Equation standard Deviation/ √n  to determine the mean and the standard deviation of the sampling distribution of sample means of n randomly selected baseball players where (i) n = 15 and n = 100.What happened to the mean and the standard deviation of the sampling distribution as the sample size increased? Explain why your...
The following is a chart of 25 baseball players' salaries and statistics from 2016. Player Name...
The following is a chart of 25 baseball players' salaries and statistics from 2016. Player Name RBI's HR's AVG Salary (in millions) Joe Mauer 49 11 0.261 23.000 Robinson Cano 103 39 0.298 24.050 Leonys Martin 47 15 0.245 4.150 Brandon Crawford 84 12 0.275 6.000 Colby Rasmus 54 15 0.206 15.800 Carlos Gonzalez 100 25 0.298 17.454 Matt Kemp 108 35 0.268 21.500 Prince Fielder 44 8 0.212 18.000 Mark Teixeira 44 15 0.204 23.125 Yoenis Cespedes 86 31...
The following is a chart of 25 baseball players' salaries and statistics from 2019. Player Name...
The following is a chart of 25 baseball players' salaries and statistics from 2019. Player Name RBI's HR's AVG Salary (in millions) Adam Jones 67 16 0.260 4.500 Marwin Gonzalez 55 15 0.264 12.000 Wil Myers 53 18 0.239 5.500 Christian Vazquez 72 23 0.276 2.850 Adam Eaton 49 15 0.279 8.400 Joey Votto 47 15 0.261 25.000 Stephen Piscotty 44 13 0.249 7.333 DJ LeMahieu 102 26 0.327 12.000 Max Kepler 90 36 0.252 6.000 Christian Yelich 97 44...
A professional baseball players contract is set to expire at the conclusion of the current season....
A professional baseball players contract is set to expire at the conclusion of the current season. He believes that his performance garners a substantial increase from his current salary. This desire has prompted the club to __________ during the season to satisfy his contract desires and hopefully prevent him from entering free agency. Go through arbitration Hire a mediator Trade him away Enter negotiation talks The practice of hazing on sports teams would classify as ________ Crimes against Government Crimes...
Consider the salaries of Major League Baseball players from 1988 to 2011 (you can find that...
Consider the salaries of Major League Baseball players from 1988 to 2011 (you can find that data at http://www.mathcs.org/statistics/datasets/MLBPlayerSalaries.xlsx). Do you think that this data is normally distributed, using common sense? Confirm your suspicion by drawing a frequency histogram of the salary, using 6 bins. Based on that histogram, do you think the median is greater or less than the mean? Note that your answer must include that histogram, properly constructed with 6 bins.
25 New York Yankees players from the Major League Baseball, 2016 season, were asked about their...
25 New York Yankees players from the Major League Baseball, 2016 season, were asked about their salaries. They were further classified into pitchers and non-pitchers and the following data on their wages were obtained: 14 pitchers with sample mean = 8,592,211 and sample standard deviation = 8,869,873 11 non-pitchers with sample mean = 8,335,158 and sample standard deviation = 8,969,283 Assume that the population deviations are the same. to. Considering a significance level of 0.01, can it be concluded that...
I have a collection of baseball cards, some from the 1984 season and some from other...
I have a collection of baseball cards, some from the 1984 season and some from other seasons. Considering only my valuable baseball cards, 60% of them are from 1984. Overall, 3% of my baseball cards are both valuable and from the 1984 season, and 38% of my cards are not valuable and not from the 1984 season. Fill out the table below p(1984 and V) = p(not 1984 and V) = p(V) = p(1984 and not V) = p(not 1984...
Major league baseball team owners have an oligopoly in the market for baseball players
3. Problems and Applications Q3This chapter discusses companies that are oligopolists in the market for the goods they sell. Many of the same ideas apply to companies that are oligopolists in the market for the inputs they buy. If sellers who are oligopolists try to increase the price of goods they sell, the goal of buyers who are oligopolists is to try to decrease the prices of goods they buy Major league baseball team owners have an oligopoly in the market...
In 2007, baseball players made on average $1.8 million. Using these randomly sample 12 players (All...
In 2007, baseball players made on average $1.8 million. Using these randomly sample 12 players (All in Millions of Dollars) from 2011 , Is there evidence that salaries are now different? Assume a 5% significance level $2.7, 2.9, 1.5, 2.2, 2.5, 2.0, 1.7, 2.9, 2.8, 2.6, 0.8, 2.7 Provide the following in your final analyses: the distribution to be used and why; all assumptions required for this study and if each assumption is met or not (if an assumption is...
A random sample is drawn from a population with mean μ = 66 and a standard...
A random sample is drawn from a population with mean μ = 66 and a standard deviation σ =5.5. Are the sampling distribution of the sample mean with n = 16 and with n = 36 normally distributed? A. Yes, both the sample means will have a normal distribution. B. No, for both sample sizes, the standard normal distribution could not be used. C. No, the standard normal distribution could be used only for the sample size n = 16....
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT