1 / 0

Clicker: Silly starter question

Clicker: Silly starter question. According to www.fbi.gov , How many FBI special agents were there as of May, 2013? 572 8,192 13,785 127,736. Clicker: Silly starter question. Approximately how many people apply for employment at the FBI each year 2500 25000 250,000 2,500,000.

tirza
Download Presentation

Clicker: Silly starter question

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Clicker: Silly starter question According to www.fbi.gov, How many FBI special agents were there as of May, 2013? 572 8,192 13,785 127,736
  2. Clicker: Silly starter question Approximately how many people apply for employment at the FBI each year 2500 25000 250,000 2,500,000
  3. What do fbi agents do? FBI cyber careers FBI lab positions How an FBI profiler uses math
  4. What is the story behind the picture?
  5. Lecture 2, MATH 210G.03, Spring 2014:Symbolic Logic
  6. Law of the excluded middle For every proposition, either the proposition is true or its negation is true Either “Socrates is a man” or “Socrates is not a man” Either “It is true that Socrates is a man” or “It is true that Socrates is not a man” What about “This sentence is neither true nor false” Problem of “self-reference” or implied “it is true that…”
  7. Problems with the excluded middle Many statements have an element of uncertainty: Either it is raining or it is not raining Either Sophia Vergara is blonde or she is not blonde. Either NMSU has a better football team or UTEP has a better football team…
  8. Logical arguments I: The syllogism Aristotle, Prior Analytics: a syllogism is "a discourse in which, certain things having been supposed, something different from the things supposed results of necessity because these things are so.”
  9. Syllogism cont. A categorical syllogism consists of three parts: the major premise, the minor premise and the conclusion. Major premise: All men are mortal. Minor premise: Socrates is a man. Conclusion: Socrates is mortal. Major premise: All mortals die. Minor premise: All men are mortals. Conclusion: All men die.
  10. Identify the major premise: All dogs have four legs Milo is a dog ________________________ People who solve problems can get jobs. Students good in math can solve problems. _______________________ Women like a man with a prominent chin. Robert Z’dar has a prominent chin.
  11. Modus ponendo ponens("the way that affirms by affirming”) If P, then Q. P. Therefore, Q If Socrates is a man then Socrates is mortal Socrates is a man Therefore, Socrates is mortal
  12. Logic and causality
  13. Causality Plato is a dog. all dogs are green Plato is green.
  14. Universe of discourse
  15. Logic and symbol of propositional calculus P, Q, R etc: propositional variables Substitute for statements, e.g., P: Plato is a dog, Q: Plato is Green Logical connectives: Proposition: If Plato is a dog then Plato is green:
  16. Truth tables
  17. Clicker question P: Socrates is a man Q: Socrates is mortal. If Socrates is a man then Socrates is mortal. Suppose that Socrates is not a man. Is the whole statement: true or false? Clicker: True (A) or False (B)
  18. Truth table for implication
  19. Why is “If p then q” true whenever p is false? Your mom always tells the truth…right? Your mom makes a promise: “: if you clean your room then we can go for ice cream” Suppose you don’t clean your room. If you don’t go for an ice cream, then your mom has not broken her promise. If you do go for ice cream, she still has not broken her promise. P: you clean your room; Q: go for ice cream holds either way.
  20. Truth table for modus ponens No matter what truth values are assigned to the statements p and q, the statement is true
  21. Exercise: complete the truth table for modus tollens
  22. Simple and compound statements A simple statement is sometimes called an atom. E.g., Milo is a dog; Socrates is a man; Men are mortal. A compound statement is a string of atoms joined by logical connectives (and, or, then, not) Logical equivalence: vs Truth value of a compound statement is inherited from the values of the atoms.
  23. For compound statements with conjunctions (∧) to be true, the elements on both sides of ∧ must have the value “T” so the fourth column is as follows:
  24. For condition statements or “implications” with “ ->” to be true, either the statement to the left of the implication has to be false or the statement to the right of the implicationhas to be true. The statement (p->q)∧-q is false in the first three cases and the statement –p is true in the last, so the fourth column has value “T” in all cases
  25. Clicker questions: First row: True (A) or False (B) Second row: True (A) or False (B) Third row: True (A) or False (B) Fourth row: True (A) or False (B)
  26. Logical equivalence Two formulas are logically equivalent if they have the same truth values once values are assigned to the atoms. Ex: is equivalent is equivalent to How to check logical equivalence: verify that the statements always have the same values
  27. Exercise: verify that the statements , and are logically equivalent
  28. Exercise: Verify using truth tables that the following DeMorgan’s laws are logically equivalent
  29. Exercise: Verify using truth tables the following absorption rules and the conditional rules
  30. Match the following logical equivalencies with the corresponding rules of inference
  31. Tautology and contradiction: T or C A logical statement that is always true, independent of whether each of the symbols is true, is called a tautology. A logical statement that is always true, independent of whether each of the symbols is true, is called a contradiction. Note:
  32. Logical equivalence laws Commutative laws: p ∧ q = q ∧ p; p ∨ q = q ∨ p Associative laws: (p ∧ q) ∧ r = p ∧ (q ∧ r), (p ∨ q) ∨ r = p ∨ (q ∨ r) Distributive laws: p ∧ (q ∨ r) = (p ∧ q) ∨ (p ∧ r) p ∨ (q ∧ r) = (p ∨ q) ∧ (p ∨ r) Identity, universal bound, idempotent, and absorption laws: p ∧ t = p, p ∨ c = p p ∨ t = t, p ∧ c = c p ∧ p = p, p ∨ p = p p ∨ (p ∧ q) = p, p ∧ (p ∨ q) = p De Morgan’s laws: ~(p ∧ q) = ~p ∨ ~q, ~(p ∨ q) = ~p ∧ ~q
  33. Show that the following are logically equivalent:(r V p) ^ ( ( ~r V (p^q) ) ^ (r V q) ) and p ^ q ( ~r V (p^q) ) ^ (r V q) =( (~rVp) ^ (~rVq) )^(rVq) (DL2) = (~rVp) ^( (~rVq) )^(rVq)) (AL1) = (~rVp) ^( (~r^r)Vq) (DL1) = (~rVp) ^(cVq) (definition of c) = (~rVp) ^q (ID2) so (r V p) ^ ( ( ~r V (p^q) ) ^ (r V q) ) =(r V p) ^ (~rVp) ^q =((r^~r)Vp)^q=(cVp)^q=p^q
  34. Boole (1815-1864) and DeMorgan (1806–1871) De Morgan’s laws: not (P and Q) = (not P) or (not Q) not (P or Q) = (not P) and (not Q)
  35. Boolean algebra
  36. Other logical deduction rules
  37. Exercises
  38. Exercise 1: Complex deduction • Premises: – If my glasses are on the kitchen table, then I saw them at breakfast I was reading the newspaper in the living room or I was reading the newspaper in the kitchen – If I was reading the newspaper in the living room, then my glasses are on the coffee table – I did not see my glasses at breakfast – If I was reading my book in bed, then my glasses are on the bed table – If I was reading the newspaper in the kitchen, then my glasses are on the kitchen table • Where are the glasses?
  39. Deduce the following using truth tables or deduction rules
  40. Write each of the following three statements in the symbolic form and determine which pairsare logically equivalent NAME_______________ NAME_____________ NAME_______________ NAME_____________ a. If it walks like a duck and it talks like a duck, then it is a duck b. Either it does not walk like a duck or it does not talk like a duck, or it is a duck c. If it does not walk like a duck and it does not talk like a duck, then it is not a duck
  41. Zebra puzzle There are 5 houses each with a different color. Their owners, each with a unique heritage, drinks a certain type of beverage, smokes a certain brand of cigarette, and keeps a certain variety of pet. None of the owners have the same variety of pet, smoke the same brand of cigarette or drink the same beverage. Clues: The Brit lives in the red house. The Swede keeps dogs as pets.TheDane drinks tea. Looking from in front, the green house is just to the left of the white house. The green house's owner drinks coffee. The person who smokes Pall Malls raises birds. The owner of the yellow house smokes Dunhill. The man living in the center house drinks milk. The Norwegian lives in the leftmost house. The man who smokes Blends lives next to the one who keeps cats. The man who keeps a horse lives next to the man who smokes Dunhill. The owner who smokes Bluemasters also drinks beer. The German smokes Prince. The Norwegian lives next to the blue house.Theman who smokes Blends has a neighbor who drinks water. Who owns the pet fish?
  42. Five women bought five different types of flowers for different reasons on different days.Names: Julia, Amy, Bethany, Rachel, and KristenFlowers: Roses, Daisies, Lilies, Tulips, and CarnationsColors: Purple, Yellow, Pink, White, and PeachPlaces or Occasions: Backyard, Park, Office, Wedding, and BirthdayDays: Monday, Tuesday, Wednesday, Thursday, and Friday1. The flowers were purchased in the following order: tulips, the flowers for the office, the purple flowers, the roses for the park, and the white flowers bought by Julia.2. Bethany loves flowers but is allergic, so she would never have them indoors.3. It rained on Wednesday and Friday, because of this, the wedding and birthday party had to be moved indoors.4. Amy bought her flowers after Rachel, but before Kristen.5. Rachel needed something more to add to her office, so she chose peach flowers to match her curtains.6. On Wednesday the only purple flowers available at the flower shop were daisies.7. The pink flowers were bought after the carnations, but before the lilies.8. The flowers for the birthday were bought after the flowers for the office, but before the flowers for the wedding.
  43. Assassin is a popular game on college campuses. The game consists of several players trying to eliminate the others by means of squirting them with water pistols in order to be the last survivor. Once hit, the player is out of the game. Game play is fair play at all times and all locations, and tends to last several days depending on the number of participants and their stealth. At Troyhill University, 5 students participated in a game that only lasted four days. Can you determine each player's first name, their color, their assassin alias, how they were eliminated, and their major?Names: Liam, Anabel, Bella, Oliver, EthanColors: Red, Green, Blue, Purple, BlackAlias: Captain Dawn, Night Stalker, Dark Elf, McStealth, BillyCapture: Caught at weekly study group, Caught helping friend with car trouble, Ambushed during sleep, Caught on the way to class, WinnerMajor: Economics, Biology, Art History, Sociology, PsychologyMONDAY: Liam, the girl named Captain Dawn, and the person in purple avoided any action that day. The psychology major was able to easily catch Ethan because she already had a study group meeting with him that day. Since it was a weekly engagement, he didn't suspect a thing. Goodbye red player.TUESDAY: Everyone tried to get in on the action today. The girl masquerading as the Dark Elf (who was wearing either black or red) and the sociology major lived to see another day. The purple player was able to catch the obliging yet naive green player by calling her and pretending he had car trouble.WEDNESDAY: The biology major (who was still "alive") was surprised to hear that the Psychology major, who wasn't Anabel the art history major, ambushed Night Stalker as he slept in his dorm.THURSDAY: The black player was declared the victor after luckily spotting "Billy" on his way to Mammalian Physiology, a class required by his major.
  44. More logic grid puzzles
More Related