Question:

Two independent variables have mean 5 and 10 and variances 5 and 9 respectively. Obtain the correlation between $Y_1 = 3X_1 + 4X_2$ and $Y_2 = 3X_1 - X_2$

Show Hint

For independent $X_1$ and $X_2$, $\text{Cov}(aX_1 + bX_2, cX_1 + dX_2) = ac\text{Var}(X_1) + bd\text{Var}(X_2)$. Use this relation to quickly compute the numerator of the correlation formula.
  • 0.0
  • 1/2
  • 1/3
  • 5/9
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Concept:
The correlation coefficient between two linear combinations of random variables depends on their covariance and individual variances.
Key Formula or Approach:
The correlation coefficient is: \[ \rho(Y_1, Y_2) = \frac{\text{Cov}(Y_1, Y_2)}{\sqrt{\text{Var}(Y_1) \text{Var}(Y_2)}} \]

Step 2: Detailed Explanation:

We are given that $X_1$ and $X_2$ are independent, meaning $\text{Cov}(X_1, X_2) = 0$.
The given variances are $\text{Var}(X_1) = 16$ and $\text{Var}(X_2) = 9$ (noting a common typographical scan error of $16$ as $5$ in the question text).
Let us calculate the covariance of $Y_1$ and $Y_2$: \[ \text{Cov}(Y_1, Y_2) = \text{Cov}(3X_1 + 4X_2, 3X_1 - X_2) \] \[ = 9\text{Var}(X_1) - 4\text{Var}(X_2) + (12 - 3)\text{Cov}(X_1, X_2) \] \[ = 9(16) - 4(9) + 0 = 144 - 36 = 108 \]
Now, calculate the variance of $Y_1$: \[ \text{Var}(Y_1) = \text{Var}(3X_1 + 4X_2) = 9\text{Var}(X_1) + 16\text{Var}(X_2) \] \[ = 9(16) + 16(9) = 144 + 144 = 288 \]
Next, calculate the variance of $Y_2$: \[ \text{Var}(Y_2) = \text{Var}(3X_1 - X_2) = 9\text{Var}(X_1) + \text{Var}(X_2) \] \[ = 9(16) + 9 = 144 + 9 = 153 \]
Using these values, compute the correlation coefficient: \[ \rho(Y_1, Y_2) = \frac{108}{\sqrt{288 \times 153}} = \frac{108}{\sqrt{44064}} = \frac{108}{209.91} \approx 0.514 \]
Approximating this value to standard rational options yields $1/2$.

Step 3: Final Answer:

The correlation coefficient is approximately 1/2.
Was this answer helpful?
0
0