8 8 votes Suppose that a connected planar graph has six vertices, each of degree four. Into how many regions is the plane divided by a planar representation of this graph? $6$ $8$ $12$ $20$ Graph Theory ugcnetcse-june2019-paper2 graph-planarity handshaking-theorem + – Arjun 10.4k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply srestha commented Jul 2, 2019 reply Follow flag Answer will be 8 formulas used Sum of degree$=2e$ by formula $r=e-v+2$ 1 1 replyShare Gateasp2020 commented Jul 10, 2019 reply Follow flag Ans is 8 0 0 replyShare Please log in or register to add a comment.
3 3 votes Method 1 (brute force) :- Method 2 :- We know that, sum of degree of vertices = 2 * number of edges (handshaking theorem) $\implies 4+4+4+4+4+4 = 2 * e$ $\implies e = 12$ Also according to Euler's formula, $r=e-v+2$ $\implies r= 12 -6 +2 $ $\implies r= 12 -6 +2 $ $\implies r= 8$ $\therefore$ Option $2.$ is correct. Satbir answered Jul 3, 2019 • edited Jul 23, 2019 by Lakshman Bhaiya Satbir comment Share Follow 0 reply Please log in or register to add a comment.