Question:medium

Let \( A = [a_{ij}] \) be a 2 \(\times\) 2 matrix such that \(a_{ij} \in \{0, 1\}\) for all \(i\) and \(j\). Let the random variable X denote the possible values of the determinant of the matrix A. Then, the variance of X is:

Show Hint

For variance problems involving matrices, ensure all possible determinant values are calculated correctly with corresponding probabilities.
Updated On: Mar 25, 2026
  • \(\frac{1}{4}\)
  • \(\frac{3}{8}\)
  • \(\frac{5}{8}\)
  • \(\frac{3}{4}\)
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Determining potential determinant values. The determinant is computed as: \[|A| = a_{11}a_{22} - a_{12}a_{21} \] Considering all possible combinations of 0 and 1, the attainable determinant values are: \(\{-1, 0, 1\}\)

Step 2: Probability distribution. - Probability of \(X = -1\) = \(\frac{3}{16}\)
- Probability of \(X = 0\) = \(\frac{10}{16} = \frac{5}{8}\)
- Probability of \(X = 1\) = \(\frac{3}{16}\)

Step 3: Variance calculation. \[\text{Variance} = E(X^2) - (E(X))^2\] \[= \frac{3}{16}(-1)^2 + \frac{5}{8}(0)^2 + \frac{3}{16}(1)^2 - (0)^2\] \[= \frac{3}{16} + 0 + \frac{3}{16} = \frac{6}{16} = \frac{3}{8} \]
Was this answer helpful?
0