Each slide is formatted as a separate page below.
A compound statement is formed by joining two or more statements with logical operators.
Today's operators are:
~
NOT
∧
AND
∨
OR
The negation of a statement has the opposite truth value.
~p
Let p: "The sky is blue." (True)
~p: "The sky is not blue." (False)
A conjunction is only true when BOTH parts are true.
p ∧ q
Let p: "A triangle has 3 sides." (True)
Let q: "A square has 5 sides." (False)
p ∧ q: "A triangle has 3 sides and a square has 5 sides." (False)
A disjunction is true if AT LEAST ONE part is true.
p ∨ q
Let p: "A triangle has 3 sides." (True)
Let q: "A square has 5 sides." (False)
p ∨ q: "A triangle has 3 sides or a square has 5 sides." (True)
Let p: "Rectangles have 4 right angles." (True)
Let q: "Triangles have 4 sides." (False)
Choose your level and solve the problems.
Given p: "It is sunny" and q: "We go to the park."
Given p: "5 is an odd number" (True) and q: "4 is an odd number" (False).
Let p represent "x > 10" and q represent "x is even."
On your notecard:
Let p: "A square is a rectangle." (True)
Let q: "A rectangle is a square." (False)
1. Write the words for p ∧ q.
2. What is the truth value of p ∧ q?
3. What is the truth value of p ∨ q?