document.write( "Question 1139306: The proportion of cell phone users with 4G contracts last year was p=.62. A Verizon excutive thinks this has increased this year. A random sample of 350 users found 238 users have 4G contracts.
\n" );
document.write( "(a) Idenitify the Null and Alternative Hypotheses.
\n" );
document.write( "(b) Assuming you want a significant level of 0.05, determine the critical value of the hypoth- esis test.
\n" );
document.write( "(c) Calculate the test statistic for the test.
\n" );
document.write( "(d) Do you reject or fail to reject the null hypothesis? \n" );
document.write( "
Algebra.Com's Answer #759882 by adamsmith9037(4) ![]() You can put this solution on YOUR website! a. null hypothesis (H0): p = 0.62 \n" ); document.write( " alternative hypothesis (H1): p>0.62 \n" ); document.write( "b. x ~ B(350,0.62) \n" ); document.write( "let the critical value be k. \n" ); document.write( "P(X≥k)<0.05 \n" ); document.write( "1-P(X≤k-1)<0.05 \n" ); document.write( "P(X≤k-1)<0.95 \n" ); document.write( "from the binomial cumulative calculator, \n" ); document.write( "k-1=232 \n" ); document.write( "hence, k=233 \n" ); document.write( "c. critical region 233≤X≤350 \n" ); document.write( "acceptance region 0≤X≤232 \n" ); document.write( "d. since 238 lies in the critical region, the null hypothesis is REJECTED and there has been indeed an increase of cell phone users with 4G contract. \n" ); document.write( " |