document.write( "Question 936031: the time takes a technician to fix a computer problem is exponentially distributed with a mean of 15 minutes. what is probability that ?\r
\n" );
document.write( "\n" );
document.write( "a) it will take a technician less than 10 minutes to fix the computer problem ?\r
\n" );
document.write( "\n" );
document.write( "b) it will take a technician between 10 to 15 minutes to fix a computer problem ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #569440 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! the time takes a technician to fix a computer problem is exponentially distributed with a mean of 15 minutes. what is probability that ? \n" ); document.write( "a) it will take a technician less than 10 minutes to fix the computer problem ? \n" ); document.write( "probability = 1 - exp(-10/15) = \n" ); document.write( "\n" ); document.write( "b) it will take a technician between 10 to 15 minutes to fix a computer problem ? \n" ); document.write( "probability = exp(-10/15) - exp(-15/15) = |