Question
Question: Let \(p\) be an odd prime number and \({{\text{T}}_p}\) be the following set of \({\text{2}} \times ...
Let p be an odd prime number and Tp be the following set of 2×2 matrices:
{T_p} = \left\\{ {A{\text{ = }}\left[ {\left( {a{\text{,}}b} \right),\left( {c{\text{,}}a} \right)} \right]:a{\text{,}}b{\text{,}}c \in \left\\{ {0,1,....,p - {\text{1}}} \right\\}} \right\\}
The number of A in Tp such that A is either symmetric or skew-symmetric or both,
and det(A) divisible by p is:
A. (p−1)2 B. 2(p−1) C. (p−1)2+1 D. 2p−1
Solution
First, we will find the determinants of this matrix as in the case of symmetric and skew-symmetric. Then, we will find the values of all these determinants which can be divisible by p and add both the answers of symmetric as well as skew-symmetric matrix.
Complete step-by-step answer :
Given A = \left[ {\begin{array}{*{20}{c}}
a&b; \\\
c&a;
\end{array}} \right]
As you know, Determinant can be computed as for example \left| A \right| = \left| {\begin{array}{*{20}{c}}
a&b; \\\
c&d;
\end{array}} \right| = ad - bc
Therefore, by apply this method we will get,
∣A∣=a2−bc
If A is symmetric then b=c
So ∣A∣=a2−b2=(a+b)(a−b) which is divisible by p, if (a+b) is divisible by p or (a−b) is divisible by p.
Now (a+b) is divisible by p if (a,b) can take values (1,p−1),(2,p−2),(3,p−3)......(p−1,1).
Therefore,(p−1) ways.
Also (a−b) is divisible by p only when a−b=0 , that is,a=b. Then (a,b) can take values(0,0),(1,1),(2,2)....(p−1,p−1) .Therefore,p ways
If A is skew-symmetric then a=0 and b=−c or b+c=0 which gives
∣A∣=0 when b2=0 ⇒b=0,c=0.
But this possibility is already included when
A is symmetric and (a,b)=(0,0)
Again if A is both symmetric and skew-symmetric, then clearly A is a null matrix which case is already included. Hence total number of ways =p+p−1=2p−1.
Note : Here, in this question one should consider all the cases for the value of the determinant of A as this can be a common mistake done by students. For this question we have to first understand the concepts of symmetric and skew-symmetric matrices and determinants i.e.
The non-diagonal elements of a symmetric matrix are equal whereas the elements on the diagonal of a skew-symmetric matrix are zero.