document.write( "Question 204448: An analysis of public emergency response times to calls made in a small city indicates that these responses are normally distributed with a mean μ = 240 seconds and a standard deviation σ = 40 seconds. \r
\n" );
document.write( "\n" );
document.write( "a. what is the probability that a particular call lasted between 180 and 300 seconds?
\n" );
document.write( "b. what is the probability that a particular call lasted between 110 and 180 seconds?
\n" );
document.write( "c. what is the probability that a particular call lasted less than 180 seconds?
\n" );
document.write( "d. what is the probability that a particular call lasted more than 280 seconds?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #154387 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! An analysis of public emergency response times to calls made in a small city indicates that these responses are normally distributed with a mean μ = 240 seconds and a standard deviation σ = 40 seconds. \n" ); document.write( "--- \n" ); document.write( "For each of these problems you need to find the z-values corresponding to \n" ); document.write( "the numbers, then find the probability relating to those z-values. \n" ); document.write( "For example on part a see below: \n" ); document.write( "---- \n" ); document.write( "a. what is the probability that a particular call lasted between 180 and 300 seconds? \n" ); document.write( "P(180<=x<-300) = P(z(180)<= z <= z(300)) = normalcdf(180,300,240,40) = 0.8664 \n" ); document.write( "---------------------- \n" ); document.write( "b. what is the probability that a particular call lasted between 110 and 180 seconds? \n" ); document.write( "Use the same procedure as on \"a\" \n" ); document.write( "------------------------------------ \n" ); document.write( "c. what is the probability that a particular call lasted less than 180 seconds? \n" ); document.write( "Use normalcdf(0,180,240,40) = 0.0668 \n" ); document.write( "-------------------------------------------- \n" ); document.write( "d. what is the probability that a particular call lasted more than 280 seconds? \n" ); document.write( "Use normalcdf(280,1000,240,40) = 0.1587 \n" ); document.write( "=============================================== \n" ); document.write( "Comment: I used a TI calculator to get the probabilities. \n" ); document.write( "Let me know if this feedback was of no help. \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |