Part I. STATEMENT ANALYSIS
Determine whether each statement is TRUE or FALSE. Write your answer on the space provided. (10 points)
FALSE 1. The researcher can only make one claim on either the null hypothesis or the alternative hypothesis in the traditional method of hypothesis testing.
FALSE 2. If the sample value fall in the critical region, the alternative hypothesis is rejected.
TRUE 3. A confidence interval is a range of values used to estimate the true value of a sample statistic.
TRUE 4. If a sample mean is in the critical region with α = 0.05, it would still be in the critical region even if the alpha was changed to α = 0.01.
TRUE 5. If a researcher obtains a test score of z = 2.5 for a hypothesis test using α = 0.01, then the researcher should reject the null hypothesis for a right-tailed test, however, the researcher should not reject the null hypothesis for a two-tailed test.
FALSE 6. The z test formula uses the sample standard deviation while the t-test formula uses the population standard deviation.
TRUE 7. The critical t value(s) depends on the degrees of freedom associated with the t-test value.
TRUE 8. A type I error occurs when a researcher unknowingly obtains an extreme non-representative example.
FALSE 9. The null hypothesis should be rejected if the critical value is – 2.6, α = 0.01, and the test are left-tailed.
TRUE 10. Rejecting the null hypothesis will direct the researcher to state the alternative hypothesis.
Part II. PROBLEM-SOLVING
Perform the indicated operation and simplify. Show your complete solutions and box your final answer.
A group of automotive engineers decided to conduct a study of its school buses and found that for 24 buses, the average stopping distance of buses traveling 50 miles per hour was 256 feet. The standard deviation of the population was 3.4 feet. Find the 99% confidence interval of the mean. (6 points)
x ฬ =256 feet σ=3.4 feet
1-0.99=0.01 α/2=0.005
z_(α/2)=2.576
3.4-2.58(3.4/√24)<μ<3.4+2.58(3.4/√24)
1.61<μ<5.19
2.58(3.4/√24)=1.790577
Margin of error: 1.79
Confidence interval: 1.61 < ๐ < 5.19
The lengths (in minutes) of a random selection of popular children’s animated films are listed below. Estimate the true mean length of all children’s animated films with 90% confidence. (8 points)
90 83 76 92 78 88 78 100 78 76 75
90+83+76+92+78+88+78+100+78+76+75=914
914/11=83.09
√((Σใ[(90-83.09)+(83-83.09)+(76-83.09)+(92-83.09)+(78-83.09)+(88-83.09)+(78-83.09)+(100-83.09)+(78-83.09)+(76-83.09)+(75-83.09)]ใ^2)/10)
=8.25
1-0.9=0.1 α/2=0.05
z_(a/2)=1.645
83.09-1.65(8.25/√11)<μ<83.09+1.65(8.25/√11)
78.99<μ<87.19
1.65(8.25/√11)=4.10
Sample mean: 83.09
Sample standard deviation: 8.25
Margin of error: 4.10
Confidence interval: 78.99 < ๐ < 87.19
The percentage of physicians who are women is 28%. In a survey of physicians employed by a large university health system, 60 of 142 randomly selected physicians were women. Is there sufficient evidence at the 0.01 level of significance to conclude that the proportion of women physicians at the university health system exceeds 28%?
(12 points)
State the hypothesis and identify the claim of the researcher.
H0 = 0.28 and H1 = μ>0.28 (claim)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme