document.write( "Question 1176419:  Test the claim that the proportion of people who own cats is larger than 60% at the 0.025 significance level.\r
\n" );
document.write( "\n" );
document.write( "The null and alternative hypothesis would be: H0: P = 0.6 H1: P > 6
\n" );
document.write( " the test is right tailed\r
\n" );
document.write( "\n" );
document.write( "Based on a sample of 400 people, 61% owned cats\r
\n" );
document.write( "\n" );
document.write( "The p-value is:  \n" );
document.write( "
| Algebra.Com's Answer #803391 by Boreal(15235)     You can put this solution on YOUR website! Ho:p<=0.60 \n" ); document.write( "Ha:p>0.60 \n" ); document.write( "alpha=0.025 p{reject Ho|Ho true}=0.025 \n" ); document.write( "test is 1 sample proportion \n" ); document.write( "z=(p hat-p)/sqrt(p*(1-p)/n) \n" ); document.write( "reject for z>1.96 \n" ); document.write( "z=0.01/sqrt(.6*.4/400) \n" ); document.write( "=0.408 \n" ); document.write( "reject Ho \n" ); document.write( "p-value is 0.34, the value beyond z=0.408 to the right. \n" ); document.write( " \n" ); document.write( " |