document.write( "Question 1040398: A sample of 400 racing cars showed that 80 cars cost over $700,000. What is the 99% confidence interval of the true proportion of cars costing over $700,000? \n" ); document.write( "
Algebra.Com's Answer #655200 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! sample of 400 racing cars showed that 80 cars cost over $700,000. What is the 99% confidence interval of the true proportion of cars costing over $700,000? \n" ); document.write( "----- \n" ); document.write( "p-hat = 80/400 = 1/5 = 0.2 \n" ); document.write( "ME = z*sqrt[p*q/n] \n" ); document.write( "z = invNorm(0.995) = 2.5758 \n" ); document.write( "----------------------- \n" ); document.write( "ME = 2.5758*sqrt[(1/5)(4/5)/400] = 0.0515 \n" ); document.write( "----------- \n" ); document.write( "CI form:: p-hat - ME < p < p-hat + ME \n" ); document.write( "----- \n" ); document.write( "99% CI:: 0.2-0.0515 < p < 0.2+0.0515 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |