I was wondering if a graph existed because I used euler's inequality and it said that theres supposed to be a graph but im having a hard time figuring out what it is. Thank you!
2026-03-27 01:46:48.1774576008
Could there exist a planar graph with the following degrees of vertices: {5, 5, 4, 4, 4, 2}
94 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3


Up to graph isomorphism, there exists only one graph with those vertex degrees. If we call the vertices $v_1,\dots, v_6$ where degree of $v_1$ and $v_2$ is $5$, and the degree of $v_6$ is $2$, then we know:
So, your graph is basically just $K_5$, with one more vertex connected to two of its nodes. And it's well known that $K_5$ is not planar.