Solveeit Logo

Question

Question: Number of 2 × 2 matrices A = {aij}2×2 such that |aij| = |aji|, where |aij| Î {0, 1, 2, 3, 4, 5} is -...

Number of 2 × 2 matrices A = {aij}2×2 such that |aij| = |aji|, where |aij| Î {0, 1, 2, 3, 4, 5} is -

Answer

216

Explanation

Solution

Let the matrix be A=(a11a12a21a22)A = \begin{pmatrix} a_{11} & a_{12} \\ a_{21} & a_{22} \end{pmatrix}.

The elements aija_{ij} are from the set S={0,1,2,3,4,5}S = \{0, 1, 2, 3, 4, 5\}.

The condition is aij=aji|a_{ij}| = |a_{ji}|. Since aijSa_{ij} \in S, aij0a_{ij} \ge 0, so aij=aij|a_{ij}| = a_{ij}.

The condition becomes aij=ajia_{ij} = a_{ji}. This means the matrix must be symmetric: a12=a21a_{12} = a_{21}.

The elements a11,a12,a22a_{11}, a_{12}, a_{22} can be chosen independently from the set SS. Once a12a_{12} is chosen, a21a_{21} is determined as a21=a12a_{21} = a_{12}.

  • Number of choices for a11a_{11} is S=6|S| = 6.
  • Number of choices for a12a_{12} is S=6|S| = 6.
  • Number of choices for a22a_{22} is S=6|S| = 6.

The total number of such matrices is the product of the number of independent choices: 6×6×6=63=2166 \times 6 \times 6 = 6^3 = 216.