document.write( "Question 749078: Psychologists estimate that 80% of male drivers, when lost in trying to find a location, continue to drive rather than asking for directions. If this estimate is correct, what is the probability that, in a random sample of 100 lost male drivers, the proportion who continue to drive is
\n" );
document.write( "
\n" );
document.write( "a) at least 0.70?
\n" );
document.write( "b) less than 0.85? \n" );
document.write( "
Algebra.Com's Answer #455806 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Psychologists estimate that 80% of male drivers, when lost in trying to find a location, continue to drive rather than asking for directions. If this estimate is correct, what is the probability that, in a random sample of 100 lost male drivers, the proportion who continue to drive is\r \n" ); document.write( "\n" ); document.write( "a) at least 0.70? \n" ); document.write( "z(0.7) = (0.7-0.8)/sqrt[0.8*0.2/100] = -2.5 \n" ); document.write( "P(x >= 0.7) = P(z >= -2.5) = normalcdf(-2.5,100) = 0.9938 \n" ); document.write( "--------------------------------------------------------------- \n" ); document.write( "b) less than 0.85? \n" ); document.write( "z(0.85) = (0.85-0.8)/sqrt[0.8*0.2/100] = 1.25 \n" ); document.write( "--- \n" ); document.write( "P(x < 0.85) = P(z < 1.25) = normalcdf(-100,1.25) = 0.8944 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================== \n" ); document.write( " \n" ); document.write( " |