document.write( "Question 263979: A random sample of 100 patients taken at a community hospital shows the mean time for a patient to see a physician is 25 minutes with a standard deviation of 6 minutes.\r
\n" );
document.write( "\n" );
document.write( " a What proportion of patients will be seen by an ER physician in less than 20 minutes?\r
\n" );
document.write( "\n" );
document.write( "b What proportion of patients will be seen by an ER physician between 25 and 30 minutes?\r
\n" );
document.write( "\n" );
document.write( "Completing in Excel and I want to make sure I am on the right track. \n" );
document.write( "
Algebra.Com's Answer #194444 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A random sample of 100 patients taken at a community hospital shows the mean time for a patient to see a physician is 25 minutes with a standard deviation of 6 minutes. \n" ); document.write( "----- \n" ); document.write( "a What proportion of patients will be seen by an ER physician in less than 20 minutes? \n" ); document.write( "z(20) = (20-25)/[6]= -0.83333 \n" ); document.write( "P(x< 20) = P(z < -0.83333) = 0.2023.. \n" ); document.write( "------------------------------------ \n" ); document.write( " \n" ); document.write( "b What proportion of patients will be seen by an ER physician between 25 and 30 minutes? \n" ); document.write( "z(25) = 0 \n" ); document.write( "z(30) = 0.8333 \n" ); document.write( "--- \n" ); document.write( "P(25< x < 30) = P(0< z < 0.83333) = 0.2977.. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |