Discrete Mathematics

100404
Back to Discrete Mathematics

Module 5: Graphs and Trees

  1. 1d. A simple graph can have (i) multiple edges (ii) self-loops (iii) parallel edges (iv) no multiple edges, self-loops and parallel edges20222m

    Module 5: Graphs and Trees

    A simple graph can have
    (i) multiple edges
    (ii) self-loops
    (iii) parallel edges
    (iv) no multiple edges, self-loops and parallel edges

    View this question on its own page →
  2. 1e. An undirected graph has 8 vertices labelled 1, 2, \dots, 8 and 31 edges. Vertices 1, 3, 5, 7 have degree 8 and vertices 2, 4, 6, 8 have degree 7. What is the degree of vertex 8? (i) 15 (ii) 8 (iii) 5 (iv) 2320222m

    Module 5: Graphs and Trees

    An undirected graph has 8 vertices labelled 1,2,,81, 2, \dots, 8 and 31 edges. Vertices 1,3,5,71, 3, 5, 7 have degree 8 and vertices 2,4,6,82, 4, 6, 8 have degree 7. What is the degree of vertex 8?

    (i) 15
    (ii) 8
    (iii) 5
    (iv) 23

    View this question on its own page →
  3. 1f. A graph which has the same number of edges as its complement must have number of vertices congruent to \_\_\_\_\_\_ or \_\_\_\_\_\_ modulo 4 (for integral values of number of edges). (i) 6k, 6k-1 (ii) 4k, 4k+1 (iii) k, k+2 (iv) 2k+1, k20222m

    Module 5: Graphs and Trees

    A graph which has the same number of edges as its complement must have number of vertices congruent to ______ or ______ modulo 4 (for integral values of number of edges).

    (i) 6k,6k16k, 6k-1
    (ii) 4k,4k+14k, 4k+1
    (iii) k,k+2k, k+2
    (iv) 2k+1,k2k+1, k

    View this question on its own page →
  4. 1g. A graph which consists of disjoint union of trees is called (i) bipartite graph (ii) forest (iii) caterpillar tree (iv) labelled tree20222m

    Module 5: Graphs and Trees

    A graph which consists of disjoint union of trees is called
    (i) bipartite graph
    (ii) forest
    (iii) caterpillar tree
    (iv) labelled tree

    View this question on its own page →
  5. 1i. If C_n is the nth cyclic graph, where n>3 and n is odd, determine the value of \chi(C_n). (i) 32572 (ii) 16631 (iii) 3 (iv) 31020222m

    Module 5: Graphs and Trees

    If CnC_n is the nnth cyclic graph, where n>3n>3 and nn is odd, determine the value of χ(Cn)\chi(C_n).

    (i) 32572
    (ii) 16631
    (iii) 3
    (iv) 310

    View this question on its own page →
  6. 1j. The number of edges in a regular graph of degree 46 and 8 vertices is (i) 347 (ii) 230 (iii) 184 (iv) 18620222m

    Module 5: Graphs and Trees

    The number of edges in a regular graph of degree 46 and 8 vertices is

    (i) 347
    (ii) 230
    (iii) 184
    (iv) 186

    View this question on its own page →
  7. 8a. In a Round-Robin tournament, the Tigers beat the Blue Jays, the Tigers beat the Cardinals, the Tigers beat the Orioles, the Blue Jays beat the Cardinals, the Blue Jays beat the Orioles and the Cardinals beat the Orioles. Model this outcome with a directed graph.20223m

    Module 5: Graphs and Trees

    In a Round-Robin tournament, the Tigers beat the Blue Jays, the Tigers beat the Cardinals, the Tigers beat the Orioles, the Blue Jays beat the Cardinals, the Blue Jays beat the Orioles and the Cardinals beat the Orioles. Model this outcome with a directed graph.

    View this question on its own page →
  8. 8c. Determine whether the following given pair of directed graphs, shown in Fig. 1 and Fig. 2, are isomorphic or not. Exhibit an isomorphism or provide a rigorous argument that none exists.20228m

    Module 5: Graphs and Trees

    Determine whether the following given pair of directed graphs, shown in Fig. 1 and Fig. 2, are isomorphic or not. Exhibit an isomorphism or provide a rigorous argument that none exists.

    View this question on its own page →
  9. 9a. Consider the following graph (a) Does a Hamiltonian path exist? If so describe it. If not say why not.20237m

    Module 5: Graphs and Trees

    Consider the following graph

    (a) Does a Hamiltonian path exist? If so describe it. If not say why not.

    View this question on its own page →
  10. 9a. Use pseudocode to describe an algorithm for determining the value of a game tree when both players follow a minimax strategy.20224m

    Module 5: Graphs and Trees

    Use pseudocode to describe an algorithm for determining the value of a game tree when both players follow a minimax strategy.

    View this question on its own page →
  11. 9b. Does an Eulerian path exist? If so describe it. If not say why not.20237m

    Module 5: Graphs and Trees

    Does an Eulerian path exist? If so describe it. If not say why not.

    View this question on its own page →
  12. 9b. Suppose that T_1 and T_2 are spanning trees of a simple graph G. Moreover, suppose that e_1 is an edge in T_1 that is not in T_2. Show that there is an edge e_2 in T_2 that is not in T_1 such that T_1 remains a spanning tree if e_1 is removed from it and e_2 is added to it, and T_2 remains a spanning tree if e_2 is removed from it and e_1 is added to it.20225m

    Module 5: Graphs and Trees

    Suppose that T1T_1 and T2T_2 are spanning trees of a simple graph GG. Moreover, suppose that e1e_1 is an edge in T1T_1 that is not in T2T_2. Show that there is an edge e2e_2 in T2T_2 that is not in T1T_1 such that T1T_1 remains a spanning tree if e1e_1 is removed from it and e2e_2 is added to it, and T2T_2 remains a spanning tree if e2e_2 is removed from it and e1e_1 is added to it.

    View this question on its own page →
  13. 9c. Show that a degree-constrained spanning tree of a simple graph in which each vertex has degree not exceeding 2 consists of a single Hamiltonian path in the graph.20225m

    Module 5: Graphs and Trees

    Show that a degree-constrained spanning tree of a simple graph in which each vertex has degree not exceeding 2 consists of a single Hamiltonian path in the graph.

    View this question on its own page →