document.write( "Question 1000028: Psychologists estimate that 80% of male drivers, when lost in trying to find
\n" );
document.write( "a location, continue to drive rather than asking for directions. If this
\n" );
document.write( "estimate is correct, what is the probability that, in a random sample of 100
\n" );
document.write( "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?
\n" );
document.write( "I just want which formula I should use . please tell me step by step not shortcut method . great thanks \n" );
document.write( "
Algebra.Com's Answer #617529 by stanbon(75887) ![]() You can put this solution on YOUR website! Psychologists estimate that 80% of male drivers, when lost in trying to find \n" ); document.write( "a location, continue to drive rather than asking for directions. If this \n" ); document.write( "estimate is correct, what is the probability that, in a random sample of 100 \n" ); document.write( "lost male drivers, the proportion who continue to drive is \n" ); document.write( "Binomial Problem:: n = 100, P(lost driver drives) = 0.8 \n" ); document.write( "====================== \n" ); document.write( "a. at least 0.70? \n" ); document.write( "P(70<= x <=100) = 1 - binomcdf(100,0.8,69) = 0.0061 \n" ); document.write( "============================= \n" ); document.write( "b. less than 0.85? \n" ); document.write( "P(0<= x <=85) = binomcdf(100,0.8,85) = 0.9196 \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |