document.write( "Question 162178This question is from textbook
\n" ); document.write( ": a pain relief drug is normally distributed with mean 2 hours and standard deviation 0.3 hour. For a patient selected at random:
\n" ); document.write( " a) What is the probability that the drug will be effective for 2 hours or less?
\n" ); document.write( " b) What is the probability that the drug will be effective for 1 hour or less?
\n" ); document.write( " c) What is the probability that the drug will be effective for 3 hours or more?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #119578 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Use the z score, \"z=%28x-mu%29%2Fsigma\",
\n" ); document.write( "with x=the value you're interested in,
\n" ); document.write( "\"mu\" is the mean
\n" ); document.write( "\"sigma\" is the standard deviation.
\n" ); document.write( "Then use a lookup table, calculator, or NORMSDIST in Excel.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "a) \"z=%282-2%29%2F0.3=0\", p=0.5
\n" ); document.write( "b) \"z=%281-2%29%2F0.3=-3.333\", p=0.000429
\n" ); document.write( "c) \"z=%283-2%29%2F0.3=3.333\", p=0.999571,
\n" ); document.write( "Also, p=1-0.000429=0.999571
\n" ); document.write( "
\n" );