Answer:
a) [tex]P(X>30000)=1-( 1- e^{-\frac{30000}{30000}})=e^{-1}=0.368[/tex]
b) [tex]P(X>30000|X>15000)=P(X>15000)=1-( 1- e^{-\frac{15000}{30000}})=e^{-0.5}=0.607[/tex]
Step-by-step explanation:
Previous concepts
The exponential distribution is "the probability distribution of the time between events in a Poisson process (a process in which events occur continuously and independently at a constant average rate). It is a particular case of the gamma distribution". The probability density function is given by:
[tex]P(X=x)=\lambda e^{-\lambda x}, x>0[/tex]
And 0 for other case. Let X the random variable that represent "life lengths of automobile tires of a certain brand" and we know that the distribution is given by:
[tex]X \sim Exp(\lambda=\frac{1}{30000})[/tex]
The cumulative distribution function is given by:
[tex]F(X) = 1- e^{-\frac{x}{\mu}}[/tex]
Part a
We want to find this probability:
[tex]P(X>30000)[/tex] and for this case we can use the cumulative distribution function to find it like this:
[tex]P(X>30000)=1-( 1- e^{-\frac{30000}{30000}})=e^{-1}=0.368[/tex]
Part b
For this case w want to find this probability
[tex]P(X>30000|X>15000)[/tex]
We have an important property on the exponential distribution called "Memoryless" property and says this:
[tex]P(X>a+t| X>t)=P(X>a)[/tex]
On this case if we use this property we have this:[tex]P(X>30000|X>15000)=P(X>15000+15000|X>15000)=P(X>15000)[/tex]
We can use the definition of the density function and find this probability:
[tex]P(X>15000)=1-( 1- e^{-\frac{15000}{30000}})=e^{-0.5}=0.607[/tex]