This question is from the CSIR NET, December 2023 test. Note that multiple options could be correct.
Let $G$ be the group (under matrix multiplication) of $2\times 2$ invertible matrices with entries from the ring $\mathbb Z/ 9 \mathbb Z$ . Let $a$ be the order of $G$. Which of the following statements is/are true?
- $a$ is divisible $3^4$.
- $a$ is divisible by $2^4$.
- $a$ is not divisible by $48$.
- $a$ is divisible by $3^6$.
I know how to compute the order of $\text{GL}(n,\mathbb F)$ when $\mathbb F$ is a finite field. There's an easy-to-understand formula which comes from linear independence of the columns and some elementary combinatorics.
However, I am not sure if there's a formula for the order of $\text{GL}(n,R)$ when $R$ is an arbitrary finite ring. The question does not ask for exact order of $\text{GL}(2,\mathbb Z/9\mathbb Z)$ so here's how I tried to attempt it:
Note that a matrix from $M_2(\mathbb Z/9\mathbb Z)$ is invertible if and only if its determinant is from the group of units $(\mathbb Z/9\mathbb Z)^*$ which has $6$ elements. Consider the subgroup of upper triangular matrices in $\text{GL}(2,\mathbb Z/9\mathbb Z)$. The diagonal entries need to be unit, the top left entry could be anything. Thus, the order of this subgroup is $6\times 6\times 9$. Using Lagrange's theorem, I can confirm that option $1$ is true since $3^4\mid 6\times 6\times 9\,\mid \, \text{#}\text{GL}(2,\mathbb Z/9\mathbb Z)$.
However, I can't decide for the other options. I need help.