How we keep track of the truthiness

Slides:



Advertisements
Similar presentations
The Important Thing About By. The Important Thing About ******** The important thing about ***** is *****. It is true s/he can *****, *****, and *****.
Advertisements

Exercises for CS1512 Weeks 7 and 8 Propositional Logic 1 (questions)
PROOF BY CONTRADICTION
The "if structure" is used to execute statement(s) only if the given condition is satisfied.
1 4. Computer Maths and Logic 4.2 Boolean Logic Boolean Operators.
What's the weather like ? 1 :click here! 2 :play!.
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
CSRU 1100 Logic. Logic is concerned with determining: Is it True? Is it False?
True/False. False True Subject May Go Here True / False ? Type correct answer here. Type incorrect answer here.
Assignment 4 Sample problems. Convert the following decimal numbers to binary
Propositional Logic 7/16/ Propositional Logic A proposition is a statement that is either true or false. We give propositions names such as p, q,
Conditional Statements
Section 1-4 Logic Katelyn Donovan MAT 202 Dr. Marinas January 19, 2006.
Chapter 1: The Foundations: Logic and Proofs
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Maths. Key Instant Recall Facts A ‘true’ number fact is a fact that can be recalled instantly. There is no calculation time at all. You need to know it.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Inductive/Dedu ctive Reasoning Using reasoning in math and science.
Importance of a House. In this lesson we will learn about Importance of a House Importance of a House Importance of a House.
TABLES AND VALUES Section 1.5. Open Sentence Equation.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 3 Logic.
Conditional Statements Chapter 2 Section 2. Conditional Statement A statement where a condition has to be met for a particular outcome to take place More.
MADAM SITI AISYAH ZAKARIA. CHAPTER OUTLINE: PART III 1.3 ELEMENTARY LOGIC LOGICAL CONNECTIVES CONDITIONAL STATEMENT.
Unit 01 – Lesson 07 – Conditional Statements
Lesson Aim: How do we recognize converses, inverses, contrapositive & conditional statements? Lesson Objectives: SWBAT Recognize converses, inverses, contrapositive.
Thinking Mathematically
Objectives: 1.Graph (and write) inequalities on a number line. 2.Solve and graph one-variable inequalities. (Linear) 3.Solve and graph compound inequalities.
Logic The Lost Art of Argument. Logic - Review Proposition – A statement that is either true or false (but not both) Conjunction – And Disjunction – Or.
What is a Biconditional Students will be able to: 1.Rewrite compound sentences in conditional form 2.Find the biconditional of a conditional 3.Tell when/why.
Mathematics for Comter I Lecture 2: Logic (1) Basic definitions Logical operators Translating English sentences.
3.3 – The Conditional A conditional statement is a compound statement that uses the connective if…then. The conditional is written with an arrow, so “if.
 Statement - sentence that can be proven true or false  Truth value – true or false  Statements are often represented using letters such as p and q.
PYTHON IF-STATEMENTS. What you know If something is true, then something happens Example If you heat water to 100 degrees Celsius, then it boils If it.
Digital Logic. December 0s and 1s As we have already considered, a computer operates on 0’s and 1’s Why? Because the power on a line.
If – Then Statements Lesson 1.5.
AND.
Thinking Mathematically
Truth Tables for Negation, Conjunction, and Disjunction
Decision Trees: Another Example
2.1 Propositions and Logical Operations
Truth Tables – Logic (Continued)
Factors, multiple, primes: Factors from prime factors
Conditional Statements
2-1 Conditional Statements
Averages and range: Mode from a frequency table
WALT: DISCUSS ENVIRONMENTAL ISSUES.
Copyright © 2014 Pearson Education, Inc.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Factors, multiple, primes: Prime factors
Metric to English Conversions
TRUTH TABLES.
TRUTH TABLES continued.
Truth tables 3.2 and 3.3 Constructing Truth tables
Deductive Arguments: More Truth Tables
Truth Tables for the Conditional and Biconditional
6.4 Truth Tables for Arguments
·Answer in complete sentences ·Page 17 - # 2
CHAPTER 3 Logic.
© T Madas.
Pre- Listening PET.
Logic Ch. 2.2.
2-2 Logic Part 2 Truth Tables.
Philosophical Methods
Factors, multiple, primes: Multiples
Fractions: Simplifies to a unit fraction?
Standard Form: Multiplying powers of 10
Article Title: Source: Date:
Standard form: In standard form?
True or False True or False
Coordinates: Naming 2D coordinates – quadrant 1
Presentation transcript:

How we keep track of the truthiness Truth Tables 101 How we keep track of the truthiness

Recall... We use letters for statements=sentences that are True\False: \ =”and” =”not” =”or” =”implies”

But First Group Work From Last Time!

TRUE? When is… Can be TRUE Can be TRUE Can be TRUE Can be FALSE

So Much...

Keep a table:

Fill out table: Only time it is true!

How about…

Keep a table:

Fill out table: Only time it is false!

Don’t forget the English... When is the following statements true/false: It is raining outside and Rob has on a red hat It is sunny or cold outside

TRUE: False: It is raining outside and Rob has on a red hat Rob has a red hat on is true and it is raining outside is true False: Rob has a red hat on is false or it is raining outside is false translate

TRUE: False: It is sunny or cold outside It is sunny is true or It is cold is true False: It is sunny is false and it is cold is false translate

So what’s that not all about?

Keep a table: Not flips the values!

Group Work: