document.write( "Question 578567: A survey conducted by USA today showed that 118 of 250 investors owned some real estate. In the past it showed that 45% of investors owned some real estate. Has the number of investors that own some real estate increased? Use alpha =.01 \n" ); document.write( "
Algebra.Com's Answer #370690 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A survey conducted by USA today showed that 118 of 250 investors owned some real estate. In the past it showed that 45% of investors owned some real estate. Has the number of investors that own some real estate increased? Use alpha =.01 \n" ); document.write( "-------------------------------- \n" ); document.write( "Ho: p <= 0.45 \n" ); document.write( "Ha: p > 0.45 (claim) \n" ); document.write( "---------------------- \n" ); document.write( "sample proportion = 118/250 = 0.4720 \n" ); document.write( "---- \n" ); document.write( "p(0.4720) = (0.4720-0.45)/sqrt[0.45*0.55/250] = 0.6356 \n" ); document.write( "--- \n" ); document.write( "p-value = P(z > 0.6356) = normalcdf(0.6356,100) = 0.2625 \n" ); document.write( "---- \n" ); document.write( "Since the p-value is greater than 5%, fail to reject Ho. \n" ); document.write( "The test results do not support the claim. \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |