Question

In: Statistics and Probability

3. A consumer watchdog group is studying the number of hours 10-year-olds watch television each day.  ...

3. A consumer watchdog group is studying the number of hours 10-year-olds watch television each day.   A random sample of 25 household containing at least one 10-year-old were surveyed. The parents were asked to record the number of hours the 10-year-old watched television on Saturday, including video games and YouTube.

Mean number of hours watching Television was determined to be 6 and the population standard deviation is known to be 5 hours.

  1. What type of data are these? Explain.
  2. Can the results be generalized? If so to whom? Explain.
  3. Test the hypothesis that the mean number of hours is 8 against the alternate hypothesis that it is not 8. Use an alpha of .05.
  4. Develop a 95% confidence interval and interpret in two ways.
  5. Determine the p-value and explain its meaning.

Solutions

Expert Solution

All the calculations are done with help of R software and R code and output are given in the last.

a. These data are a primary data because these are collected by consumer watchdog group own self randomly chosen households.

b. The results can not be generalized because here it is not mentioned that from where and which locality these data are collected. And results can be differ from rural area to urban area.

c. Here given hypothesis as H0: mean number of hours is 8 hours vs H1: mean number of hours is not equal to 8. So on the basis of given information, we apply one sample t test and we find out that mean number of hours is 8 because value of test statistic lies in the acceptance region. .

d. 95% confidence interval for mean number of hours = (3.936,  8.064), According to this interval we can say that we are 95% confidence that mean number of hours lies between this confidence interval.

e. According to t test, P-value = 0.0569 and level of significance = 0.05, so here P-value is greater than level of significance so we fail to reject null hypothesis is that mean number of hours is 8 hours.

The R code:

####Analysis of data####
n = 25; x_bar = 6; sd_deviation = 5
t_statistic = (((6-8)*5)/5)
t_statistic
t_value = qt(0.025, 24)
t_value
P_value = 2*pt(-2, 24)
P_value
T1_critical = qt(0.975, 24)
T1_critical
T2_critical = qt(0.025, 24)
T2_critical

U = x_bar+T1_critical;U
L = x_bar+T2_critical;L

Output:

####Analysis of data####
> n = 25; x_bar = 6; sd_deviation = 5
> t_statistic = (((6-8)*5)/5)
> t_statistic
[1] -2
> t_value = qt(0.025, 24)
> t_value
[1] -2.063899
> P_value = 2*pt(-2, 24)
> P_value
[1] 0.05693985
> T1_critical = qt(0.975, 24)
> T1_critical
[1] 2.063899
> T2_critical = qt(0.025, 24)
> T2_critical
[1] -2.063899
>
> U = x_bar+T1_critical;U
[1] 8.063899
> L = x_bar+T2_critical;L
[1] 3.936101
>


  


Related Solutions

On the planet of Mercury, 4-year-olds average 3 hours a day unsupervised. Most of the unsupervised...
On the planet of Mercury, 4-year-olds average 3 hours a day unsupervised. Most of the unsupervised children live in rural areas, considered safe. Suppose that the standard deviation is 1.4 hours and the amount of time spent alone is normally distributed. We randomly survey one Mercurian 4-year-old living in a rural area. We are interested in the amount of time X the child spends alone per day. (Source: San Jose Mercury News) Round all answers to 4 decimal places where...
On the planet of Mercury, 4-year-olds average 3 hours a day unsupervised. Most of the unsupervised...
On the planet of Mercury, 4-year-olds average 3 hours a day unsupervised. Most of the unsupervised children live in rural areas, considered safe. Suppose that the standard deviation is 1.4 hours and the amount of time spent alone is normally distributed. We randomly survey one Mercurian 4-year-old living in a rural area. We are interested in the amount of time X the child spends alone per day. (Source: San Jose Mercury News) Round all answers to 4 decimal places where...
he number of hours of television watched per day by a sample of 28 people is...
he number of hours of television watched per day by a sample of 28 people is given below: 4, 1, 5, 5, 2, 5, 4, 4, 2, 3, 6, 8, 3, 5, 2, 0, 3, 5, 9, 4, 5, 2, 1, 3, 4, 7, 2, 9 -What percent of people watched more than four hours of television per day? (Type the percentage rounded to one decimal place without the % sign.) -About 64% of the people watch no more than...
The number of hours per week that the television is turned on is determined for each...
The number of hours per week that the television is turned on is determined for each family in a sample. The mean of the data is 3535 hours and the median is 31.231.2 hours. Twenty-four of the families in the sample turned on the television for 2020 hours or less for the week. The 6th percentile of the data is 2020 hours. Step 2 of 5: Approximately how many families are in the sample? Round your answer to the nearest...
The number of hours 10 students spent studying for a test and their scores on that...
The number of hours 10 students spent studying for a test and their scores on that test is represented in the table below. Hours spent studying, x 0 2 4 5 5 5 6 7 8 9 Test scores, y 40 51 64 69 73 75 93 90 95 95 7) What amount of the variance in test score (y) do the hours spent studying (x) account for this sample? (r2 =?) Interpret the result in the context of the...
The number of hours 10 students spent studying for a test and their scores on that...
The number of hours 10 students spent studying for a test and their scores on that test are shown in the table. Is there enough evidence to conclude that there is a significant linear correlation between the data? Use alphaequals0.05. Hours, x= 0 1 2 4 4 5 5 6 7 8 Test score, y= 41 40 51 56 65 70 76 70 84 97 1. Setup the hypothesis for the test. 2. Identify the critical value(s). Select the correct...
The number of hours 10 students spent studying for a test and their scores on that...
The number of hours 10 students spent studying for a test and their scores on that test is represented in the table below. Hours spent studying, x 0 2 4 5 5 5 6 7 8 9 Test scores, y 40 51 64 69 73 75 93 90 95 95 3) Describe the type of correlation and interpret the correlation in the context of the data. Be specific in describing the magnitude, direction, and strength of the relationship. (12p) 4)...
The number of hours 10 students spent studying for a test and their scores on that...
The number of hours 10 students spent studying for a test and their scores on that test are shown in the table. Is there enough evidence to conclude that there is a significant linear correlation between the​ data? Use alphaαequals= .01 X(hours) = top row; Y(score)=bottom row 0 1 2 3 4 4 5 6 7 8 41 46 52 50 65 68 75 85 82 91 Set up hypothesis test = ?? Critical Values = ?? Calculate test statistic;...
On the planet of Mercury, 4-year-olds average 2.9 hours a day unsupervised. Most of the unsupervised...
On the planet of Mercury, 4-year-olds average 2.9 hours a day unsupervised. Most of the unsupervised children live in rural areas, considered safe. Suppose that the standard deviation is 1.5 hours and the amount of time spent alone is normally distributed. We randomly survey one Mercurian 4-year-old living in a rural area. We are interested in the amount of time X the child spends alone per day. (Source: San Jose Mercury News) Round all answers to 4 decimal places where...
On the planet of Mercury, 4-year-olds average 3.1 hours a day unsupervised. Most of the unsupervised...
On the planet of Mercury, 4-year-olds average 3.1 hours a day unsupervised. Most of the unsupervised children live in rural areas, considered safe. Suppose that the standard deviation is 1.7 hours and the amount of time spent alone is normally distributed. We randomly survey one Mercurian 4-year-old living in a rural area. We are interested in the amount of time X the child spends alone per day. (Source: San Jose Mercury News) Round all answers to 4 decimal places where...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT