So I have a compact surface $M$ without boundary with a triangulation such that $q$ edges meet at each vertex. I want to give possibilities for classifying $M$ for $3 \leq q \leq 6,$ and specify the number of vertices if possible.
My first attempt is to look at the Euler characteristic, $\chi(M) = V - E + F$. Because each vertex is part of $q$ edges and each edge has two vertices in it, we have $E = \frac{q}{2}V$. Similarly, because each face has three edges and each edge is part of two faces, we have $F = \frac{3}{2}E = \frac{3q}{4}V$. Therefore, the Euler characteristic is $\chi(M) = \frac{4 + q}{4} V.$ Because $\chi(M) \leq 2$, this only makes sense for $q = 4$ and $V = 1$. Have I made some very silly mistake somewhere? I have done the computation multiple times to check my work but can't seem to find anything.