document.write( "Question 1174838: A smartphone company is interested in comparing the quality of work at two of its factories. By randomly selecting samples of smartphones manufactured at each factory and testing their reliability, the company will be able to estimate the proportion of malfunctioning smartphones manufactured at each factory. Of particular interest is the difference between these proportions. Independent simple random samples from the two offices provide the following information:\r
\n" );
document.write( "\n" );
document.write( "Factory 1\r
\n" );
document.write( "\n" );
document.write( "Factory 2\r
\n" );
document.write( "\n" );
document.write( "n1 = 250\r
\n" );
document.write( "\n" );
document.write( "n2 = 300\r
\n" );
document.write( "\n" );
document.write( "Number of malfunctioning phones = 35\r
\n" );
document.write( "\n" );
document.write( "Number of malfunctioning phones = 27\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "a. What is the point estimate of the difference between the two population proportions (p1 - p2)? 2pts\r
\n" );
document.write( "\n" );
document.write( "b. Develop a 95% confidence interval for the difference between the two population proportions (p1 - p2). 7pts\r
\n" );
document.write( "\n" );
document.write( "c. Develop a 90% confidence interval for the difference between the two population proportions (p1 - p2). 7pts \n" );
document.write( "
Algebra.Com's Answer #801849 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! p1=35/250=0.14 \n" ); document.write( "p2=27/300=0.09 \n" ); document.write( "p1-p2 point estimate is 0.05 \n" ); document.write( "std error is sqrt { (p hat*(1- phat)* (1/n1)+(1/n2)} p hat is pooled proportion or 62/550=0.1127 \n" ); document.write( "=sqrt ((p1*(1-p1)/n1+p2(1-p2)/n2))=sqrt(0.14*0.86/250+0.09*0.91/300)=0.0275 \n" ); document.write( "multiply that by 1.96 to get the half-interval of the difference at the 95% level=0.0538\r \n" ); document.write( "\n" ); document.write( "CI=(-0.0038, 0.1038)\r \n" ); document.write( "\n" ); document.write( "for 90%, use 1.645 and get a half-interval of 0.0452 \n" ); document.write( "CI=(0.0048, 0.0952)\r \n" ); document.write( "\n" ); document.write( "Notice the first contains 0, so the p-value is between 0.05 and 0.10\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |