$ f(x) = \begin{cases} e^{-x}, & \text{if } x>0, \\ 0, & \text{otherwise,} \end{cases} $
and that of Brand II follows a gamma distribution with the probability density function
$ g(x) = \begin{cases} \frac{x}{4} e^{-x/2}, & \text{if } x>0, \\ 0, & \text{otherwise.} \end{cases} $
The company uses the batteries of Brands I and II in proportion of $20\%$ and $80\%$ respectively, in its mobiles. The probability that a randomly selected mobile has the battery life more that $2$ years is
This problem asks for the probability that a randomly selected mobile battery lasts longer than 2 years. The company uses two brands of batteries, Brand I and Brand II, with different lifetime distributions and in different proportions. We need to calculate the overall probability by considering the probability of each brand and the proportion in which they are used.
The lifetime of Brand I batteries follows an exponential distribution with the probability density function (PDF):
This is an exponential distribution with a rate parameter $\lambda = 1$. The probability that a Brand I battery lasts more than 2 years is calculated by integrating the PDF from 2 to infinity:
The integral of $e^{-x}$ is $-e^{-x}$. Evaluating this from 2 to infinity:
So, the probability that a Brand I battery lasts more than 2 years is $e^{-2}$.
The lifetime of Brand II batteries follows a gamma distribution with the PDF:
This PDF corresponds to a Gamma distribution with shape parameter $k=2$ and rate parameter $\beta = 1/2$ (or scale $\theta = 2$). The probability that a Brand II battery lasts more than 2 years is found by integrating the PDF from 2 to infinity:
We can solve this integral using integration by parts ($\int u dv = uv - \int v du$). Let $u = \frac{x}{4}$ and $dv = e^{-x/2} dx$. Then $du = \frac{1}{4} dx$ and $v = \int e^{-x/2} dx = -2e^{-x/2}$.
Applying the integration by parts formula:
Evaluate the first term:
Using L'Hopital's rule for the limit $\lim_{b \to \infty} (-\frac{b}{2} e^{-b/2}) = \lim_{b \to \infty} (-\frac{1}{2} / (-\frac{1}{2} e^{-b/2})) = \lim_{b \to \infty} e^{-b/2} = 0$.
So the first term is $0 - (-1 \cdot e^{-1}) = e^{-1}$.
Evaluate the integral part:
Combining the parts, the probability for Brand II is $e^{-1} + e^{-1} = 2e^{-1}$.
Therefore, $ P(\text{Life} > 2 | \text{Brand II}) = 2e^{-1} $.
The company uses Brand I batteries in proportion $P(\text{Brand I}) = 20\% = \frac{1}{5}$ and Brand II batteries in proportion $P(\text{Brand II}) = 80\% = \frac{4}{5}$.
We use the Law of Total Probability to find the overall probability that a randomly selected battery lasts more than 2 years:
Substitute the calculated probabilities and proportions:
This result represents the total probability that a mobile battery, chosen randomly considering the usage proportions of both brands, will have a life of more than 2 years.
Let $X$ be a random variable with the cumulative distribution function
$F_X(x) = \begin{cases} 0, & \text{if } x<0, \\ \frac{x+2}{5}, & \text{if } 0 \le x<2, \\ 1, & \text{if } x \ge 2. \end{cases}$
Then, which of the following statements are true?