JEE Challenger
More from Determinants

Number of Binary Matrices with Determinant Absolute Value One

Let S={A=(01c1ad1be):a,b,c,d,e{0,1} and A{1,1}}S = \left\{ A = \begin{pmatrix} 0 & 1 & c \\ 1 & a & d \\ 1 & b & e \end{pmatrix} : a, b, c, d, e \in \{0, 1\} \text{ and } |A| \in \{-1, 1\} \right\}, where A|A| denotes the determinant of AA. Then the number of elements in SS is ________.

Official Numerical Answer16

Step-by-Step Solution

To find the number of elements in the set SS, we first evaluate the determinant of the given 3×33 \times 3 matrix AA:

A=(01c1ad1be)A = \begin{pmatrix} 0 & 1 & c \\ 1 & a & d \\ 1 & b & e \end{pmatrix}

Expanding the determinant along the first row:

A=0(aebd)1(ed)+c(ba)|A| = 0 \cdot (ae - bd) - 1 \cdot (e - d) + c \cdot (b - a) A=de+c(ba)|A| = d - e + c(b - a)

We are given that a,b,c,d,e{0,1}a, b, c, d, e \in \{0, 1\} and A{1,1}|A| \in \{-1, 1\}. We analyze the possible cases based on the value of cc:


Case 1: c=0c = 0

When c=0c = 0, the expression simplifies to: A=de|A| = d - e

For A{1,1}|A| \in \{-1, 1\}, we must have:

  1. de=1    (d,e)=(1,0)d - e = 1 \implies (d, e) = (1, 0)
  2. de=1    (d,e)=(0,1)d - e = -1 \implies (d, e) = (0, 1)

Thus, there are 22 valid pairs for (d,e)(d, e). Since aa and bb can independently take any value in {0,1}\{0, 1\}, there are 2×2=42 \times 2 = 4 choices for (a,b)(a, b).

Number of elements for c=0 is 2×4=8\text{Number of elements for } c = 0 \text{ is } 2 \times 4 = 8


Case 2: c=1c = 1

When c=1c = 1, the expression becomes: A=(de)+(ba)|A| = (d - e) + (b - a)

Let x=dex = d - e and y=bay = b - a. Since a,b,d,e{0,1}a, b, d, e \in \{0, 1\}, the possible values of xx and yy are {1,0,1}\{-1, 0, 1\}:

  • x=1    (d,e)=(1,0)x = 1 \implies (d, e) = (1, 0) (1 pair)
  • x=0    (d,e){(0,0),(1,1)}x = 0 \implies (d, e) \in \{(0, 0), (1, 1)\} (2 pairs)
  • x=1    (d,e)=(0,1)x = -1 \implies (d, e) = (0, 1) (1 pair)

Similarly for y=bay = b - a:

  • y=1    (b,a)=(1,0)y = 1 \implies (b, a) = (1, 0) (1 pair)
  • y=0    (b,a){(0,0),(1,1)}y = 0 \implies (b, a) \in \{(0, 0), (1, 1)\} (2 pairs)
  • y=1    (b,a)=(0,1)y = -1 \implies (b, a) = (0, 1) (1 pair)

We require A=x+y{1,1}|A| = x + y \in \{-1, 1\}:

  1. For x+y=1x + y = 1:

    • x=1,y=0    1×2=2x = 1, y = 0 \implies 1 \times 2 = 2 combinations of (a,b,d,e)(a, b, d, e)
    • x=0,y=1    2×1=2x = 0, y = 1 \implies 2 \times 1 = 2 combinations of (a,b,d,e)(a, b, d, e)
    • Subtotal = 2+2=42 + 2 = 4
  2. For x+y=1x + y = -1:

    • x=1,y=0    1×2=2x = -1, y = 0 \implies 1 \times 2 = 2 combinations of (a,b,d,e)(a, b, d, e)
    • x=0,y=1    2×1=2x = 0, y = -1 \implies 2 \times 1 = 2 combinations of (a,b,d,e)(a, b, d, e)
    • Subtotal = 2+2=42 + 2 = 4

Number of elements for c=1 is 4+4=8\text{Number of elements for } c = 1 \text{ is } 4 + 4 = 8


Total Count

Summing the valid combinations from both cases: Total elements in S=8+8=16\text{Total elements in } S = 8 + 8 = 16

Number of Binary Matrices with Determinant Absolute Value One | Mathematics PYQ Solution - JEE Challenger