document.write( "Question 1131697: Suppose that you have already been waiting for one hour for a taxi. What is the probability that one arrives within the next 9 minutes? The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 26.23 minutes.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(Please enter your answers as fractions in lowest terms or as decimals rounded to four decimal places. Thank you!)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #748886 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The exponential probability distribution can be written as: \n" ); document.write( "P(x) = k*exp(-kx), where k is a constant \n" ); document.write( "The mean of this distribution is given by 1/k \n" ); document.write( "Since the taxi arrivals are independent random events, the fact that you have \n" ); document.write( "already been waiting an hour has no bearing on what happens in the next 9 \n" ); document.write( "minutes. \n" ); document.write( "To determine P(60 <= x <= 69), we need to integrate P(x) from 60 to 69, \n" ); document.write( "with k = 1/26.23 = 0.03812 \n" ); document.write( "The indefinite integral is -exp(-kx) \n" ); document.write( "Thus P(60 <= x <= 69) = -(exp(-0.03812*69) - exp(-0.03812*60)) = 0.02949 \n" ); document.write( " \n" ); document.write( " |