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)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "re: Your reply (Idea being..with a 7% SD ... the 3% difference in the test sample
\n" ); document.write( "would be expected to be consistent with the average of 20%)
\n" ); document.write( "I. Yes, .07/sqrt(100)
\n" ); document.write( "II. With Excel function: P(z <4.29)) = NORMDIST(4.29) = .999\r
\n" ); document.write( "\n" ); document.write( "Ho: p = 0.2
\n" ); document.write( "Ha: p > 0.2 (claim)
\n" ); document.write( "sample proportion = .23
\n" ); document.write( "z(.23) = (.23-.2)/.07/sqrt(100) = .03/.007 = 4.29
\n" ); document.write( "p-value = P(z < 4.29) = .999 OR 99.9% (10% significance level)\r
\n" ); document.write( "\n" ); document.write( "p-value greater than 10%, accept Ho
\n" ); document.write( "The attrition rate is same as 20%
\n" ); document.write( " \n" ); document.write( "
\n" );