document.write( "Question 1131639: In a random sample of 144 voters it was found that 90 were in favor of a bond issue. Test the
\n" );
document.write( " hypothesis that opinion is equally divided on this issue. Let α = 0.01. Hint, voters are either pro or con
\n" );
document.write( " regarding the bond issue and the random sample is small relative to the population of voters, so voters
\n" );
document.write( " are independent of each other regarding attitude toward the bond issue.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #748310 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! Ho: X = 0.50 \n" ); document.write( ": \n" ); document.write( "H1: X > 0.50 \n" ); document.write( ": \n" ); document.write( "sample mean proportion = 90/144 = 0.625 \n" ); document.write( ": \n" ); document.write( "standard error(SE) = square root( 0.625 * (1-0.625) / 144) = 0.0403 \n" ); document.write( ": \n" ); document.write( "Note we use the sample proportion because we do not know the population proportion \n" ); document.write( ": \n" ); document.write( "test statistic = (0.625 - 0.500)/0.0403 = 3.10 \n" ); document.write( ": \n" ); document.write( "alpha(a) = 0.01 \n" ); document.write( ": \n" ); document.write( "critical probability(p*) = 1 - (a/2) = 0.995 \n" ); document.write( ": \n" ); document.write( "the critical value(z-score) associated with p* is 2.57 \n" ); document.write( ": \n" ); document.write( "Since the test statistic(3.10) does fall within the critical region(2.57), we reject the null hypothesis. \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |