document.write( "Question 855493: I cannot figure out this problem:
\n" ); document.write( "The useful life of an electrical component is exponentially distributed with a mean of 4000 hours.
\n" ); document.write( "a. What is the probability the circuit will last more than 4500 hours?
\n" ); document.write( "b. What is probability the circuit will last between 4000 and 4750 hours?
\n" ); document.write( "c. What is probability the circuit will fail within the first 3250 hours?
\n" ); document.write( "I cannot figure out what the value of e is, or the value of lambda symbol.
\n" ); document.write( "Thanks for your help.
\n" ); document.write( "

Algebra.Com's Answer #515402 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
The expected value (E) is the mean of an exponential distribution
\n" ); document.write( "E[X] = 1 / lamda = 4000
\n" ); document.write( "lamda = 1 / 4000
\n" ); document.write( "f(x, lamda) = lamda * e^(-lamda*x)
\n" ); document.write( "note that e is equal to 2.71828
\n" ); document.write( "a) P(X>4500) = e^(-4500*lamda) = 2.71828^(-4500*1/4000)
\n" ); document.write( " P(X>4500) = 0.32
\n" ); document.write( "b)P(4000 < X < 4750) = P(X>4000) - P(X>4750)
\n" ); document.write( "P(4000 < X < 4750) = e^(-4000*lamda) - e^(-4750*lamda)
\n" ); document.write( "P(4000 < X < 4750) = .37 - .30 = 0.07
\n" ); document.write( "c)P(X<3250) = 1 - P(X>3250)
\n" ); document.write( "P(X<3250) = 1 - e^(-3250*lamda)= 1 - 0.44 = 0.56\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );