Let $\mathbb{K}$ be a finite field with $q$ elements and $V$ a $n$-dimensional $\mathbb{K}$-vectorspace.
- How many elements are in $V$?
- How many subsets of $V$ are a basis of $V$?
For the first question I reasoned that I have $n$ dimensions that I can fill up with $q$ different elements. So from a combinatorics standpoint $V$ should have a length of $q^n$.
For the second question I'm almost certain I'm wrong:
Let $\{a_1, a_2, \cdots a_n\}$ be a basis of $V$
I can multiply each of my basis vectors by $q-1$ different elements in $\mathbb{K}/\{0\}$ (excluding $0$ because multiplying a basisvector by zero nolonger makes it a basisvector) that alone yields $(q-1)^n$ different possibilities now for each one of these options I can take any of the $n$ vectors and add them to any of the other $(n-1)$ remaining vectors.
So in total there are $n(n-1)(q-1)^n$ subsets in $V$ that form a basis of $V$
I haven't done lots of combinatorics yet, so I would appreciate it if someone could help me out.