Free Essay

Mth/221 Discrete Math for Information Technology Week 4

In:

Submitted By achintmaxwell
Words 1159
Pages 5
* MTH/221 Week Four Individual problems: * *
Ch. 11 of Discrete and Combinatorial Mathematics *
Exercise 11.1, problems 8, 11 , text-pg:519
Exercise 11.2, problems 1, 6, text-pg:528
Exercise 11.3, problems 5, 20 , text-pg:537
Exercise 11.4, problems 14 , text-pg:553
Exercise 11.5, problems 7 , text-pg:563 *
Ch. 12 of Discrete and Combinatorial Mathematics *
Exercise 12.1, problems 11 , text-pg:585
Exercise 12.2, problems 6 , text-pg:604
Exercise 12.3, problems 2 , text-pg:609 Exercise 12.5, problems 3 , text-pg:621

Chapter 11

Exercise 11.1

Problem 8:

Figure 11.10 shows an undirected graph representing a section of a department store. The vertices indicate where cashiers are located; the edges denote unblocked aisles between cashiers.
The department store wants to set up a security system where
(plainclothes) guards are placed at certain cashier locations so that each cashier either has a guard at his or her location or is only one aisle away from a cashier who has a guard. What is the smallest number of guards needed?

Figure 11.10

Problem 11:

Let G be a graph that satisfies the condition in Exercise 10.
(a) Must G be loop-free? (b) Could G be a multigraph? (c) If
G has n vertices, can we determine how many edges it has?

Exercise 11.2

Problem 1:

Let G be the undirected graph in Fig. 11.27(a).
a) How many connected subgraphs ofGhave four vertices and include a cycle?

b) Describe the subgraph G1 (of G) in part (b) of the figure first, as an induced subgraph and second, in terms of deleting a vertex of G.

c) Describe the subgraphG2 (ofG) in part (c) of the figure first, as an induced subgraph and second, in terms of the deletion of vertices of G.

d) Draw the subgraph of G induced by the set of vertices
U _ {b, c, d, f, i, j}.

e) For the graph G, let the edge e _ {c, f }. Draw the subgraph
G − e.

Figure 11.27

Problem 6:

Find all (loop-free) nonisomorphic undirected graphs with four vertices. How many of these graphs are connected?

Exercise 11.3

Problem 5:
Figure 11.42

Let G1 _ (V1, E1) and G2 _ (V2, E2) be the loop-free undirected connected graphs in Fig. 11.42.
a) Determine |V1|, |E1|, |V2|, and |E2|. s t u v w x y z a b c d e f g h
G1 _ (V1, E1)
G2 _ (V2, E2)

b) Find the degree of each vertex in V1. Do likewise for each vertex in V2.

c) Are the graphs G1 and G2 isomorphic?

Problem 20:

a) Find an Euler circuit for the graph in Fig. 11.44.
b) If the edge {d, e} is removed from this graph, find an
Euler trail for the resulting subgraph.

Exercise 11.4

Problem 14:

Determine which of the graphs in Fig. 11.69 are planar. If a graph is planar, redraw it with no edges overlapping. If it is nonplanar, find a subgraph homeomorphic to either K5 or K3,3.

Exercise 11.5

Problem 7:

a) For n ≥ 3, how many different Hamilton cycles are there in the complete graph Kn?

b) How many edge-disjoint Hamilton cycles are there in
K21?

c) Nineteen students in a nursery school play a game each day where they hold hands to form a circle. For how many days can they do this with no student holding hands with the same playmate twice?

Chapter 12

Exercise 12.1

Problem 11:

The following statements are equivalent for a loop-free undirected graph G _ (V , E). a) G is a tree.
b) Gis connected, but the removal of any edge fromGdisconnectsGinto two subgraphs that are trees.
c) G contains no cycles, and |V | _ |E| + 1.
d) G is connected, and |V | _ |E| + 1.

e) G contains no cycles, and if a, b ∈ V with {a, b} / ∈ E, then the graph obtained by adding edge {a, b} to G has precisely one cycle.
Proof: We shall prove that (a) ⇒ (b), (b) ⇒ (c), and (c) ⇒ (d), leaving to the reader the proofs for (d)⇒(e) and (e)⇒(a).
[(a) ⇒ (b)]: If G is a tree, then G is connected. So let e _ {a, b} be any edge of G.
Then if G − e is connected, there are at least two paths in G from a to b. But this contradicts Theorem 12.1. Hence G − e is disconnected and so the vertices in G − e may be partitioned into two subsets: (1) vertex a and those vertices that can be reached from a by a path in G − e; and (2) vertex b and those vertices that can be reached from b by a path in G − e. These two connected components are trees because a loop or cycle in either component would also be in G.
[(b) ⇒ (c)]: If G contains a cycle, then let e _ {a, b} be an edge of the cycle. But then G − e is connected, contradicting the hypothesis in part (b). So G contains no cycles, and since G is a loop-free connected undirected graph, we know that G is a tree.
Consequently, it follows from Theorem 12.3 that |V | _ |E| + 1.
[(c) ⇒ (d)]: Let κ(G) _ r and let G1, G2, . . . , Gr be the components of G. For 1 ≤ i ≤ r, select a vertex vi ∈ Gi and add the r − 1 edges {v1, v2}, {v2, v3}, . . . , {vr−1, vr } to G to form the graph G
_ _ (V , E
_
), which is a tree. Since G
_ is a tree, we know that
|V | _ |E
_| + 1 because of Theorem 12.3. But from part (c), |V | _ |E| + 1, so |E| _ |E
_|
and r − 1 _ 0.With r _ 1, it follows that G is connected.

Let T _ (V , E) be a tree with |V | _ n ≥ 2. How many distinct paths are there (as subgraphs) in T ?

Exercise 12.2

Problem 6:

List the vertices in the tree shown in Fig. 12.31 when they are visited in a preorder traversal and in a postorder traversal.

Exercise 12.3

Problem 2:

Apply the merge sort to each of the following lists. Draw the splitting and merging trees for each application of the procedure.

a) −1, 0, 2, −2, 3, 6, −3, 5, 1, 4
b) −1, 7, 4, 11, 5, −8, 15, −3, −2, 6, 10, 3

Exercise 12.5

Problem: 3

Let T _ (V , E) be a tree with |V | _ n ≥ 3.

a) What are the smallest and the largest numbers of articulation points that T can have? Describe the trees for each of these cases.

b) How many biconnected components does T have in each of the cases in part (a)?

Similar Documents

Free Essay

Discrete Math

...Course Design Guide MTH/221 Version 1 1 Course Design Guide College of Information Systems & Technology MTH/221 Version 1 Discrete Math for Information Technology Copyright © 2010 by University of Phoenix. All rights reserved. Course Description Discrete (as opposed to continuous) mathematics is of direct importance to the fields of Computer Science and Information Technology. This branch of mathematics includes studying areas such as set theory, logic, relations, graph theory, and analysis of algorithms. This course is intended to provide students with an understanding of these areas and their use in the field of Information Technology. Policies Faculty and students/learners will be held responsible for understanding and adhering to all policies contained within the following two documents:   University policies: You must be logged into the student website to view this document. Instructor policies: This document is posted in the Course Materials forum. University policies are subject to change. Be sure to read the policies at the beginning of each class. Policies may be slightly different depending on the modality in which you attend class. If you have recently changed modalities, read the policies governing your current class modality. Course Materials Grimaldi, R. P. (2004). Discrete and combinatorial mathematics: An applied introduction. (5th ed.). Boston, MA: Pearson Addison Wesley. Article References Albert, I. Thakar, J., Li, S., Zhang, R., & Albert, R...

Words: 1711 - Pages: 7

Free Essay

Mth221Syllabus

...|[pic] |Syllabus | | |College of Information Systems & Technology | | |MTH/221 Version 1 | | |Discrete Math for Information Technology | Copyright © 2010 by University of Phoenix. All rights reserved. Course Description Discrete (as opposed to continuous) mathematics is of direct importance to the fields of Computer Science and Information Technology. This branch of mathematics includes studying areas such as set theory, logic, relations, graph theory, and analysis of algorithms. This course is intended to provide students with an understanding of these areas and their use in the field of Information Technology. Policies Faculty and students/learners will be held responsible for understanding and adhering to all policies contained within the following two documents: • University policies: You must be logged into the student website to view this document. • Instructor policies: This document is posted in the Course Materials forum. University policies are subject to change. Be sure to read the...

Words: 1891 - Pages: 8

Premium Essay

Cataolog

...with our flexible, year-round full-time schedule of classes. If you really want to attend a school where your needs (your real needs) come first, consider Sullivan University. I believe we can help you exceed your expectations. Since words cannot fully describe the atmosphere at Sullivan University, please accept my personal invitation to visit and experience our campus for yourself. Sincerely, Glenn D. Sullivan President MESSAGE FROM THE PRESIDENT 1 Table of Contents Mission Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 Sullivan University Success Story . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4...

Words: 103133 - Pages: 413

Premium Essay

Form

...OFFICIAL CATALOG This Catalog contains information, policies, procedures, regulations and requirements that were correct at the time of publication and are subject to the terms and conditions of the Enrollment Agreement entered into between the Student and ECPI University. In keeping with the educational mission of the University, the information, policies, procedures, regulations and requirements contained herein are continually being reviewed, changed and updated. Consequently, this document cannot be considered binding. Students are responsible for keeping informed of official policies and meeting all relevant requirements. When required changes to the Catalog occur, they will be communicated through catalog inserts and other means until a revised edition of the Catalog is published. The policies in this Catalog have been approved under the authority of the ECPI University Board of Trustees and, therefore, constitute official University policy. Students should become familiar with the policies in this Catalog. These policies outline both student rights and student responsibilities. The University reserves the right and authority at any time to alter any or all of the statements contained herein, to modify the requirements for admission and graduation, to change or discontinue programs of study, to amend any regulation or policy affecting the student body, to increase tuition and fees, to deny admission, to revoke an offer of admission and to dismiss from the...

Words: 149595 - Pages: 599

Premium Essay

Scavenger Hunt Questions and Answers

...2012 Catalog Volume 20 Issue 1 March 5, 2012 – December 31, 2012 This Catalog contains information, policies, procedures, regulations and requirements that were correct at the time of publication and are subject to the terms and conditions of the Enrollment Agreement entered into between the Student and ECPI University. In keeping with the educational mission of the University, the information, policies, procedures, regulations and requirements contained herein are continually being reviewed, changed and updated. Consequently, this document cannot be considered binding. Students are responsible for keeping informed of official policies and meeting all relevant requirements. When required changes to the Catalog occur, they will be communicated through catalog inserts and other means until a revised edition of the Catalog is published. The policies in this Catalog have been approved under the authority of the ECPI University Board of Trustees and, therefore, constitute official University policy. Students should become familiar with the policies in this Catalog. These policies outline both student rights and student responsibilities. The University reserves the right and authority at any time to alter any or all of the statements contained herein, to modify the requirements for admission and graduation, to change or discontinue programs of study, to amend any regulation or policy affecting the student body, to increase tuition and fees, to deny admission, to revoke an offer...

Words: 130938 - Pages: 524

Premium Essay

Gsl Scientific Library

...GNU Scientific Library Reference Manual Edition 1.14, for GSL Version 1.14 4 March 2010 Mark Galassi Los Alamos National Laboratory Jim Davies Department of Computer Science, Georgia Institute of Technology James Theiler Astrophysics and Radiation Measurements Group, Los Alamos National Laboratory Brian Gough Network Theory Limited Gerard Jungman Theoretical Astrophysics Group, Los Alamos National Laboratory Patrick Alken Department of Physics, University of Colorado at Boulder Michael Booth Department of Physics and Astronomy, The Johns Hopkins University Fabrice Rossi University of Paris-Dauphine Copyright c 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 The GSL Team. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with the Invariant Sections being “GNU General Public License” and “Free Software Needs Free Documentation”, the Front-Cover text being “A GNU Manual”, and with the Back-Cover Text being (a) (see below). A copy of the license is included in the section entitled “GNU Free Documentation License”. (a) The Back-Cover Text is: “You have the freedom to copy and modify this GNU Manual.” Printed copies of this manual can be purchased from Network Theory Ltd at http://www.network-theory.co.uk/gsl/manual/. The money raised from sales of the manual...

Words: 148402 - Pages: 594

Free Essay

Fuzzy Control

...Fuzzy Control Kevin M. Passino Department of Electrical Engineering The Ohio State University Stephen Yurkovich Department of Electrical Engineering The Ohio State University An Imprint of Addison-Wesley Longman, Inc. Menlo Park, California • Reading, Massachusetts Don Mills, Ontaria • Sydney • Bonn • Harlow, England • Berkeley, California • Amsterdam • Mexico City ii Assistant Editor: Laura Cheu Editorial Assistant: Royden Tonomura Senior Production Editor: Teri Hyde Marketing Manager: Rob Merino Manufacturing Supervisor: Janet Weaver Art and Design Manager: Kevin Berry Cover Design: Yvo Riezebos (technical drawing by K. Passino) Text Design: Peter Vacek Design Macro Writer: William Erik Baxter Copyeditor: Brian Jones Proofreader: Holly McLean-Aldis Copyright c 1998 Addison Wesley Longman, Inc. All rights reserved. No part of this publication may be reproduced, or stored in a database or retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Printed simultaneously in Canada. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and AddisonWesley was aware of a trademark claim, the designations have been printed in initial caps or in all caps. MATLAB is a registered trademark of The MathWorks...

Words: 211473 - Pages: 846