document.write( "Question 250042: A machine produces 9 inch latex gloves. A sample of 15 gloves is selected, and it is found that 8 are shorter than they should be. Find the 99% confidence interval on the proportion of all such gloves that are shorter than 9 inches. \n" ); document.write( "
Algebra.Com's Answer #182057 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A machine produces 9 inch latex gloves. A sample of 15 gloves is selected, and it is found that 8 are shorter than they should be. \n" ); document.write( "Find the 99% confidence interval on the proportion of all such gloves that are shorter than 9 inches. \n" ); document.write( "------ \n" ); document.write( "p-hat = 8/15 = 0.5333 \n" ); document.write( "standard error = invT(0.005,df=14)*sqrt(0.5333*0.4667/15) \n" ); document.write( "= 2.9768*sqrt(0.0166) \n" ); document.write( "= 0.3834 \n" ); document.write( "------------------- \n" ); document.write( "99%CI: 0.5333-0.3834 < p < 0.5333+0.3834 \n" ); document.write( "99%CI: 0.1499 < p < 0.9167 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |