document.write( "Question 1190194: The shareholders group claimed that the mean tenure for a chief executive officer (CEO) was less than 8 years. A survey of 23 companies were sampled and the mean tenure was 7.4 years with a standard deviation of 6 years. Assume the data is normally distributed.\r
\n" );
document.write( "\n" );
document.write( "You want to formulate and test a hypothesis that can be used to challenge the validity of the claim made by the group, at a significance level of 0.05. Run the hypothesis test at the standard alpha level of 5%, summarize the result,
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #821789 by Boreal(15235) You can put this solution on YOUR website! Ho: mean is >=8 years \n" ); document.write( "Ha: mean is <8 years \n" ); document.write( "alpha=0.05 p{reject Ho|Ho true} \n" ); document.write( "test is a one sample t-test with left tail 0.05 df=22 \n" ); document.write( "critical value t<-1.717 \n" ); document.write( "t=(7.4-8)/6/sqrt(23) \n" ); document.write( "=-0.6*sqrt(23)/6=-0.48 \n" ); document.write( "fail to reject Ho p-value = 0.31 \n" ); document.write( "insufficient evidence to conclude that the tenure is fewer than 8 years. \n" ); document.write( " |