Let $G$ be a regular graph with even number of vertices and odd number of edges. Show that $G$ isnt an Eulerian graph.
I'm not sure if my solution is correct/misses something:
$|V(G)| = 2k%$ and $|E(G)| = \frac{l \cdot 2k}{2} = k \cdot l$, where $l$ is the degree of every vertice. If $E$ is odd then both $k$ and $l$ must be odd, so if $l$ is odd then the graph isn't Eulerian. What happens if the graph isn't regular, can I somehow explain why the graph could be Eulerian (other than showing an example?)
See the picture for an example.