document.write( "Question 876192: An engineer thinks that the best model for time between breakdowns
\n" ); document.write( "of a generator is the exponential distribution with a mean of 15 days.
\n" ); document.write( "(a) If the generator has just broken down, what is the probability that it
\n" ); document.write( "will break down in the next 21 days?
\n" ); document.write( "(b) What is the probability that the generator will operate for 30 days
\n" ); document.write( "without a breakdown?
\n" ); document.write( "(c) If the generator has been operating for the last 20 days, what is the
\n" ); document.write( "probability that it will operate for another 30 days without a
\n" ); document.write( "breakdown?
\n" ); document.write( "(d) Comment on the results of parts (b) and (c).
\n" ); document.write( "

Algebra.Com's Answer #528641 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
Average Time between breakdowns of a generator = 15days
\n" ); document.write( "a) P = poissonpdf(15,21)= .02986
\n" ); document.write( "b) P = poissonpdf(15,30)= .0002
\n" ); document.write( "c. P = poissonpdf(15,50)= 6.4x10^(-13)
\n" ); document.write( "d) Better Chance of operating 30days, after a breakdown than w/0
\n" ); document.write( "
\n" );