jaredec18

Untitled

Sep 27th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. LINK1)
  2. Formulating the null and alternative hypotheses,
  3.  
  4. Ho: u = 32
  5. Ha: u =/ 32 [ANSWER, A]
  6.  
  7. ********************
  8. b)
  9.  
  10. Yes, becuse the mileage is assumed to be normally distributed. Also, the sample mean looks different from 32.
  11.  
  12. *********************
  13.  
  14. c)
  15.  
  16. As we can see, this is a two tailed test.
  17.  
  18. Thus, getting the critical t,
  19. df = n - 1 = 22
  20. tcrit = +/- 2.073873068 [ANSWER, CRITICAL T]
  21.  
  22. Getting the test statistic, as
  23.  
  24. X = sample mean = 30.15
  25. uo = hypothesized mean = 32
  26. n = sample size = 23
  27. s = standard deviation = 4.87
  28.  
  29. Thus, t = (X - uo) * sqrt(n) / s = -1.821825117 [ANSWER, T STATISTIC]
  30.  
  31. ***********************
  32.  
  33. As -2.074<t<2.074, we FAIL TO REJECT THE NULL HYPOTHESIS.
  34.  
  35. There is no significant evidence that the mean mpg is different to 32.
  36.  
  37. *********************
  38.  
  39. d)
  40.  
  41. Formulating the null and alternative hypotheses,
  42.  
  43. Ho: u >= 32
  44. Ha: u < 32
  45.  
  46. As we can see, this is a left tailed test.
  47.  
  48. Thus, getting the critical t,
  49. df = n - 1 = 22
  50. tcrit = -1.717144374
  51.  
  52. Getting the test statistic, as
  53.  
  54. X = sample mean = 30.15
  55. uo = hypothesized mean = 32
  56. n = sample size = 23
  57. s = standard deviation = 4.87
  58.  
  59. Thus, t = (X - uo) * sqrt(n) / s = -1.821825117
  60. As t < -.1717, WE REJECT THE NULL HYPOTHESIS.
  61.  
  62. There is significant evidence that the mean mpg is less than 32.
  63.  
  64.  
  65. LINK2)
  66. 1. Ho: u=>130
  67.  
  68. Ha: u<130
  69.  
  70. 2. t = (130-126)/15/sqrt(30) = 1.461
  71.  
  72. Critical value against 29 degrees of freedom is 1.699
  73.  
  74. since 1.461< 1.699 we fail to reject null hypothesis and conclude that there is not enough evidence to conclude that it is significantly lower than 130
  75.  
  76. 3. Ho: u=>130
  77.  
  78. Ha: u<130
  79.  
  80. t = (130-126)/15/sqrt(100) = 2.667
  81.  
  82. Critical value against 99 degrees of freedom is 1.660
  83.  
  84. since 2.667> 1.660 we to reject null hypothesis and conclude that there enough evidence that wieght is significantly lower than 130.
  85.  
  86. 4. The results are different because in part 3, the standard error has decreased from 15/sqrt(30) to 15/sqrt(100) which happened because the sample size increases
Advertisement
Add Comment
Please, Sign In to add comment