document.write( "Question 1192426: The studies of a single machine tool system showed that the machine
\n" );
document.write( "operates before breaking down is exponentially distributed with a mean of
\n" );
document.write( "10 hours.
\n" );
document.write( "a) Find the probability that the machine operates at least 12 hours before
\n" );
document.write( "breaking down.
\n" );
document.write( "b) Find the probability that the machine operates at least 14 hours but
\n" );
document.write( "less than 20s hours before breaking down. \n" );
document.write( "
Algebra.Com's Answer #848990 by CPhill(1987) You can put this solution on YOUR website! **a) Probability of operating at least 12 hours**\r \n" ); document.write( "\n" ); document.write( "* **Given:** \n" ); document.write( " * Mean time to failure (μ) = 10 hours \n" ); document.write( " * Rate parameter (λ) = 1/μ = 1/10 = 0.1 per hour \r \n" ); document.write( "\n" ); document.write( "* **Probability of operating at least 12 hours:** \n" ); document.write( " * P(X ≥ 12) = 1 - P(X < 12) \n" ); document.write( " * P(X ≥ 12) = 1 - (1 - e^(-λx)) \n" ); document.write( " * P(X ≥ 12) = 1 - (1 - e^(-0.1 * 12)) \n" ); document.write( " * P(X ≥ 12) = 1 - (1 - e^(-1.2)) \n" ); document.write( " * P(X ≥ 12) = e^(-1.2) \n" ); document.write( " * P(X ≥ 12) ≈ 0.3012\r \n" ); document.write( "\n" ); document.write( "**b) Probability of operating between 14 and 20 hours**\r \n" ); document.write( "\n" ); document.write( "* **Probability of operating at least 14 hours:** \n" ); document.write( " * P(X ≥ 14) = e^(-0.1 * 14) = e^(-1.4) ≈ 0.2466\r \n" ); document.write( "\n" ); document.write( "* **Probability of operating at least 20 hours:** \n" ); document.write( " * P(X ≥ 20) = e^(-0.1 * 20) = e^(-2) ≈ 0.1353\r \n" ); document.write( "\n" ); document.write( "* **Probability of operating between 14 and 20 hours:** \n" ); document.write( " * P(14 ≤ X < 20) = P(X ≥ 14) - P(X ≥ 20) \n" ); document.write( " * P(14 ≤ X < 20) = 0.2466 - 0.1353 \n" ); document.write( " * P(14 ≤ X < 20) ≈ 0.1113\r \n" ); document.write( "\n" ); document.write( "**Therefore:**\r \n" ); document.write( "\n" ); document.write( "* a) The probability that the machine operates at least 12 hours before breaking down is approximately 0.3012. \n" ); document.write( "* b) The probability that the machine operates at least 14 hours but less than 20 hours before breaking down is approximately 0.1113. \n" ); document.write( " \n" ); document.write( " |