A connected simple graph $G$ has $14$ vertices and $88$ edges. Prove $G$ is Hamiltonian, but not Eulerian.
I almost feel like you have to prove these two parts separately. I understand that to be Hamiltonian a vertex tour (a path in which all vertices are touched once) is possible on the graph, and that to be Eulerian an edge tour(a path in which all edges are touched once). Although I am not sure how to construct this in the form a proof. I also know that you can test to see if a graph is Hamiltonian if each vertex has a degree $\ge$ $\frac{1}{2}p$ where $p$ is the number of vertices in the simple graph.