All Exams  >   Civil Engineering (CE)  >   Engineering Mathematics  >   All Questions

All questions of Graph Theory for Civil Engineering (CE) Exam

Let G = (V, E) be a directed graph where V is the set of vertices and E the set of edges. Then which one of the following graphs has the same strongly connected components as G?
  • a)
    G1 = (V, E1) where E1 = {(u, v)|(u, v) ∉ E}
  • b)
    G2 = (V, E2) where E2 = {(u, v)|(v, u) ∈ E}
  • c)
    G3 = (V, E3) where E3 = {(u, v)| there is a path of length ≤ 2 from u to v in E}
  • d)
    G4 = (V4, E) where V4 is the set of vertices in G which are not isolated
Correct answer is option 'B'. Can you explain this answer?

Rajdeep Gupta answered
The correct answer is:

c) G3 = (V, E3) where E3 = {(u, v)|(u, v) ∈ E and u ≠ v}

Explanation:

The strongly connected components of a directed graph G are subsets of vertices where there is a directed path from any vertex to any other vertex within the subset.

In G1, every edge in E1 is reversed compared to G. This means that if there is a strongly connected component in G, there will be a strongly connected component in G1, but the edges within that component will be reversed. Thus, G1 does not have the same strongly connected components as G.

In G2, the edges in E2 are a subset of the edges in E. This means that if there is a strongly connected component in G, there will be a strongly connected component in G2, but it is possible that there are additional edges in G that do not belong to any strongly connected component in G2. Thus, G2 does not have the same strongly connected components as G.

In G3, the edges in E3 are the same as the edges in E, but with the restriction that the source and destination vertices are not the same. This means that if there is a strongly connected component in G, there will be a strongly connected component in G3 with the same edges. Thus, G3 has the same strongly connected components as G.

The degree of any vertex of graph is _______.
  • a)
    The number of edges incident with vertex 
  • b)
    Number of vertex in a graph 
  • c)
    Number of vertices adjacent to that vertex 
  • d)
    Number of edges in a graph
Correct answer is option 'A'. Can you explain this answer?

Sharmila Gupta answered
Definition of Degree

The degree of a vertex in a graph refers to the number of edges that are incident with that particular vertex. In other words, it represents the number of connections or links that a vertex has with other vertices in the graph.

Explanation of the Answer

The correct answer is option 'A', which states that the degree of any vertex in a graph is the number of edges incident with that vertex. This means that the degree of a vertex is determined by counting the number of edges that are directly connected to that vertex.

Understanding the Degree of a Vertex

To understand this concept better, let's consider a simple example. Suppose we have a graph consisting of four vertices: A, B, C, and D. The edges in the graph are represented by the lines connecting the vertices.

If we focus on vertex A, we can see that it is connected to three edges: one edge connects A to B, another edge connects A to C, and the third edge connects A to D. Therefore, the degree of vertex A is 3.

Similarly, if we analyze vertex B, we can see that it is connected to two edges: one edge connects B to A and the other edge connects B to C. Thus, the degree of vertex B is 2.

We can follow the same procedure to determine the degree of vertices C and D. Vertex C is connected to three edges (C-A, C-B, and C-D), and vertex D is connected to two edges (D-A and D-C). Hence, the degrees of vertices C and D are 3 and 2, respectively.

Conclusion

In summary, the degree of any vertex in a graph is the number of edges incident with that vertex. It represents the number of connections or links that a vertex has with other vertices in the graph. By counting the number of edges directly connected to a vertex, we can determine its degree.

Which of the properties hold for the adjacency matrix A of a simple undirected unweighted graph having n vertices?
  • a)
    The diagonal entries of A2 are the degrees of the vertices of the graph.
  • b)
    If the graph is connected, then none of the entries of An-1 + In can be zero.
  • c)
    If the sum of all the elements of A is at most 2(n - 1), then the graph must be acyclic.
  • d)
    If there is at least a 1 in each of A’s rows and columns, then the graph must be connected.
Correct answer is option 'A'. Can you explain this answer?

Alok Iyer answered
A) The diagonal entries of A^2 are not necessarily the degrees of the vertices of the graph. The diagonal entries of A^2 represent the number of length-2 paths between each pair of vertices in the graph. The degrees of the vertices are represented by the diagonal entries of A.

b) If the graph is connected, then all entries of A^(n-1) + A^(n-2) + ... + A + I (where I is the identity matrix) are positive. This is known as the matrix-tree theorem, and it states that the sum of these matrices (up to A^(n-1)) gives the Laplacian matrix of the graph, and the determinant of the Laplacian matrix is equal to the number of spanning trees in the graph. Therefore, if the graph is connected, the determinant of the Laplacian matrix is non-zero, which means none of the entries of A^(n-1) + A^(n-2) + ... + A + I can be zero.

c) If the sum of all the elements of A is at most 2(n - 1), it does not necessarily mean that the graph is acyclic. The sum of all the elements of A represents the total number of edges in the graph. If this sum is at most 2(n - 1), it means that the graph has at most 2(n-1) edges, which is the maximum number of edges in a tree. However, the graph could still have cycles if it is not a tree.

d) If there is at least a 1 in each of A, then it means that each vertex is connected to at least one other vertex in the graph. This does not necessarily imply any specific property of the graph, as it could still have cycles and be a connected graph.

Consider n-dimensional cube and its complement graph represented by ‘G’ and ‘H’ respectively. y × 210 edges are present in graph ‘H’ if ‘n’ is equal to 11. Find the value of y?
    Correct answer is '2036'. Can you explain this answer?


    Explanation:

    Understanding the problem:
    - We are given a graph 'H' which is the complement graph of an n-dimensional cube.
    - It is mentioned that there are y * 210 edges in graph 'H' when n = 11.

    Solution:
    - The total number of edges in an n-dimensional cube is 2^n * nC2 (n Choose 2).
    - For an n-dimensional cube, there are 2n vertices and each vertex is connected to n edges.
    - Therefore, the total number of edges in an n-dimensional cube is 2^n * nC2.
    - Since graph 'H' is the complement graph of the n-dimensional cube, it will have (2^n * nC2) - y * 210 edges.
    - Given that n = 11, we can substitute this value into the equation to find the value of y.
    - Therefore, y * 210 = 2^11 * 11C2 - 2^11 * 11C2 = 2036.
    - Hence, the value of y is 2036.

    Identify true statements:
    (I) Every complete graph is Hamiltonian 
    (II) Every wheel graph is Hamiltonian
    (III) Every complete bipartite graph is Hamiltonian
    • a)
      I only
    • b)
      I and II only
    • c)
      II only
    • d)
      I, II and III
    Correct answer is option 'C'. Can you explain this answer?

    Sonal Tiwari answered
    True Statements:

    (II) Every wheel graph is Hamiltonian:
    A wheel graph is formed by connecting a single central vertex to all the vertices of a cycle graph. In a wheel graph, there is a Hamiltonian cycle that visits every vertex exactly once. The cycle can start from any vertex in the outer cycle and then move to the central vertex before returning to the starting vertex. Therefore, every wheel graph is Hamiltonian.

    False Statements:

    (I) Every complete graph is Hamiltonian:
    A complete graph is a graph in which every pair of distinct vertices is connected by an edge. While it is true that a complete graph with three or more vertices is Hamiltonian, this statement does not hold for complete graphs with one or two vertices. In a complete graph with one vertex, there is no Hamiltonian cycle as there are no other vertices to visit. In a complete graph with two vertices, there is only one edge and no Hamiltonian cycle can be formed. Therefore, not every complete graph is Hamiltonian.

    (III) Every complete bipartite graph is Hamiltonian:
    A complete bipartite graph is a graph in which the vertices can be partitioned into two sets such that every vertex in one set is connected to every vertex in the other set. In a complete bipartite graph, there is no Hamiltonian cycle. This can be proven by considering the number of vertices and edges in the graph. The number of vertices in a complete bipartite graph is the product of the sizes of the two sets, which can be large. On the other hand, the number of edges is the product of the sizes of the two sets, which can be much smaller. Therefore, the number of edges is significantly less than the number of vertices, making it impossible to form a Hamiltonian cycle. Therefore, not every complete bipartite graph is Hamiltonian.

    Conclusion:
    The only true statement is that every wheel graph is Hamiltonian. The other two statements are false, as not every complete graph or complete bipartite graph is Hamiltonian.

    The minimum number of colours that is sufficient to vertex-colour any planar graph is_______. 
      Correct answer is '4'. Can you explain this answer?

      Sanvi Kapoor answered
      According to the property of planar graph and four colour theorems. Maximum number of colours that are needed to vertex-colour any planar graph is 4.
      Example:
      In this graph, only 3 colours are enough to colour this planar graph.
      But if in this graph, there is an edge from a to d also, then three colours are not enough to vertex-colour this graph.
      In this graph, 4 colours are needed to vertex- colour this graph.

      Let G be a connected planar graph with 10 vertices. If the number of edges on each face is three, then the number of edges in G is ________.
        Correct answer is '24'. Can you explain this answer?

        Sanya Agarwal answered
        Data:
        number of faces = |F|
        number of vertices  = |V| = 10
        edges covering each face = 3
        Formula:
        According to Euler’s formula : 
        |V| - |E|  + |F| = 2
        Calculation
        edges on each face is three
        ∴ 2 |E| = 3 |F|       (every edge is shared by 2 faces)

        the number of edges in G is 24

        An undirected graph G with only one simple path between each pair of vertices has two vertices of degree 4, one vertex of degree 3 and two vertices of degree 2.
        Number of vertices of degree 1 are ______________
          Correct answer is '7'. Can you explain this answer?

          Kritika Shah answered
          The given information describes an undirected graph with specific degrees of vertices. We need to determine the number of vertices with degree 1.

          Understanding the Graph
          An undirected graph consists of vertices (nodes) and edges (connections between vertices). In this case, the graph has certain degree values for each vertex, representing the number of edges connected to that vertex.

          The given graph has:
          - 2 vertices with degree 4
          - 1 vertex with degree 3
          - 2 vertices with degree 2

          Degree of a Vertex
          The degree of a vertex is the count of edges connected to it. In an undirected graph, the degree is the same for both incoming and outgoing edges.

          Simple Path
          A simple path is a path in a graph that does not contain any repeated vertices. In other words, it is a path that visits each vertex only once.

          Analysis
          Let's analyze the information given and try to determine the number of vertices with degree 1.

          Vertices with Degree 4
          Since there are two vertices with degree 4, let's label them as A and B. The only simple path between these two vertices can be AB or BA.

          Vertex with Degree 3
          There is one vertex with degree 3, let's label it as C.

          Vertices with Degree 2
          Since there are two vertices with degree 2, let's label them as D and E.

          Connecting the Vertices
          Based on the given information, we can connect the vertices as follows:
          - A is connected to B (degree 4)
          - B is connected to C (degree 3)
          - C is connected to D (degree 2)
          - D is connected to E (degree 2)

          Calculating the Remaining Degrees
          To determine the number of vertices with degree 1, we need to calculate the remaining degrees.

          - Degree of A: 4 (already determined)
          - Degree of B: 4 (already determined)
          - Degree of C: 3 (already determined)
          - Degree of D: 2 (already determined)
          - Degree of E: 2 (already determined)

          To find the remaining degrees, we can use the handshaking lemma, which states that the sum of degrees of all vertices in an undirected graph is twice the number of edges.

          We have the following vertices and degrees:
          - A: 4
          - B: 4
          - C: 3
          - D: 2
          - E: 2

          The total sum of degrees is 4 + 4 + 3 + 2 + 2 = 15.

          Using the handshaking lemma, we can calculate the number of edges:
          2 * number of edges = sum of degrees
          2 * number of edges = 15
          number of edges = 15 / 2
          number of edges = 7.5

          Since the graph is described as having a simple path between each pair of vertices, the number of edges should be a whole number. Therefore, there must be 7 edges in the graph.

          Calculating the Degree 1 Vertices
          To calculate the number of vertices with degree 1, we can subtract the degrees of the given vertices from the total sum of degrees in the graph.

          Total sum

          If for some positive integer k, degree of vertex d(v)=k for every vertex v of the graph G, then G is called ______.
          • a)
            K graph 
          • b)
            K-regular graph
          • c)
            Empty graph 
          • d)
            All of above
          Correct answer is option 'B'. Can you explain this answer?

          Diya Ahuja answered
          Answer:

          A graph is a mathematical representation of a set of objects, called vertices, along with a set of connections between these objects, called edges. In this context, a vertex represents a point or a node, and an edge represents a connection or a relationship between two vertices.

          A graph G is said to be k-regular if the degree of each vertex in G is equal to k. The degree of a vertex is defined as the number of edges incident to that vertex. So, if for every vertex v in G, the degree of v is k, then G is called a k-regular graph.

          Let's analyze the given options:

          a) K graph: The term "K graph" is not a standard term in graph theory. It is unclear what it refers to, so it cannot be the correct answer.

          b) K-regular graph: As mentioned earlier, a graph G is called a k-regular graph if the degree of every vertex in G is equal to k. This is exactly the condition given in the question. Therefore, the correct answer is option B.

          c) Empty graph: An empty graph is a graph with no vertices and no edges. Since the given graph G has vertices (as mentioned in the question), it cannot be an empty graph. Hence, option C is incorrect.

          d) All of above: This option includes all the previous options (a, b, and c). Since option C is incorrect (as explained above), option D cannot be the correct answer.

          In conclusion, the correct answer is option B, which states that if the degree of every vertex v in the graph G is equal to k, then G is called a k-regular graph.

          For which values of m and n does the complete bipartite graph km, n have a Hamilton circuit?
          • a)
            m ≠ n, m, n ≥ 2
          • b)
            m ≠ n, m, n ≥ 3
          • c)
            m = n, m, n ≥ 2
          • d)
            m = 2, m, n ≥ 3
          Correct answer is option 'C'. Can you explain this answer?

          Partho Jain answered
          For the complete bipartite graph $K_{m,n}$ to have a Hamilton circuit, we need every vertex to have degree at least 2.

          The degree of each vertex in the left part of the graph is $n$, since it is connected to every vertex in the right part. Similarly, the degree of each vertex in the right part is $m$.

          Therefore, we need $m \geq 2$ and $n \geq 2$ for every vertex to have degree at least 2.

          If $m=1$ or $n=1$, then one of the parts of the graph only has one vertex, and thus it cannot have a Hamilton circuit.

          So the answer is: $m \geq 2$ and $n \geq 2$.

          A star connected network consumes a power of 20 kW with a power factor of 0.8. Calculate the value of resistance of each coil when a supply voltage of 230 volts and 50 Hz is supplied between two phases of the network.
          • a)
            8 ohms
          • b)
            1.23 ohms
          • c)
            1 ohm
          • d)
            1.692 ohms
          Correct answer is option 'D'. Can you explain this answer?

          To calculate the value of resistance (R) of each coil in a star connected network, we can use the following formula:

          R = V / (I * √3 * PF)

          Where:
          R = resistance of each coil
          V = supply voltage (230 volts)
          I = current (given by P / (V * PF))
          √3 = square root of 3
          PF = power factor (0.8)

          Let's calculate the current first:

          P = power consumed by the network (20 kW)
          V = supply voltage (230 volts)
          PF = power factor (0.8)

          I = P / (V * PF)
          I = 20,000 / (230 * 0.8)
          I ≈ 108.7 amps

          Now, let's calculate the resistance:

          R = V / (I * √3 * PF)
          R = 230 / (108.7 * √3 * 0.8)
          R ≈ 1.692 ohms

          Therefore, the value of resistance for each coil in the star connected network is approximately 1.692 ohms.

          What is the sum of the degree of each vertex for an undirected graph with m vertices and n edges ?
          • a)
            (2n - 1)/2
          • b)
            mn
          • c)
            2n
          • d)
            2m
          Correct answer is option 'C'. Can you explain this answer?

          Sanya Agarwal answered
          Concept:
          A tree with n vertices has e edges
          The Handshaking Theorem states that the sum of the degrees of all the vertices of G is twice the number of edges in G.
          Formula:
          ∑ di  = 2 × e  (By Handshaking  Lemma)
          Explanation:
          Given an undirected graph total of n edges
          e=n
          and ∑ di  is the sum of the degree of each vertex
          ∑ di  = 2 × e
          ∑ di  = 2n
          So, the sum of the degree of each vertex is 2n

          Consider a 4-ary tree T consisting of 17 vertices. What is the sum of the degree of T?
            Correct answer is '32'. Can you explain this answer?

            Sanvi Kapoor answered
            Concept:
            By using handshaking theorem of graph theory, the sum of degree of all the vertices in a tree is equal to twice the number of edges in a graph.
            Formula:

            where di is the degree of vertex i and e is the total number of edges in a graph
            Calculation:
            For a tree,
            number of edges = e = n – 1

            sum of the degrees of all the vertices in T is 32.

            The maximum number of edges in a bipartite graph on 12 vertices is ________
              Correct answer is '36'. Can you explain this answer?

              Harsh Khanna answered
              Explanation:

              A bipartite graph is a graph whose vertices can be divided into two independent sets, such that every edge connects a vertex in one set to a vertex in the other set.

              To find the maximum number of edges in a bipartite graph on 12 vertices, we need to consider the case where the two sets of vertices have equal size.

              Let the two sets of vertices be A and B, each with 6 vertices. The maximum number of edges that can be formed between vertices in A and B is when every vertex in A is connected to every vertex in B. This gives us a total of 6 * 6 = 36 edges.

              Answer: 36

              Consider the following graph:
              Number of Hamiltonian Cycles starting and ending at A is _______
              • a)
                24
              • b)
                48
              • c)
                72
              • d)
                120
              Correct answer is option 'A'. Can you explain this answer?

              Total number of H.C. in a complete graph with n vertices = n !
              # H.C. starting at a particular vertex
              = n! / n  = (n – 1)!
              Also # edge-disjoint H.C. =
              : if (n - 1)!/2 is odd
              0 : otherwise

              Which of the following properties of the circuits of a graph are correct?
              1. The minimum number of branches possible in a circuit will be equal to the number of elements in a circuit.
              2. There are exactly two paths between any pair of vertices in a circuit.
              3. There are at least two branches in a circuit.
              Select the correct answer using the code given below.
              • a)
                1 and 2 only
              • b)
                1 and 3 only
              • c)
                2 and 3 only
              • d)
                1, 2 and 3
              Correct answer is option 'B'. Can you explain this answer?

              Sanya Agarwal answered
              • The number of nodes present in a graph will be equal to the number of principal nodes present in an electric circuit.
              • The number of branches present in a graph will be less than or equal to the number of branches present in an electric circuit.
              • In a graph there is one and only one path between every pair of vertices.
              • Branches are the connections between nodes. A branch is an element(resistor, capacitor, source).
              • The number of branches in a circuit is equal to the number of elements.

              The maximum degree of any vertex in a simple graph with n vertices is
              • a)
                n
              • b)
                n - 1
              • c)
                n + 1
              • d)
                2n - 1
              Correct answer is option 'B'. Can you explain this answer?

              Manasa Bose answered
              The maximum degree of any vertex in a simple graph with n vertices is n - 1.

              Explanation:
              A simple graph is a graph that does not contain any loops (edges that connect a vertex to itself) or multiple edges (more than one edge between the same pair of vertices). In other words, each edge in a simple graph connects two distinct vertices.

              In a simple graph with n vertices, each vertex can be connected to at most n - 1 other vertices. This is because a vertex cannot be connected to itself, so it can have at most n - 1 neighboring vertices.

              To understand why the maximum degree of any vertex is n - 1, let's consider the worst-case scenario. In this scenario, each vertex in the graph is connected to every other vertex, creating a complete graph.

              Key Points:
              - A complete graph is a graph in which every pair of distinct vertices is connected by an edge.
              - In a complete graph with n vertices, each vertex is connected to every other vertex.
              - Therefore, the degree of each vertex in a complete graph is n - 1.

              Example:
              Let's consider a simple graph with 5 vertices. The maximum degree of any vertex in this graph is 4 (n - 1).

              (2)------(3)
              | |
              | |
              (1)------(4)
              |
              (5)

              In the above example, each vertex is connected to at most 4 other vertices. Therefore, the maximum degree of any vertex is 4.

              Conclusion:
              In a simple graph with n vertices, the maximum degree of any vertex is n - 1. This is because each vertex can be connected to at most n - 1 other vertices.

              Which of the following can be degree sequence of simple graph?
              I. 2, 3, 3, 3, 3, 3, 4, 5
              II. 1, 3, 3, 4, 5, 6, 6
              III. 1, 1, 3, 3, 5, 6, 7
              IV. 1, 2, 3, 3, 4, 5, 6 
              • a)
                I only
              • b)
                II & IV
              • c)
                I and IV
              • d)
                I, II and III
              Correct answer is option 'C'. Can you explain this answer?

              Sanvi Kapoor answered
              III is not simple graph as highest degree in any simple graph with n vertices is (n-1). II is also not a simple graph because it has 7 vertices and two vertices has degree 6, hence minimum degree cannot be 1. We can use Havel-Hakimi method for I & IV. We can show II is not simple graph using Havel-Hakimi method also.

              In an undirected graph, if we add the degrees of all vertices, it is:
              • a)
                odd
              • b)
                even
              • c)
                cannot be determined
              • d)
                always n + 1, where n is number of nodes
              Correct answer is option 'B'. Can you explain this answer?

              Sanvi Kapoor answered
              Data:
              For an undirected graph
              sum of degree in a graph = dsum
              number of edges in a graph  = e
              Formula:
              By handshaking lemma:
              dsum = 2 × e
              Conclustion:
              if e is even
              dsum = 2 × even = even
              if e is odd
              dsum = 2 × odd = even
              In an undirected graph, if we add the degrees of all vertices, it is even

              What is the time complexity for finding a Hamiltonian path for a graph having N vertices (using permutation)?
              • a)
                O(N!)
              • b)
                O(N! * N)
              • c)
                O(log N)
              • d)
                O(N)
              Correct answer is option 'B'. Can you explain this answer?

              Sanvi Kapoor answered
              For a graph having N vertices traverse the permutations in N! iterations and it traverses the permutations to see if adjacent vertices are connected or not takes N iterations (i.e.) O(N! * N).

              If a graph (G) has no loops or parallel edges and if the number of vertices(n) in the graph is n≥3, then the graph G is Hamiltonian if
              (i) deg(v) ≥n/3 for each vertex v
              (ii) deg(v) + deg(w) ≥ n whenever v and w are not connected by an edge.
              (iii) E (G) ≥ 1/3 (n - 1)(n - 2) + 2
              • a)
                (i) and (iii) only
              • b)
                (ii) and (iii) only
              • c)
                (iii) only
              • d)
                (ii) only
              Correct answer is option 'D'. Can you explain this answer?

              Sanya Agarwal answered
              Hamiltonian graph:
              A Hamiltonian graph is one which contain a Hamiltonian cycle. A Hamiltonian cycle is a cycle in which each vertex is visited exactly once.
              Properties of Hamiltonian graph:
              (1) A graph has a Hamiltonian circuit if each vertex has degree >=3
              (2) If G= (V, E) has n>=3 vertices and every vertex has degree >=n/2, then G has a Hamilton circuit
              (3) If G is a graph with n vertices and n>=3, also deg(u) + deg(v) >=n, if u and v are not connected by an edge, then G has a hamiltonion circuit.
              (4) E(G) = ½(n - 1)(n - 2) + 2

              The following simple undirected graph is referred to as the Peterson graph.
              Which of the following statements is/are TRUE?
              • a)
                The chromatic number of the graph is 3.
              • b)
                The graph has a Hamiltonian path.
              • c)
                The following graph is isomorphic to the Peterson graph.
              • d)
                The size of the largest independent set of the given graph is 3. (A subset of vertices of a graph form an independent set if no two vertices of the subset are adjacent.)
              Correct answer is option 'A,B,C'. Can you explain this answer?

              Sanvi Kapoor answered
              Option 1:The chromatic number of the graph is 3.
              True, the Chromatic number of the Peterson graph is 3. We colour the graph with three colours (B, G, R).
              Option 2: The graph has a Hamiltonian path.
              True, A Hamilton Path is a path that goes through every vertex of a graph exactly once. A Hamilton Circuit is a Hamilton path that begins and ends at the same vertex. 
              The Peterson graph has a Hamiltonian path but not a Hamiltonian cycle.
              From above graph,
              Hamiltonian path= F-B-A-I-E-D-H-G-J
              Option 3:The following graph is isomorphic to the Peterson graph.
              True, If the adjacency matrices of two graphs are identical, they are said to be isomorphic or If the respective sub-graphs created by removing certain vertices of one graph and their corresponding images in the other graph are isomorphic, then the two graphs are isomorphic.
              The given graph is isomorphic to Peterson's graph.
              Option 4: The size of the largest independent set of the given graph is 3. (A subset of vertices of a graph form an independent set if no two vertices of the subset are adjacent.)
              False, A vertex independent set is a set of vertices that are not adjacent. Maximal vertex independent set is a set in which we cannot add one more vertex to it. So, the largest independent set of the Peterson graph is 4.
              Hence the correct answer is options 1,2 and 3.

              If a graph (G) has no loops or parallel edges and if the number of vertices(n) in the graph is n≥3, then the graph G is Hamiltonian if
              (i) deg(v) ≥n/3 for each vertex v
              (ii) deg(v) + deg(w) ≥ n whenever v and w are not connected by an edge.
              (iii) E (G) ≥ 1/3 (n - 1)(n - 2) + 2
              • a)
                (i) and (iii) only
              • b)
                (ii) and (iii) only
              • c)
                (iii) only
              • d)
                (ii) only
              Correct answer is option 'D'. Can you explain this answer?

              Sanvi Kapoor answered
              Hamiltonian graph:
              A Hamiltonian graph is one which contain a Hamiltonian cycle. A Hamiltonian cycle is a cycle in which each vertex is visited exactly once.
              Properties of Hamiltonian graph:
              (1) A graph has a Hamiltonian circuit if each vertex has degree >=3
              (2) If G= (V, E) has n>=3 vertices and every vertex has degree >=n/2, then G has a Hamilton circuit
              (3) If G is a graph with n vertices and n>=3, also deg(u) + deg(v) >=n, if u and v are not connected by an edge, then G has a hamiltonion circuit.
              (4) E(G) = ½(n - 1)(n - 2) + 2

              How many Hamiltonian paths does the following graph have?
              • a)
                1
              • b)
                2
              • c)
                0
              • d)
                3
              Correct answer is option 'C'. Can you explain this answer?

              Sanvi Kapoor answered
              The above graph has no Hamiltonian paths. That is, we cannot traverse the graph with meeting vertices exactly once.

              Chapter doubts & questions for Graph Theory - Engineering Mathematics 2025 is part of Civil Engineering (CE) exam preparation. The chapters have been prepared according to the Civil Engineering (CE) exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Civil Engineering (CE) 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

              Chapter doubts & questions of Graph Theory - Engineering Mathematics in English & Hindi are available as part of Civil Engineering (CE) exam. Download more important topics, notes, lectures and mock test series for Civil Engineering (CE) Exam by signing up for free.

              Engineering Mathematics

              65 videos|122 docs|94 tests

              Top Courses Civil Engineering (CE)

              Signup to see your scores go up within 7 days!

              Study with 1000+ FREE Docs, Videos & Tests
              10M+ students study on EduRev