Question

In: Statistics and Probability

1. The table below gives the 20 values from the Class Survey: What Was Your High...

1. The table below gives the 20 values from the Class Survey: What Was Your High School G.P.A. taken in my afternoon class earlier this semester. At the time, we considered this data to be a sample, but for the purposes of this assignment, assume this data represents a population.
1.9
2.4
2.5
2.8
2.8
2.9
2.9
3.0
3.0
3.0
3.1
3.2
3.2
3.2
3.4
3.6
3.7
3.8
4.0
4.0
1. Use 1-Var Stats to calculate the mean, , and standard deviation, , of this population (round to two decimals). (2 pts)
2. Now, use the MATH – RANDINT function on your graphing calculator to choose an SRS of 8 values from this population (assign #s to all the data values, then choose 8 random integers from 1 – 28) and list them here. (3 pts)
3. Use 1-Var Stats to calculate the sample mean of the sample you chose in #2 (round to two decimals). (2 pts)

(continued on the back)
4. What is the critical value that should be used to construct a confidence interval with a confidence level of 90%. (3 pts)
5. Calculate the margin of error for constructing a 90% confidence interval estimate for the population mean (round to two decimals). (4 pts)
6. Calculate the upper and lower bounds for your confidence interval estimate. (4 pts)
7. Does your confidence interval contain the value of the population mean from #1?
​(It’s ok if it doesn’t; there should be a 10% chance that it will not.) (2 pts)

Solutions

Expert Solution

Given data is

1.9

2.4

2.5

2.8

2.8

2.9

2.9

3.0

3.0

3.0

3.1

3.2

3.2

3.2

3.4

3.6

3.7

3.8

4.0

4.0

a)To calculate the mean, , and standard deviation, , of this population

{Note - now you can use graphing calculator to calculate the mean, , and standard deviation , or it can be calculated by using mannual process or using any other software like R. Here i cannot paste output of using 1-Var Stats in graphing calculator so , will calculate it mannualy and then using R-software .}

Formula -        Mean = =

           standard deviation =

Hence Mean of population is

= = ( 1.9 + 2.4 + 2.5+ 2.8 +2.8 +2.9 +......+3.4+ 3.6 +3.7 +3.8+ 4.0+4.0) / 20

     = 62.4 / 20

= 3.12                  ( Population mean )

And Standard Deviation is

=

Now =   { (1.9-3.12)2 + (2.4-3.12)2 + (2.5-3.12)2+ (2.8-3.12)2 +......... +(3.7-3.12)2 +(3.8-3.12)2+

                                           (4.0-3.12)2+(4.0-3.12)2)   }/ (20-1)

         = 5.412 / 19 = 0.2848421

Hence = = = 0.533706

Thus mean, , and standard deviation, of this population (round to two decimals) is

Mean = 3.12

Standard Deviation = 0.53

2. Now, use the MATH – RANDINT function on your graphing calculator to choose an SRS of 8 values from this population

Note You can genrate random numbers using graphing calculator( by using MATH – RANDINT) or by statistical book. Here i cannot paste output of graphing calculator hence genrate random nubers using R-software only .

R - Code and command

> r=1:20                      # define set of numbers
> R_N=sample(r,8)    # to genrate 8 random numbers between 1-20
> R_N                            # these are genrate random numbers
[1] 7 6 14 16 9 5 13 4

# Now we will import population data into R

> x=scan("clipboard")
Read 20 items
> x                                    # given population data
[1] 1.9 2.4 2.5 2.8 2.8 2.9 2.9 3.0 3.0 3.0 3.1 3.2 3.2 3.2 3.4 3.6 3.7 3.8 4.0
[20] 4.0

> Sample=x[R_N]           # Data corespong to genrated Random number

> data.frame("Random Number"=R_N,Sample)

Random.Number   Sample
1              7                     2.9
2              6                     2.9
3            14                     3.2
4            16   3.6
5            9                     3.0
6              5       2.8
7            13       3.2
8              4    2.8

So these are SRS of size 8 :- 2.9 , 2.9 , 3.2 , 3.6 , 3.0 , 2.8 , 3.2 , 2.8

3. Use 1-Var Stats to calculate the sample mean of the sample you chose in #2

= = ( 2.9+2.9+ 3.2 + 3.6 + 3.0 + 2.8 + 3.2 + 2.8) / 8

       = 24.4 / 8 = 3.05

= 3.05                 ( Sample mean )

And Standard Deviation of sample is

=

Now =   { (2.9-3.05 )2 + (2.9-3.05 )2 + (3.2-3.05 )2+ (3.6-3.12)2 +.........

                                                  +(3.2-3.05 )2 +(2.8-3.05 )2 } / ( 8-1 )

         = 0.52 / 7 = 0.07428571

Hence = = = 0.2725541

Thus mean, , and standard deviation, of this Sample (round to two decimals) is

Mean = 3.05

Standard Deviation = 0.27

4. What is the critical value that should be used to construct a confidence interval with a confidence level of 90%.

For confidence level of 90%. level of significance will be = 0.10 thus

Critical value is = 1.64              ( at = 1.64 , = 0.05 }

Hence Critical value is 1.64

                                        

5. Calculate the margin of error for constructing a 90% confidence interval estimate for the population mean (round to two decimals)

Formula -

Margin of error M.E =   * /

Here = 1.64   , = 0.2725541 and n = 8 ( sample size)

Thus M.E =   * / = 1.64 * 0.2725541 / 81/2

                                                   = 0.1580344

Thus Margin of error for constructing a 90% confidence interval estimate for the population mean (round to two decimals) is 0.16

6. Calculate the upper and lower bounds for your confidence interval estimate.

Upper bounds for confidence interval is

U.B = + M.E = 3.05 + 0.16 = 3.21

Lower bounds for confidence interval is

L.B = - M.E = 3.05 - 0.16 = 2.89

Hence upper and lower bounds for your confidence interval estimate are 3.21 and 2.89 respectively

I.e 90% Confidence interval is ( 2.89 , 3.21 )

7. Does your confidence interval contain the value of the population mean from #1

Our populatio means is 3.12 ( from #1)

Hence confidence interval ( 2.89 , 3.21 ) contain the value of the population mean 3.12 from #1


Related Solutions

The table below gives the number of absences and the overall grade in the class for...
The table below gives the number of absences and the overall grade in the class for seven randomly selected students. Based on this data, consider the equation of the regression line, y ?? = b?_0 ? + b?_1 x, for using the number of absences to predict a student's overall grade in the class. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to...
The table below gives the number of absences and the overall grade in the class for...
The table below gives the number of absences and the overall grade in the class for seven randomly selected students. Based on this data, consider the equation of the regression line, yˆ=b0+b1xy^=b0+b1x, for using the number of absences to predict a student's overall grade in the class. Keep in mind, the correlation coefficient may or may not be statistically significant for the data given. Remember, in practice, it would not be appropriate to use the regression line to make a...
The table below gives the average high temperatures in January and July for 12 random cities...
The table below gives the average high temperatures in January and July for 12 random cities in a region with 180 cities. Write a 95​% confidence interval for the mean temperature difference between summer and winter in the region. Mean High Temperatures ​(degrees​F) City A B C D E F G H I J K L July 75 71 77 76 89 87 69 87 73 65 77 84 Jan. 34 36 43 34 56 54 42 46 44 44...
The table below gives the average high temperatures in January and July for 12 random cities...
The table below gives the average high temperatures in January and July for 12 random cities in a region with 192 192 cities. Write a 99 99​% confidence interval for the mean temperature difference between summer and winter in the region. Mean High Temperatures ​( degrees °​F) City A B C D E F G H I J K L July 73 71 78 74 91 88 71 87 74 65 74 85 Jan. 35 37 40 37 56 53...
1. The experimental results in the table below represent real values from an experiment on the...
1. The experimental results in the table below represent real values from an experiment on the cat soleus muscle. For our purposes we will assume the muscle weighs 4 grams and is shaped like a cylinder that is 1 cm2 in cross-sectional area. Force                                                            Power Velocity Experiment # Force (N) Velocity (mm/s) 1 20 0 2 18 2 3 14 9 4 9 20 5 6 29 6 3 43 7 1.0 62 2. a Draw and label the...
A) The table below shows the results of a survey that asked 1052 adults from a...
A) The table below shows the results of a survey that asked 1052 adults from a certain country if they would support a change in their​ country's flag. A person is selected at random. Complete parts​ (a) through​ (d). Support   Oppose Unsure Total Males 151 332 10 493 Females 244 296 19 559 Total 395 628 29 1052 ​(a) Find the probability that the person opposed the change or is female. ​(b) Find the probability that the person supports the...
2. The table below gives information on the distance from various nearby towns to the famous...
2. The table below gives information on the distance from various nearby towns to the famous Cupcake Town Lake (distance is in miles). There is no admission fee. The only cost of visiting Cupcake Lake is the travel cost, which costs $1/mile. The researcher estimates the relationship between the number of visits per capita (per person), x, and the one-way travel cost from the town in which people live, p. He finds this demand function to be: x = 30...
The data in the table below gives sales revenue for Continental Divide Mining from 1995 to...
The data in the table below gives sales revenue for Continental Divide Mining from 1995 to 2005. YEAR YEARS SINCE 1990 SALES REVENUE (MILLIONS) 1995 2.6155 1998 3.3131 1999 3.9769 2000 4.5494 2001 4.8949 2002 5.1686 2003 4.9593 2005 4.7489 (a) Complete the missing column in the table. (b) Use Excel to determine the quadratic regression model, y, that best represents sales revenue as a function of, x, the number of years since 1990. Round three decimal places. (a) Find...
The values of y and their corresponding values of y are shown in the table below...
The values of y and their corresponding values of y are shown in the table below x 2 3 4 4 6 y 2 3 5 4 6 A) Calculate the coefficient of correlation; B) Calculate the coefficient of determination; C) Obtain the regression coefficients and write the regression expression; D) Provide your prediction of the dependent variable if the value of the independent variable is 4.
The table below summarizes data from a survey of a sample of women. Using a 0.05...
The table below summarizes data from a survey of a sample of women. Using a 0.05 significance​ level, and assuming that the sample sizes of 900 men and 400 women are​ predetermined, test the claim that the proportions of​ agree/disagree responses are the same for subjects interviewed by men and the subjects interviewed by women. Does it appear that the gender of the interviewer affected the responses of​ women? Gender of Interviewer Man Woman Women who agree 619 314 Women...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT