Let G be the group of all $2 \times 2 $ matrices $ \left( \begin{array}{cc} a & b \\ c & d \end{array} \right) % \left( \begin{array}{cc} 1 & 0 \\ 0 & 1 \end{array} \right) \] $ where $a, b, c, d$ are integers modulo $p$, $p$ a prime number, such that $ad - bc\neq 0$. $G$ forms a group relative to matrix multiplication. What is $o(G)$?
I solved a similar problem where $p=2$ by listing method. I tried solving the same problem for $p=3$ but it seems I couldn't list down all the complementary cases (i.e all the cases where $ad-bc=0$) ...but I think this is a problem which generalized the question for all primes. Is there a formula for the same i.e to calculate $o(G)$...also how to do it for $p=3$?Also, I am not aware of some concepts like rings or fields as I am learning about basic group theory... I am not quite getting it...There may some posts regarding this topic on this site...but the link provided above , although has a similar post but it is solved maybe using some concepts of rings ,fields,etc...however,I am not aware of concepts of rings,fields,column vector ,etc as I have just started reading about some basic group theory ....so that does not answer my question...