document.write( "Question 750493: 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( "a) at least 0.70?
\n" );
document.write( "b) less than 0.85?\r
\n" );
document.write( "\n" );
document.write( "please provide all step. I'm having a hard time understanding it. thank you \n" );
document.write( "
Algebra.Com's Answer #456634 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 \n" ); document.write( "a) at least 0.70? \n" ); document.write( "z(0.7) = (0.7-0.8)/sqrt[0.8*0.2/199] = -2.5 \n" ); document.write( "P(p-hat >= 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(p-hat <= 0.85) = P(z <= 1.25) = 0.8944 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================= \n" ); document.write( " |