document.write( "Question 1179412: The mayor of a town has proposed a plan for the annexation of an adjoining bridge. A political study took a sample of 1000 voters in the town and found that 53% of the residents favored annexation. Using the data, a political strategist wants to test the claim that the percentage of residents who favor annexation is over 49%. Make the decision to reject or fail to reject the null hypothesis at the 0.01 level. \n" ); document.write( "
Algebra.Com's Answer #808961 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
Ho:p <=0.49
\n" ); document.write( "Ha: p > 0.49
\n" ); document.write( "alpha=0.01 p{reject Ho|Ho true}
\n" ); document.write( "test stat is a z from a 1 way 1 proportion test
\n" ); document.write( "critical value is z> 2.326
\n" ); document.write( "z=(p hat-p)/sqrt (p*(1-p)/n)
\n" ); document.write( "=0.04/sqrt(0.49*0.51/1000); sqrt term=sqrt(0.0002499)=0.0158
\n" ); document.write( "z=2.531
\n" ); document.write( "reject Ho, the true proportion is greater than 49%
\n" ); document.write( "p-value=0.0057
\n" ); document.write( "
\n" );