Consider a simple connected graph $G$ with $n$ vertices and $n$ edges $(n > 2)$. Then, which of the following statements are true?
I think 'c' won't be ans because there will be exactly one cycle (as the graph is connected) not atleast. So only option 'd' is correct.
This seems like multiple answer questions. Here we have $n$ vertices & $n$ edges. So we must have cycle. So (C) has at least one cycle is True & (A) is false. (D) The graph obtained by removing any two edges from $G$ is not connected $\rightarrow$ This is true, for graph of $n$ vertices to be connected, we need at least $n-1$ edges. If we remove $2$ out of $n$, we get $n-2$ edges, which can connect at max $n-1$ vertices. $1$ Vertex at least will be disconnected. So D is true. (B) is false as if graph is cyclic graph then removing any edge will not disconnect graph. Answer $\rightarrow$ (C) & (D).
Arjun
yes Sir in this year’s GATE the same question came from TOC. I thought that if in option it is given as “ Language(L2) is CFL” so it is not clear that whether they are only focusing on CFL and neglecting that the language is regular as well OR they are saying that the given language is both regular and CFL. thats why i didn’t marked that option .
so unless it is mentioned in the question to select the strongest one , we have to select the superset’s of the answers as well right?
@Arjun sir aren’t these the same statements? unable to differentiate :(
exactly one ⟹ at least one but at least one need not imply exactly one.
okay sir ! thankyou!!