How many lines are there in $A^2\left(\mathbb{F}_p\right)$ over the finite field $\mathbb{F}_q$ of $q$ elements?
I'm a bit stuck with the question, my approach is the following:
Number of points * Number of lines through each point = $p^2⋅(1+p+p^2)$
Is it the right direction or I'm wrong?
Thank you!
A line is given in $\mathbb A^2$ by an equation $$ax+by+c=0; a,b,c\in \mathbb F_q$$ whre $a \text{ and }b$ are not both 0. Thus there are $q^3-q$ possibilities for $(a,b,c)$. Tho triples $(a,b,c), (\alpha,\beta,\gamma)$ represent the same line iff there exists some $\zeta \in \mathbb F_q, \zeta \ne 0$ such that $$a=\zeta \alpha, b=\zeta \beta, c=\zeta \gamma$$. There are $q-1$ possibilities for $\zeta.$ Thus a line corresponds to an equivalence class of allowable triples and each equivalence class contains $q-1$ members so the number of lines = number of equivalence classes =$$ \frac{q^3-q}{q-1} =q^2+q.$$