document.write( "Question 851059: A simple random sample of size n = 200 drivers were asked if they drive a car manufactured in a certain country. Of the 200 drivers surveyed, 115 responded that they did. determine if more than half of all drivers drive a car made in this country at the a = 0.05 level of significance. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #512542 by stanbon(75887) ![]() You can put this solution on YOUR website! A simple random sample of size n = 200 drivers were asked if they drive a car manufactured in a certain country. Of the 200 drivers surveyed, 115 responded that they did. determine if more than half of all drivers drive a car made in this country at the a = 0.05 level of significance. \n" ); document.write( "------------------------------------------ \n" ); document.write( "Ho: p <= 0.5 \n" ); document.write( "Ha: p > 0.5 (claim) \n" ); document.write( "------------------ \n" ); document.write( "x-bar = 115/200 = 0.575 \n" ); document.write( "------ \n" ); document.write( "z(0.575) = (0.575-0.5)/sqrt[0.5*0.5/200] = 2.1213 \n" ); document.write( "------- \n" ); document.write( "The p-value = P(z > 2.1213) = normalcdf(2.1213,100) = 0.0169 \n" ); document.write( "------ \n" ); document.write( "Conclusion:: Since the p-value is less than 5%, reject Ho. \n" ); document.write( "The test results support the claim at the 5% level of significance. \n" ); document.write( "_---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |