50 50 votes The minimum number of colours required to colour the following graph, such that no two adjacent vertices are assigned the same color, is $2$ $3$ $4$ $5$ Graph Theory gatecse-2004 graph-theory graph-coloring easy + – Kathleen 21.3k views answer comment Share Follow Print See all 8 Comments 8 8 Comments reply Show 5 previous comments pavansan commented Jan 2, 2025 reply Follow flag this may be silly but how we know that the given graph is planar @Bikram sir? 0 0 replyShare R2-D2 commented Jan 14, 2025 reply Follow flag @pavansan We say that graph is planar if the given graph does not have any cross edge. and if graph have cross edge then we try to make it planar by changing it's edge representation.See this image K4 is complete graph and have cross but we can remove cross edge by changing it's representation see conversion. NOTE: If we cannot convert given graph to it's planar representation then that graph is not planar see below image.By any means we cannot represent K5 and K3,3 in planar graph. That means these graph are not planar. The given graph in question is planar since it does not have any cross edges. 3 3 replyShare pavansan commented Jan 16, 2025 reply Follow flag @Kishan Songara yeah thanks now understood 1 1 replyShare Please log in or register to add a comment.
Best answer 54 54 votes $4$ colors are required to color the graph in the prescribed way. answer = option C amarVashishth answered Nov 18, 2015 • edited May 8, 2019 by Sukanya Das amarVashishth comment Share Follow See all 8 Comments 8 8 Comments reply Show 5 previous comments Kiyoshi commented Dec 8, 2021 reply Follow flag @Hemant Parihar Look, Theorem 5.10.6 (Five Color Theorem) Every planar graph can be colored with 5 colors. REF : https://www.whitman.edu/mathematics/cgt_online/book/section05.10.html 0 0 replyShare Pranavpurkar commented Apr 17, 2022 i edited by Pranavpurkar Apr 18, 2022 reply Follow flag ASNR1010bro so its 4 or 5 now?see here it is saying a planar graph is 4-colorable , 5- colorable as well as 6- colorable.-> http://cgm.cs.mcgill.ca/~athens/cs507/Projects/2003/MatthewWahab/theorems.htmland I think it is obvious that if a graph is 4 colorable then we can color it easily with more than 4 colors as well (as many vertices it have)! 0 0 replyShare Franz Kafka commented Oct 2, 2024 i edited by Franz Kafka Oct 2, 2024 reply Follow flag Four color theorem states thatFor any planar graph, the chromatic number is ATMOST 4So, we dont have to check for 5.Also there is a triangle in graph (ie, cycle of length 3). So, Chromatic number can't be 2. It's either 3 or 4.If we try with 3 then we won't be able to color all vertices. So minimum 4 colors are required. See this for reference. And this GATE PYQ 2 2 replyShare Please log in or register to add a comment.
6 6 votes Ans C Anu answered Apr 26, 2015 Anu comment Share Follow 0 reply Please log in or register to add a comment.
2 2 votes note:-The max degree of the vertex is 4 so we need atmost 4 colours to colour the graph answer is C) 4 only Mithlesh Upadhyay answered Mar 18, 2015 • edited Aug 31, 2017 by Bikram 2 flags: ✌ Edit necessary (oogway69 “wrong reasoning”)✌ Low quality (Rishabh_Chaudhari “wrong”) Mithlesh Upadhyay comment Share Follow See all 2 Comments 2 2 Comments reply Warrior commented Oct 21, 2017 reply Follow flag This is not a correct theorem/result.Counter ex: Degree of every vertex in Graph K5 is 4 (max degree is 4) but we need 5 colors to color the graph. correct theorem: If every vertex in G has degree at most d then G admits a vertex coloring using d+1 colors. 7 7 replyShare Charankurva commented Aug 8 i edited by Charankurva Aug 8 reply Follow flag The answer is correct according to Brooke's theorem which states that for a connected graph the chromatic number <=max degree of the graph except for odd and complete graph it is atmost max degree of graph +1 0 0 replyShare Please log in or register to add a comment.
1 1 vote short trick- first eliminate option here according to 4 color theorm we cannot use more than 4 color so option (d) is wrong Now, as you can see it contain cycle with odd n.o of edges i.e 3 it means it contain atleast 3 colors so option (a) is wrong now we can easily check with 3 and 4 colors. akshay_123 answered Sep 3, 2023 akshay_123 comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes Option C is correct We need 4 colors required to color vertices of the graph. Gajanan Purud answered Sep 15, 2023 Gajanan Purud comment Share Follow 0 reply Please log in or register to add a comment.
–1 –1 vote Since the graph is planar graph it is 4 colorable. Pratyush Priyam Kuan answered Feb 19, 2020 Pratyush Priyam Kuan comment Share Follow See all 6 Comments 6 6 Comments reply Show 3 previous comments Pranavpurkar commented Apr 18, 2022 reply Follow flag raja11sep so is it like this that every planar graph can be colored with a maximum of 4 colors and not more than that? 0 0 replyShare anon1 commented Apr 19, 2022 reply Follow flag @Pranavpurkar for any graph with v vertices , we can color it by v color but here we are talking about chromatic number means coloring by minimum color possible. chromatic number of any planar graph can not be more than 4 1 1 replyShare Pranavpurkar commented Apr 22, 2022 reply Follow flag raja11sep see this comment once → https://gateoverflow.in/1071/Gate-cse-2004-question-77?show=374106#c374106 0 0 replyShare Please log in or register to add a comment.