document.write( "Question 1192995: On average, a certain laptop lasts for 5 years. The length of time the laptop lasts is exponentially distributed. Find the probability that a laptop would last:
\n" ); document.write( "a) More than 4 years
\n" ); document.write( "b) less than 2 years
\n" ); document.write( "c) between 4 and 6 years.
\n" ); document.write( "

Algebra.Com's Answer #825385 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
lambda=1/5 for the distribution
\n" ); document.write( "probability x>4 = e^(-4/5)=0.4493
\n" ); document.write( "fewer than two years is 1-e^(-2/5)=0.3297
\n" ); document.write( "more than 6 years is e^-1.2=0.3031 and more than 4 years is 0.4493
\n" ); document.write( "so the difference or 0.1462 is the answer\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );