G is a graph whose vertex set is $\{1,2, ... , 82\}$, vertices $i$ and $j$ are adjacent iff $|i-j| \mod 4 = 0 \text{ and } i \neq j$.
(a) Calculate the chromatic number of $G$.
(b) Is $G$ Eulerian?
(c) Is $G$ planar?
I'm not sure how to go on about part (a) or part (c), for part (b), I tested cases manually like adjacent vertices of $1$ are $\{5, 9, ... , 81\}$ which are $20$ vertices, since degree of each vertex is even, it is Eulerian.
For part (c) I believe it should be enough to prove that there is a $K_5$ or $K_{3,3}$ subgraph but I'm not sure how to do this.
Hint (a): Note that chromatic number of a complete graph $K_n$ is $n$ (Why?) and also think why this information is useful here (as an another hint, you can see the definition of complete graph).
Hint (b): When there are $20$ vertices and each vertex is adjacent to every other vertex, what is the degree of each vertex (This question is asked because for vertices $3$ and $4$, there is a difference)? Besides, we have some equivalence classes of nodes like nodes that are adjacent to $1$ can be represented by $[1]$ and similar to that, we have $[2]$, $[3]$ and $[4]$. If these are like equivalence classes, what can we say about them?
Hint (c): It is true that $K_5$ is not planar. What can we say about planarity of $K_n$ for $n \ge 5$?