document.write( "Question 1141613: An automotive manufacturer wants to know the proportion of new car buyers who prefer foreign cars over domestic. In an earlier study, the population proportion was estimated to be 0.33.\r
\n" );
document.write( "\n" );
document.write( "How large a sample would be required in order to estimate the fraction of new car buyers who prefer foreign cars at the 95% confidence level with an error of at most 0.02? Round your answer up to the next integer.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #762193 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the half-interval is z(0.975)sqrt (p*(1-p)/n) \n" ); document.write( "0.02=1.96*sqrt(0.33*0.67/n) \n" ); document.write( "square both sides and move n over \n" ); document.write( "0.0004n=3.84*0.33*0.67 \n" ); document.write( "n=2122.56 \n" ); document.write( "round up to 2123 \n" ); document.write( " |