Let X be a random variable exponentially distributed with parameter lambda. The probability density function of X is given by: f_X(x) = lambda * e^{-lambda*x}, x >= 0 If 5 * E[X] = Var(X), where E[X] and Var(X) indicate the expectation and variance of X respectively, the value of lambda is _______ (rounded off to one decimal place).
GATE 2024 · Engineering Mathematics · Exponential Distribution · medium
Answer: lambda = 0.2.
- Write formulas for mean and variance: E[X] = 1/lambda and Var(X) = 1/lambda^2
- Apply the given condition: 5/lambda = 1/lambda^2 Multiply both sides by lambda^2: 5*lambda = 1 lambda = 1/5 = 0.2