Angie Rangel Jose De Jesus Melendez Carlos Aguilar Drake Jain DISCRETE MATHEMATICS MATH 170 PROJECT PART II.

Slides:



Advertisements
Similar presentations
Discrete Math Methods of proof 1.
Advertisements

Introduction to Proofs
Chapter 3 Elementary Number Theory and Methods of Proof.
Chapter 8 Topics in Graph Theory
Introduction to Graph Theory Instructor: Dr. Chaudhary Department of Computer Science Millersville University Reading Assignment Chapter 1.
Walks, Paths and Circuits Walks, Paths and Circuits Sanjay Jain, Lecturer, School of Computing.
COUNTING AND PROBABILITY
1 Lecture 5 (part 2) Graphs II Euler and Hamiltonian Path / Circuit Reading: Epp Chp 11.2, 11.3.
Lecture 21 Paths and Circuits CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
Representing Relations Using Matrices
Applied Discrete Mathematics Week 11: Graphs
Euler Circuits and Paths
Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.
Copyright © Cengage Learning. All rights reserved.
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
4/17/2017 Section 8.5 Euler & Hamilton Paths ch8.5.
Complexity ©D.Moshkovitz 1 Paths On the Reasonability of Finding Paths in Graphs.
Euler Circuit Chapter 5. Fleury’s Algorithm Euler’s theorems are very useful to find if a graph has an Euler circuit or an Euler path when the graph is.
Discrete Mathematics Carlos Aguilar Jose De Jesus Melendez
Math for Liberal Studies.  Here is a map of the parking meters in a small neighborhood  Our goal is to start at an intersection, check the meters, and.
GRAPH Learning Outcomes Students should be able to:
Chapter 15 Graph Theory © 2008 Pearson Addison-Wesley.
Induction and recursion
Slide 14-1 Copyright © 2005 Pearson Education, Inc. SEVENTH EDITION and EXPANDED SEVENTH EDITION.
CS 490 Mathematical Logic, Combinatorics, Counting Arguments, Graph Theory, Number Theory, Discrete Probability, Recurrence Relation. Thao Tran.
Copyright © Cengage Learning. All rights reserved. CHAPTER 9 COUNTING AND PROBABILITY.
Introduction to Proofs
1 Excursions in Modern Mathematics Sixth Edition Peter Tannenbaum.
Graph Theory Topics to be covered:
5.1  Routing Problems: planning and design of delivery routes.  Euler Circuit Problems: Type of routing problem also known as transversability problem.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
Euler Paths & Euler Circuits
Conditional Statements CS 2312, Discrete Structures II Poorvi L. Vora, GW.
Project Part 2 Aaeron Jhonson-Whyte Akuang Saechao Allen Saeturn.
Lecture 22 More NPC problems
Prerequisites: Fundamental Concepts of Algebra
(CSC 102) Lecture 29 Discrete Structures. Graphs.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
1 Lecture 4 (part 1) Combinatorics Reading: Epp Chp 6.
5.4 Graph Models (part I – simple graphs). Graph is the tool for describing real-life situation. The process of using mathematical concept to solve real-life.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 3 The Foundations: Logic and Proof,
Chapter 2 Logic 2.1 Statements 2.2 The Negation of a Statement 2.3 The Disjunction and Conjunction of Statements 2.4 The Implication 2.5 More on Implications.
Aim: What is an Euler Path and Circuit?
AND.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
1.Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm. 2.Homework grades will be based on ten graded homework assignments (dropping the lowest one).
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 15 Graph Theory.
Lecture 52 Section 11.2 Wed, Apr 26, 2006
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 14.2 Euler Paths, and Euler Circuits.
Math 170 Project #9 Scarlitte Ponce Starlitte Ponce Cristina Hernandez.
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
Graph Theory Two Applications D.N. Seppala-Holtzman St. Joseph ’ s College.
Graph Theory Euler Paths and Euler Circuits. Euler Paths & Circuits Euler Paths and Euler Circuits (Euler is pronounced the same as Oiler) An Euler path.
Section 1.7. Definitions A theorem is a statement that can be shown to be true using: definitions other theorems axioms (statements which are given as.
CS 173, Lecture B August 27, 2015 Tandy Warnow. Proofs You want to prove that some statement A is true. You can try to prove it directly, or you can prove.
(CSC 102) Lecture 30 Discrete Structures. Graphs.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
Excursions in Modern Mathematics Sixth Edition
Indirect Argument: Contradiction and Contraposition
Çizge Algoritmaları.
Konigsberg’s Seven Bridges
Euler Paths & Euler Circuits
Excursions in Modern Mathematics Sixth Edition
Applied Combinatorics, 4th Ed. Alan Tucker
A Survey of Mathematics with Applications
Presentation transcript:

Angie Rangel Jose De Jesus Melendez Carlos Aguilar Drake Jain DISCRETE MATHEMATICS MATH 170 PROJECT PART II

 Section 4.6: # 22,  Section 9.2: #33  Section 9.5: #10  Section 10.2: #9, 18 PROJECT PART II

Section 4.6 INDIRECT ARGUMENT: CONTRADICTION AND CONTRAPOSITION

 Indirect proof  It is a statement that is either true or false but not both  Reduces assumption by reasoning to a contradiction WHAT IS ARGUMENT BY CONTRADICTION?

1.Suppose that the statement that has to be proved is false. 2.Logically, show that it leads to a contradiction 3.Conclude that the statement that has to be proved is true METHOD OF PROOF BY CONTRADICTION

EXAMPLE OF CONTRADICTION

 Form of indirect argument  Logical equivalence between statement & its contrapositive WHAT IS ARGUMENT BY CONTRAPOSITION?

 Take contrapositive of statement  Prove contrapositive by direct proof  Conclude that original statement is true STEPS TO PROVE BY CONTRAPOSITION

∀ x in D, if P(x)  Q(x). Take contrapositive: ∀ x in D, if ~Q(x)  ~P(x). EXAMPLE OF CONTRAPOSITION

Consider the statement: “For all real numbers r, if r² is irrational then r is irrational.” a)Write what you would suppose and what you would need to show to prove this statement by contradiction. b)Write what you would suppose and what you would need to show to prove this statement by contraposition. QUESTION 22

SUMMARY

Section 9.2 MULTIPLICATION RULE

 Pierre-Simon Laplace  Mathematician and astronomer  His work led to the development of mathematical astronomy and statistics  There was no early biography of Laplace  Starring mathematical physicist between Newton and Maxwell THE MAN BEHIND THE COUNTING

MULTIPLICATION RULE

 Example: How many 4-digit PIN (Personal Identification Number) numbers are there to create? 1. Look for how many spaces you have ____ ____ In this case, you have Look at how many digits you can choose from Overall, you have 10 digits to choose from (including the endpoints). So each space gets to have a choice of the 10 digits. HOW TO DO IT

HOW TO DO IT (CONT’D)

Section 9.2 #33 -Six people attend the theater together and sit in a row with exactly six seats. a. How many ways can they be seated together in the row? b. Suppose one of the six is a doctor who must sit on the aisle in case she is paged. How many ways can the people be seated together in the row with the doctor in an aisle seat? c. Suppose six people consist of three married couples and each couple wants to sit together with the husband on the left. How many ways can the six be seated together in the row? TRY IT

a. How many ways can they be seated together in the row? 1. How many spaces? How many to choose from? Plug it in. _6_ _5_ _4_ _3_ _2_ _1_ The reason why each space decrease because as each seat is taken, the person who sat down is pulled from the situation. 4. Multiply. 6 x 5 x 4 x 3 x 2 x 1 5. Answer: 720 ways (or you could leave it as “6 x 5 x 4 x 3 x 2 x 1”) SOLUTION

b. Suppose one of the six is a doctor who must sit on the aisle in case she is paged. How many ways can the people be seated together in the row with the doctor in an aisle seat? 1. How many spaces? - 5, because the doctor already occupies a seat 2. How many to choose from? Plug it in. _1_ _5_ _4_ _3_ _2_ _1_ 4. Multiply. 1 x 5 x 4 x 3 x 2 x 1 5. Answer: 120 ways SOLUTION

c. Suppose six people consist of three married couples and each couple wants to sit together with the husband on the left. How many ways can the six be seated together in the row? 1. How many spaces? - 3, because a couple can occupy two seats the number is reduced to half. 2. How many to choose from? - 3, because a couple counts as 1 person now 3. Plug it in. _3_ _2_ _1_ 4. Multiply. 3 x 2 x 1 5. Answer: 6 ways SOLUTION

Section 9.5 COUNTING SUBSETS OF A SET: COMBINATIONS

INFORMATION TO KNOW:

EXAMPLE:

Two new drugs are to be tested using a group of 60 laboratory mice, each tagged with a number for identification purposes. Drug A is to be given to 22 mice, drug B is to be given to another 22 mice, and the remaining 16 mice are to be used as controls. How many ways can the assignment of treatments to mice be made? (A single assignment involves specifying the treatment for each mouse—whether drug A, drug B, or no drug.) QUESTION 10

SUMMARY This question can be solved as an inclusion/exclusion problem. That is because in the problem is states “A single assignment involves specifying the treatment for each mouse”, therefore no mouse can be given more than one drug type. Thus leading it to be and inclusion/exclusion problem, in which this case it is an exclusion problem where the number of elements is reduced for each subset (here the subsets are Drug A, Drug B, and Control).

Therefore, you start with 60 mice total (n), and 22 mice (k) are to be chosen to be in the first subset (Drug A). So, Drug A= C(60, 22) Since the first combination has taken away 22 mice from the entire set (n), the second subset (Drug B) only has 38 mice (n) in which 22 mice (k) can be chosen. So, Drug B= C(38, 22) Finally for the last subset, since both first subset (Drug A) and the second subset (Drug B) have used up 44 mice out of the 60 total. The last subset (Control) is left with 16 mice (n) in which they can chose 16 (k) to have in the Control group. So, Control= C(16, 16) therefore there is only 1 combination for this subset.

Section 10.2 TRIALS, PATHS, CIRCUITS

Walk: An edge can be repeated, as well as vertices, and also the graph does not have not be connected. Trial: Edges cannot be repeated, but vertices can be repeated. Path: Edges, and vertices cannot be repeated, and so one cannot end at the same point they started with. Closed Walk: Edges and vertices can be repeated and you can end at the same point you started with. Circuit: Edges cannot be repeated, but vertices can, also you can end at the same point you started with. INFORMATION TO KNOW:

Simple Circuit: Edges cannot be repeated, and only the first and last vertex can be repeated, therefore you can start and end at the same vertex. Euler’s Circuit: A Euler Circuit can be made when a graph is connected (all vertices are connected to one another by an edge) and the degree of every vertex of the graph has a positive even degree. Hamiltonian Circuit: Is an simple circuit that contains every vertex in the graph, in which every vertex appears only once excluding the first and last vertex which are resulting to be the same. INFORMATION TO KNOW:

 Does the following graph have a Euler’s circuit? EXAMPLE

SOLUTION

A)G is a connected graph with five vertices of degrees2,2,3,3, and 4. B)B) G is a connected graph with five vertices of degrees 2,2,4,4, and 6. C)C) G is a graph with five vertices of degrees 2,2,4,4, and DOES THE GRAPH HAVE AN EULER CIRCUIT? JUSTIFY YOUR ANSWERS.

 A) No this graph G isn’t a Euler circuit, however it is a Euler path.  B) Yes by Euler’s theorem , the connected graph G is a Euler circuit.  C) Not necessary, because we do not know if the graph is connected or not. SOLUTION:

In Euler’s theorem it states hat a connected graph G has a Euler circuit if all the vertices have a even positive degree. with this being said the graph mush be connected as well with all even degrees. also it is possible to have a Euler path if there is two degrees of odd integers from Euler’s theorem is states that a connected graph G can be an Euler path if and only if there are exactly two vertices that are odd positive integers. SUMMARY:

A)This is not a Euler circuit, but a Euler path Euler’s theorem states that a connected graph G contains a Euler path if and only if there are exactly two vertices with odd degrees. Graph G with degrees of 2,2,3,3,and 4 contains exactly two degrees of odd integers. B) Yes by Euler’s theorem this is a circuit because all the degrees are even integers and the graph is connected. The theorem states that the graph must be connected and contain vertices with all even degrees. the statement states that the graph G is connected and has five vertices of all even integers 2,2,4,4, and 6.

C) The reason why the answer to the statement is not necessarily is because the Euler theorem states that the graph is connected. and the statement does not state that the graph is connected but it does state that there are five vertices with degrees of 2,2,4,4, and 6 even though the theorem states “if and only if the vertices are all even degrees” it still states that the graph G is connected. This statement has nothing about the graph being connected or not so with that being said we can say not necessarily. There is not enough information provided with it besides that all vertices are even.

QUESTION 18 Is it possible to take a walk around the city whose map is shown below, starting and ending at the same point and crossing each bridge exactly once? If so, how can this be done?

SOLUTION The way that this can be answered is by the following circuit: B →D→C→A→D→E→A→B

SUMMARY: This question is looking for a Euler’s circuit that is because which can be applied by Theorem , there are five edges who’s each degree is of even amount. Therefore, since with-in an Euler’s circuit every vertex has a degree of even amount. Which by the map vertex B(2), D(4), C(2), A(4), D(4), E(2). Which means a Euler’s circuit can be made.

Therefore, you start with B and the use the first bridge to D. So, B→D Since D has an even amount of bridges connecting to it (degree amount) you can connect to either A, C or E. So, D→C Since, C also has an even amount of bridges connecting to it (degree amount) you can connect to A, you cannot go back to D because the problem states that you cannot repeat the bridge. So, C→A

Then, From A since you have to get to E, you can either go to D then E or just E. So, A→D Finally, from D all that is left is to take the bridge to E and then to A, and one more bridge up to B. So, D→E→A→B Therefore, the answer is: B →D→C→A→D→E→A→B

 Epp, Susanna S. Discrete Mathematics With Applications 4 th Edition. Boston, MA: Brooks/Cole Publishing Company, Print.  Rowlinson, J. S. "Laplace: The Man." Notes and Records of the Royal Society 60.2 (2006): BIBLIOGRAPHY