Maths Olympiad Prep

Track / Stage 6 / 346 of 400 #1346 of 1964

Problem 1346

National olympiad, first round
Algebra Difficulty 6.7 Find the answer

Let SS be the set of 2×22\times2-matrices over Fp\mathbb{F}_{p} with trace 11 and determinant 00. Determine S|S|.

A number or a short expression. Spacing and $ signs are ignored.

Official solution

1. Form of the Matrix:
Let S S be the set of 2×2 2 \times 2 matrices over Fp \mathbb{F}_p with trace 1 and determinant 0. A general 2×2 2 \times 2 matrix is given by:
A=(abcd) A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}
The trace condition tr(A)=1 \text{tr}(A) = 1 implies:
a+d=1 a + d = 1
The determinant condition det(A)=0 \det(A) = 0 implies:
adbc=0 ad - bc = 0
Substituting d=1a d = 1 - a into the determinant condition, we get:
a(1a)bc=0    a(1a)=bc a(1 - a) - bc = 0 \implies a(1 - a) = bc

2. **Case a=0 a = 0 :**
If a=0 a = 0 , then the equation a(1a)=bc a(1 - a) = bc simplifies to 0=bc 0 = bc . This means either b=0 b = 0 or c=0 c = 0 . Therefore, the possible matrices are:
(0bc1)withb=0 or c=0 \begin{pmatrix} 0 & b \\ c & 1 \end{pmatrix} \quad \text{with} \quad b = 0 \text{ or } c = 0
For each b b (where b b can take p p values) and each c c (where c c can take p p values), we have 2p1 2p - 1 possible matrices (since the pair (b,c)=(0,0) (b, c) = (0, 0) is counted twice).

3. **Case a=1 a = 1 :**
If a=1 a = 1 , then the equation a(1a)=bc a(1 - a) = bc simplifies to 0=bc 0 = bc . This means either b=0 b = 0 or c=0 c = 0 . Therefore, the possible matrices are:
(1bc0)withb=0 or c=0 \begin{pmatrix} 1 & b \\ c & 0 \end{pmatrix} \quad \text{with} \quad b = 0 \text{ or } c = 0
Similarly, for each b b and each c c , we have 2p1 2p - 1 possible matrices.

4. **Case a0,1 a \neq 0, 1 :**
If a0 a \neq 0 and a1 a \neq 1 , then a(1a)0 a(1 - a) \neq 0 . Hence, bc=a(1a)0 bc = a(1 - a) \neq 0 . This implies b0 b \neq 0 and c=a(1a)b c = \frac{a(1 - a)}{b} . For each non-zero b b (which can take p1 p - 1 values), c c is uniquely determined. Therefore, for each a a (where a a can take p2 p - 2 values), we have p1 p - 1 possible matrices.

5. Counting the Total Number of Matrices:
- For a=0 a = 0 , there are 2p1 2p - 1 matrices.
- For a=1 a = 1 , there are 2p1 2p - 1 matrices.
- For a0,1 a \neq 0, 1 , there are (p2)(p1) (p - 2)(p - 1) matrices.

Summing these, we get:
S=(2p1)+(2p1)+(p2)(p1) |S| = (2p - 1) + (2p - 1) + (p - 2)(p - 1)
Simplifying this expression:
S=2(2p1)+(p2)(p1)=4p2+p23p+2=p2+p |S| = 2(2p - 1) + (p - 2)(p - 1) = 4p - 2 + p^2 - 3p + 2 = p^2 + p
Therefore:
S=p(p+1) |S| = p(p + 1)

The final answer is p(p+1) \boxed{p(p + 1)} .

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.