Solveeit Logo

Question

Question: Let A = [aij] be a square matrix of order 2 with entries either 0 or 1. Let E be the event that A is...

Let A = [aij] be a square matrix of order 2 with entries either 0 or 1. Let E be the event that A is an invertible matrix. Then the probability P(E) is :

Answer

3/8

Explanation

Solution

The total number of possible 2x2 matrices with entries from {0, 1} is 24=162^4 = 16. A matrix is invertible if its determinant is non-zero. For a matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant is adbcad - bc. The matrix is non-invertible if adbc=0ad - bc = 0, which means ad=bcad = bc.

Case 1: ad=0ad = 0 and bc=0bc = 0. There are 3 ways for ad=0ad=0: (0,0), (0,1), (1,0). There are 3 ways for bc=0bc=0: (0,0), (0,1), (1,0). Number of matrices in this case = 3×3=93 \times 3 = 9.

Case 2: ad=1ad = 1 and bc=1bc = 1. There is 1 way for ad=1ad=1: (1,1). There is 1 way for bc=1bc=1: (1,1). Number of matrices in this case = 1×1=11 \times 1 = 1.

Total non-invertible matrices = 9+1=109 + 1 = 10. Total invertible matrices = 1610=616 - 10 = 6. Probability P(E)=616=38P(E) = \frac{6}{16} = \frac{3}{8}.