Math 454 Final Exam, Fall 2005

Similar documents
CPS 102: Discrete Mathematics. Quiz 3 Date: Wednesday November 30, Instructor: Bruce Maggs NAME: Prob # Score. Total 60

DO NOT RE-DISTRIBUTE THIS SOLUTION FILE

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

Math 778S Spectral Graph Theory Handout #2: Basic graph theory

Math 776 Graph Theory Lecture Note 1 Basic concepts

Lecture 6: Graph Properties

Discrete Mathematics and Probability Theory Fall 2016 Seshia and Walrand Midterm 1

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points

Math.3336: Discrete Mathematics. Chapter 10 Graph Theory

Theorem 3.1 (Berge) A matching M in G is maximum if and only if there is no M- augmenting path.

DO NOT RE-DISTRIBUTE THIS SOLUTION FILE

Ma/CS 6b Class 5: Graph Connectivity

1 Matchings with Tutte s Theorem

CMSC Honors Discrete Mathematics

Exercise set 2 Solutions

PACKING DIGRAPHS WITH DIRECTED CLOSED TRAILS

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition.

MATH10001 Mathematical Workshop. Graphs, Trees and Algorithms Part 2. Trees. From Trees to Prüfer Codes

Disjoint directed cycles

2. CONNECTIVITY Connectivity

Notes 4 : Approximating Maximum Parsimony

HW Graph Theory SOLUTIONS (hbovik) - Q

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge.

HW Graph Theory SOLUTIONS (hbovik)

Module 7. Independent sets, coverings. and matchings. Contents

Matching Theory. Figure 1: Is this graph bipartite?

Abstract. A graph G is perfect if for every induced subgraph H of G, the chromatic number of H is equal to the size of the largest clique of H.

Number Theory and Graph Theory

Graph Definitions. In a directed graph the edges have directions (ordered pairs). A weighted graph includes a weight function.

Questions Total Points Score

Discrete mathematics , Fall Instructor: prof. János Pach

Notes for Recitation 8

Math 170- Graph Theory Notes

Bipartite Roots of Graphs

Solution for Homework set 3

Problem Pts Score Grader Problem Pts Score Grader

Indicate the option which most accurately completes the sentence.

Greedy algorithms is another useful way for solving optimization problems.

1. The following graph is not Eulerian. Make it into an Eulerian graph by adding as few edges as possible.

MAT 145: PROBLEM SET 6

Part II. Graph Theory. Year

Ma/CS 6b Class 4: Matchings in General Graphs

Assignment 4 Solutions of graph problems

Problem Set 2 Solutions

Final Exam Math 38 Graph Theory Spring 2017 Due on Friday, June 2, at 12:50 pm. Good Luck!!

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1

Grundy chromatic number of the complement of bipartite graphs

Discrete Mathematics for CS Spring 2008 David Wagner Note 13. An Introduction to Graphs

University of Illinois at Chicago Department of Computer Science. Final Examination. CS 151 Mathematical Foundations of Computer Science Fall 2012

Characterizations of Trees

Lecture 5: Graphs. Rajat Mittal. IIT Kanpur

K 4 C 5. Figure 4.5: Some well known family of graphs

Graph Theory: Introduction

Graphs. Pseudograph: multiple edges and loops allowed

Assignment 1 Introduction to Graph Theory CO342

On the packing chromatic number of some lattices

4. (a) Draw the Petersen graph. (b) Use Kuratowski s teorem to prove that the Petersen graph is non-planar.

Fundamental Properties of Graphs

List of Theorems. Mat 416, Introduction to Graph Theory. Theorem 1 The numbers R(p, q) exist and for p, q 2,

Graphs and Discrete Structures

Network flows and Menger s theorem

1 Digraphs. Definition 1

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G.

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8

Lecture 4: Primal Dual Matching Algorithm and Non-Bipartite Matching. 1 Primal/Dual Algorithm for weighted matchings in Bipartite Graphs

Varying Applications (examples)

Module 11. Directed Graphs. Contents

1. Suppose you are given a magic black box that somehow answers the following decision problem in polynomial time:

Graphs and trees come up everywhere. We can view the internet as a graph (in many ways) Web search views web pages as a graph

Lecture 19 Thursday, March 29. Examples of isomorphic, and non-isomorphic graphs will be given in class.

Math 485, Graph Theory: Homework #3

GRAPH THEORY: AN INTRODUCTION

8.2 Paths and Cycles

Math236 Discrete Maths with Applications

Discrete Mathematics and Probability Theory Fall 2013 Vazirani Note 7

Solutions to In-Class Problems Week 4, Fri

Let G = (V, E) be a graph. If u, v V, then u is adjacent to v if {u, v} E. We also use the notation u v to denote that u is adjacent to v.

Solutions to In Class Problems Week 5, Wed.

Computer Science 236 Fall Nov. 11, 2010

Proposition 1. The edges of an even graph can be split (partitioned) into cycles, no two of which have an edge in common.

1 Algorithm and Proof for Minimum Vertex Coloring

CS70 - Lecture 6. Graphs: Coloring; Special Graphs. 1. Review of L5 2. Planar Five Color Theorem 3. Special Graphs:

11.4 Bipartite Multigraphs

Quiz 1 Solutions. [1 point] No hackers are willing to waltz. Solution. x R(x) S(x) [1 point] No artists are unwilling to waltz.

Discrete Mathematics and Probability Theory Fall 2015 Rao Midterm 1

Computer Science 280 Fall 2002 Homework 10 Solutions

Perfect matchings in hypergraphs

AALBORG UNIVERSITY. A short update on equipackable graphs. Preben Dahl Vestergaard. Department of Mathematical Sciences. Aalborg University

Vertex coloring, chromatic number

Bounds for the m-eternal Domination Number of a Graph

1 Matching in Non-Bipartite Graphs

Graph Connectivity G G G

Two remarks on retracts of graph products

Small Survey on Perfect Graphs

Lecture 22 Tuesday, April 10

12.1 Formulation of General Perfect Matching

On total domination and support vertices of a tree

Advanced Combinatorial Optimization September 17, Lecture 3. Sketch some results regarding ear-decompositions and factor-critical graphs.

Today. Types of graphs. Complete Graphs. Trees. Hypercubes.

Transcription:

c IIT Dept. Applied Mathematics, December 12, 2005 1 PRINT Last name: Signature: First name: Student ID: Math 454 Final Exam, Fall 2005 I. Examples, Counterexamples and short answer. (6 2 ea.) Do not give proofs, but 3 clearly indicate your proposed example or counterexample, or short answer where appropriate. 1. Give an example of a simple graph G for which κ (G) δ(g) (edge connectivity is not equal to minimum degree). 2. Give an example of a closed walk W on a graph G, where W contains a cycle but cannot be partitioned into cycles. 3. Give an example of a tree T with an even number of vertices which does not have a perfect matching. For this tree, identify a vertex subset S V (T ) which violates Tutte s condition: S T, o(t S) S.

c IIT Dept. Applied Mathematics, December 12, 2005 2 4. Give an example of a connected graph for which α(g) β (G), and indicate the corresponding independent set and edge cover. (Hints: Recall that α(g) is the maximum size of an independent set of G, and β (G) is the minimum size of an edge cover of G, where an edge cover is a set L E(G) such that every vertex of G is incident to some edge of L.) 5. Find a decomposition of the graph below into at most 6 cliques. 6. Give an example of a graph with at least 8 vertices and chromatic number 4. Show a coloring the vertices with 4 colors.

c IIT Dept. Applied Mathematics, December 12, 2005 3 II. Constructions and Algorithms. (10 pts ea.) Do not write proofs, but do give clear, concise answers. 7. In the graph G with vertices x, y as indicated below, the number of pairwise edge-disjoint x, y-paths is defined to be λ (x, y). Convert G to a (directed) network and find λ (x, y) by solving a flow problem. (Hint: what does an undirected edge become in the network?) 8. Determine if the following sequence is graphic. If so, give a simple graph with this degree sequence; if not, give a non-simple graph with this degree sequence. 5, 5, 5, 4, 4, 3, 3, 3, 2

c IIT Dept. Applied Mathematics, December 12, 2005 4 9. (a) Starting with the graph H below, given with edge weights, construct the directed graph G as follows. V (G) is the set of spanning trees of H, Given spanning trees T, T V (G), the directed edge T T is in E(G) if and only if (i) (T e) + f = T for some pair of edges e, f E(H), and (ii) w(t ) w(t ). (The weight of the tree does not increase.) (b) Give an interpretation and/or possible use for this graph.

c IIT Dept. Applied Mathematics, December 12, 2005 5 III. Proofs. (10 pts ea.) Part of the score is determined by careful formatting of the proof (forward and reverse directions, assumptions, conclusions, stating whether you are proving by direct proof, contrapositive, contradiction, induction, etc.). Partial credit will be awarded for this as well. Prove TWO of 10-12. Clearly indicate which proofs you want graded. 10. Prove by using an extremal argument that every regular simple graph G with degree k has a path of length k. 11. Prove by induction that every closed odd walk contains an odd cycle. Clearly state the basis, inductive hypothesis, and inductive step. 12. Prove that the construction in Problem 9 is guaranteed to yield a weakly connected graph G whenever H has at least one spanning tree. (Weakly connected means the underlying undirected graph is connected.)

c IIT Dept. Applied Mathematics, December 12, 2005 6 Prove ONE out of 13-15. Clearly indicate which proof you want graded. 13. The weight of a vertex in the hypercube Q k is the number of 1 s in its label. Prove that for every perfect matching in Q k, the number of edges matching words of weight i to words of weight i + 1 is ( ) k 1 i for 0 i k 1. (Recall that two vertices x1 x 2 x k, y 1 y 2 y k {0, 1} k = V (Q k ) are adjacent iff they differ in exactly one position.) 14. Use Prüfer codes to count the number of trees on the vertex set [n] = {1,..., n} which have exactly n 2 leaves. 15. (Unfinished business.) Companies c 1,..., c p send m 1 m 2 m p representatives, respectively, to a conference. At the conference seminars s 1,..., s q can accommodate up to n 1 n 2 n q participants, respectively. The additional constraints are that: No company can send two representatives to the same seminar, all representatives must participate in a seminar, and the seminars need not all be filled. Prove the direction we omitted in class: If for all 0 k p and 0 l q, it holds that p m i + k(q l) + l i=k+1 j=1 n j p m i, i=1 then there exists an assignment of representatives to groups that satisfies all of the constraints.