document.write( "Question 1030980: The average attrition rate of a customer based company is 20% with a standard deviation of 7% (based on the past data). To test this a sample of 100 was taken and 23% average attrition rate was found. What can be concluded from about the attrition rate at 10% significance level?
\n" );
document.write( " The attrition rate is 23% now
\n" );
document.write( " The attrition rate is more than 20% now
\n" );
document.write( " The attrition rate is same as 20%
\n" );
document.write( " The attrition rate is less than 20% now
\n" );
document.write( "I tried this and got the below answer.Can you please check if this is correct.
\n" );
document.write( "H0-No diff in attrition rate
\n" );
document.write( "H1:Increase in attrinium rate
\n" );
document.write( "x>=23=1-(x<=23)
\n" );
document.write( "==1-NORM.DIST(23,20,7/(100)^0.5,TRUE)
\n" );
document.write( "=9.10765E-06 <0.1
\n" );
document.write( " reject null hypothesis
\n" );
document.write( "Is option (a) the correct answer that the attrition rate is 23% now.\r
\n" );
document.write( "\n" );
document.write( "Thanks
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645734 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |