JEE Challenger
More from Matrices

Number of Invertible Three by Three Matrices with Given Constraints

Let R={(a3bc2d050):a,b,c,d{0,3,5,7,11,13,17,19}}R = \left\{ \begin{pmatrix} a & 3 & b \\ c & 2 & d \\ 0 & 5 & 0 \end{pmatrix} : a, b, c, d \in \{0, 3, 5, 7, 11, 13, 17, 19\} \right\} Then the number of invertible matrices in RR is

Official Numerical Answer3780

Step-by-Step Solution

To find the number of invertible matrices in RR, we determine the determinant of a general matrix MRM \in R: det(M)=a3bc2d050=5(adbc)\det(M) = \begin{vmatrix} a & 3 & b \\ c & 2 & d \\ 0 & 5 & 0 \end{vmatrix} = -5(ad - bc)

A matrix MM is invertible if and only if det(M)0\det(M) \neq 0, which is equivalent to adbcad \neq bc. The set of available values S={0,3,5,7,11,13,17,19}S = \{0, 3, 5, 7, 11, 13, 17, 19\} contains 88 elements, where 00 is zero and the remaining 77 elements are distinct prime numbers.

The total number of possible matrices is 84=40968^4 = 4096. We count the number of singular matrices by finding the number of quadruples (a,b,c,d)(a,b,c,d) such that ad=bcad = bc:

  1. If ad=bc=0ad = bc = 0, there are 1515 choices for (a,d)(a,d) where at least one variable is 00, and 1515 choices for (b,c)(b,c), yielding 15×15=22515 \times 15 = 225 quadruples.
  2. If ad=bc0ad = bc \neq 0, all elements must be chosen from the 77 distinct primes. This occurs when (b,c)=(a,d)(b,c) = (a,d) or (b,c)=(d,a)(b,c) = (d,a), giving 7+(7×6×2)=917 + (7 \times 6 \times 2) = 91 quadruples.

Subtracting the 316316 singular cases from the total 40964096 choices gives: Number of invertible matrices=4096(225+91)=3780\text{Number of invertible matrices} = 4096 - (225 + 91) = 3780

Number of Invertible Three by Three Matrices with Given Constraints | Mathematics PYQ Solution - JEE Challenger