Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Finding number of edges given vertices and degree sequence?

Writer Matthew Barrera
$\begingroup$

I'm doing a question in my text that asks me to find how many regions a graph has if it has 6 vertices all of which has degree 4. I know i'm supposed to use the euler theorem of $r=e-v+2$, but to use this I need to find the number of edges first. So how do I find the number of edges in a graph if I know how many vertices there are and their degrees?

$\endgroup$ 2

1 Answer

$\begingroup$

The sum of the vertex degree values is twice the number of edges, because each of the edges has been counted from both ends.

In your case $6$ vertices of degree $4$ mean there are $(6\times 4) / 2 = 12$ edges.

$\endgroup$ 1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy