• 0
Votes
name

A PHP Error was encountered

Severity: Warning

Message: Undefined array key "userid"

Filename: views/question.php

Line Number: 212

Backtrace:

File: /home/statpmkj/public_html/application/views/question.php
Line: 212
Function: _error_handler

File: /home/statpmkj/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/statpmkj/public_html/index.php
Line: 315
Function: require_once

The director of a state agency believes that the average starting salary for clerical employees in the state is less than $31,000 per year. To test her hypothesis, she has collected a simple random sample of 100 starting clerical salaries from across the state and found that the sample mean is $30,750. 

a. State the appropriate null and alternative hypotheses. 
b. Assuming the population standard deviation is known to be $4,500 and the significance level for the test is to be 0.005, what is the critical value (stated in dollars)? 
C. Referring to your answer in part b, what conclusion should be reached with respect to the null hypothesis? 
d. Referring to your answer in part c, which of the two statistical errors might have been made in this case? Explain.
 

a problem of mean hypothesis testing when the population standard deviation is known, the standard normal distribution is applied and so the z-score is used. 

The null and the alternative hypotheses for this test are;-

Null hypothesis;- mu >= $31,000 per year (Mean is greater or equal to)
The alternative hypothesis;- mu < $31,000 per year ()

Note that this is a one-tailed left-tailed test. 

z = (X_bar - mu)/sd/sqrt(n)

The critical value can be easily obtained in Excel, 

=NORM.S.INV(0.005) = -2.58

The test statistic for this test is z = (30750 - 31000)/4500/sqrt(100) = -0.56

The critica value is less than -0.56, which means the null hypothesis should be rejected.
 

Type I and Type II error can be made here, by falsely rejecting the null hypothesis, the type I type of Error is made. 

  • 1
Reply Report