document.write( "Question 840248: In a certain city of several million people, 7.7% of the adults are unemployed. If a random sample of 300 adults in this city is selected, approximate the probability that more than 26 in the sample are unemployed. Use the normal approximation to the binomial with a correction for continuity.\r
\n" );
document.write( "\n" );
document.write( "Round your answer to at least three decimal places. Do not round any intermediate steps.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #506107 by stanbon(75887) ![]() You can put this solution on YOUR website! In a certain city of several million people, 7.7% of the adults are unemployed. If a random sample of 300 adults in this city is selected, approximate the probability that more than 26 in the sample are unemployed. \n" ); document.write( "Binomial Problem with n = 300 and p(unemployed) = 0.077 \n" ); document.write( "--------------------------------------- \n" ); document.write( "mean = np = 300*0.077 = 23.1 \n" ); document.write( "std = sqrt(300*0.077*0.923) = 4.62 \n" ); document.write( "----------------------------------------- \n" ); document.write( "Use the normal approximation to the binomial with a correction for continuity. \n" ); document.write( "P(25.5 <= x <= 300.5) \n" ); document.write( "z(25.5) = (25.5-23.1)/4.62 = 0.5195 \n" ); document.write( "z(301) = (300.5-23.1)/4.62 = 60.04 \n" ); document.write( "------ \n" ); document.write( "P(0.5195<= z <=60.04) = normalcdf(0.5195,60) = 0.3017 \n" ); document.write( "========================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "===================== \n" ); document.write( " |