Let X= the amount of time a customer spends in a bank: X∼Exp(λ).
f(x)=λe−λx,x>0λ=μ1=101=0.1
P(X>15)=∫15∞f(x)dx
=A→∞lim∫15A0.1e−0.1xdx
=A→∞lim[−e0.1x]A15=−0+e−0.1(15)
=e−1.5≈0.22313
An exponential distribution has a memory-less property, i.e the future probabilities are not affected by any past data.
P(X>15∣X>10)=P(X>10+5∣X>10)
=P(X>5)=A→∞lim∫5A0.1e−0.1xdx
=A→∞lim[−e0.1x]A5=−0+e−0.1(5)
=e−0.5≈0.60653
Comments