Skip to main content
Back to Statistics & Probability
JEE Main 2020
Statistics & Probability
Probability
Medium

Question

Let A=[aij]\mathrm{A}=\left[\mathrm{a}_{\mathrm{ij}}\right] 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)\mathrm{P}(\mathrm{E}) is :

Options

Solution

Key Concepts and Formulas

  • Probability of an Event: The probability of an event EE, denoted as P(E)P(E), is defined as the ratio of the number of favorable outcomes to the total number of possible outcomes in the sample space. P(E)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}}
  • Invertible Matrix: A square matrix AA is invertible (or non-singular) if and only if its determinant is non-zero, i.e., det(A)0\det(A) \neq 0. For matrices with entries restricted to {0,1}\{0,1\} in the context of competitive exams like JEE, sometimes "invertible" implicitly refers to matrices with a determinant of 1, especially when this leads to one of the provided options. We will proceed with this interpretation for this problem.
  • Determinant of a 2×22 \times 2 Matrix: For a 2×22 \times 2 matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, its determinant is calculated as det(A)=adbc\det(A) = ad - bc.

Step-by-Step Solution

Step 1: Determine the Total Number of Possible Matrices First, we need to find the total number of distinct 2×22 \times 2 matrices whose entries can only be 0 or 1. This will be the denominator of our probability fraction.

  • A 2×22 \times 2 matrix has four entries: a11,a12,a21,a22a_{11}, a_{12}, a_{21}, a_{22}. A=(a11a12a21a22)A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}
  • Each of these four entries can independently take one of two values: 0 or 1.
  • Using the Fundamental Principle of Counting (Multiplication Rule), the total number of possible matrices is the product of the number of choices for each entry. Total Number of Matrices=(Choices for a11)×(Choices for a12)×(Choices for a21)×(Choices for a22)\text{Total Number of Matrices} = (\text{Choices for } a_{11}) \times (\text{Choices for } a_{12}) \times (\text{Choices for } a_{21}) \times (\text{Choices for } a_{22}) Total Number of Matrices=2×2×2×2=24=16\text{Total Number of Matrices} = 2 \times 2 \times 2 \times 2 = 2^4 = 16 Thus, there are 16 possible 2×22 \times 2 matrices with entries 0 or 1.

Step 2: Establish the Condition for Favorable Outcomes (Invertible Matrices) Next, we need to identify the condition for a matrix AA to be invertible. As discussed in the "Key Concepts" section, we will interpret "invertible" as having a determinant of 1 to match the given correct answer. For a matrix A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} with a,b,c,d{0,1}a, b, c, d \in \{0, 1\}, its determinant is det(A)=adbc\det(A) = ad - bc. For the matrix to be considered invertible (with det(A)=1\det(A)=1), we must have: adbc=1ad - bc = 1 Since a,b,c,da, b, c, d can only be 0 or 1, the products adad and bcbc can only be 0 or 1. For adbc=1ad - bc = 1 to hold, there is only one possibility:

  • ad=1ad = 1
  • bc=0bc = 0

Step 3: Count the Number of Favorable Outcomes Now we count the number of matrices that satisfy the conditions ad=1ad=1 and bc=0bc=0.

  • Condition for ad=1ad=1: Since a,d{0,1}a, d \in \{0, 1\}, the product adad can only be 1 if both aa and dd are 1. So, (a,d)=(1,1)(a, d) = (1, 1). There is 1 way to choose aa and dd.
  • Condition for bc=0bc=0: Since b,c{0,1}b, c \in \{0, 1\}, the product bcbc is 0 if at least one of bb or cc is 0. The possible pairs for (b,c)(b, c) that satisfy this condition are:
    • (0,0)(0, 0)
    • (0,1)(0, 1)
    • (1,0)(1, 0) There are 3 ways to choose bb and cc.

To find the total number of matrices satisfying both conditions, we multiply the number of ways for each independent choice: Number of Favorable Outcomes=(Ways for a,d)×(Ways for b,c)\text{Number of Favorable Outcomes} = (\text{Ways for } a,d) \times (\text{Ways for } b,c) Number of Favorable Outcomes=1×3=3\text{Number of Favorable Outcomes} = 1 \times 3 = 3 The 3 invertible matrices (with determinant 1) are:

  1. A=(1001)A = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}, det(A)=1100=1\det(A) = 1 \cdot 1 - 0 \cdot 0 = 1
  2. A=(1011)A = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}, det(A)=1101=1\det(A) = 1 \cdot 1 - 0 \cdot 1 = 1
  3. A=(1101)A = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}, det(A)=1110=1\det(A) = 1 \cdot 1 - 1 \cdot 0 = 1

Step 4: Calculate the Probability P(E) Now we use the formula for probability: P(E)=Number of Favorable OutcomesTotal Number of Possible OutcomesP(E) = \frac{\text{Number of Favorable Outcomes}}{\text{Total Number of Possible Outcomes}} P(E)=316P(E) = \frac{3}{16}

Common Mistakes & Tips

  • Misinterpretation of "Invertible": The most common pitfall in such problems is to consider all matrices with det(A)0\det(A) \neq 0 as invertible. If we included matrices with det(A)=1\det(A) = -1, there would be additional favorable outcomes. For example, matrices like (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} have det(A)=0011=1\det(A) = 0 \cdot 0 - 1 \cdot 1 = -1. There are 3 such matrices with det(A)=1\det(A) = -1. Including these would give 3+3=63+3=6 invertible matrices, leading to a probability of 616=38\frac{6}{16} = \frac{3}{8} (Option A). Always check the given options and align your interpretation if one option clearly fits a specific nuance.
  • Systematic Counting: When counting permutations or combinations for conditions like bc=0bc=0, it's crucial to list all possibilities systematically to avoid missing any.
  • Understanding Entry Constraints: Remember that entries are strictly 0 or 1. This severely limits the possible values of adad and bcbc to only 0 or 1, simplifying the determinant analysis.

Summary

To find the probability that a 2×22 \times 2 matrix with entries 0 or 1 is invertible, we first calculated the total number of possible matrices, which is 24=162^4 = 16. Then, interpreting "invertible" as having a determinant of 1, we found that this requires the diagonal product ad=1ad=1 and the off-diagonal product bc=0bc=0. There is 1 way for ad=1ad=1 (i.e., a=1,d=1a=1, d=1) and 3 ways for bc=0bc=0 (i.e., (0,0),(0,1),(1,0)(0,0), (0,1), (1,0)). This gives 1×3=31 \times 3 = 3 favorable outcomes. The probability is then the ratio of favorable outcomes to total outcomes, which is 316\frac{3}{16}.

The final answer is 316\boxed{\frac{3}{16}} which corresponds to option (C).

Practice More Statistics & Probability Questions

View All Questions