Lesson 3: Connectives and Truth Tables
Work through each section and submit to track progress on this device.
Symbol Key (Same Meaning)
NOT: ¬p is the same as ~p
AND: p ∧ q is the same as p ^ q
OR: p ∨ q is the same as p v q (inclusive OR)
Section A - Re-entry Warm-up: Statement or Not?
A statement is definitely True or False. If it depends on an unknown value (like x or n), it is not a statement (yet).
"Open the window." S N
"7 is a prime number." S N
"x is greater than 5." S N
"Today is Monday." S N
"You must submit the task." S N
"The battery is charged." S N
"Is the Wi-Fi working?" S N
"Bring your notebook tomorrow." S N
"n is even." S N
"A square has 4 sides." S N
"Stop talking." S N
"The bus is late." S N
Section B1 - NOT: Words to Symbols
Let p: "I am late." "I am not late."
Let p: "The light is on." "The light is not on."
Let p: "I studied." "I did not study."
Let p: "The door is open." "The door is not open."
Let p: "The battery is charged." "The battery is not charged."
Section B2 - NOT: Symbols to Words
Let p: "I have my ID." ~p in words:
Let p: "The homework is submitted." ~p in words:
Let p: "It is raining." ~p in words:
Section B3 - AND: Words to Symbols
Context: At the school gate, entry is allowed when you have your ID and you are in uniform.
Instructions: Use AND. Write ^.
Let p: "I have my ID." Let q: "I am in uniform." Gate rule statement: "I have my ID AND I am in uniform."
Scenario: "I do not have my ID AND I am in uniform."
Scenario: "I have my ID AND I am not in uniform."
Section B4 - AND: When is it True?
Today: p = True (ID present), q = False (not in uniform). Decide each result.
Gate condition p ^ q is: T F
Student with no ID but in uniform (~p ^ q) is: T F
Student with ID but not in uniform (p ^ ~q) is: T F
Section B5 - OR: Words to Symbols
Context: At the canteen, payment is accepted by cash or card.
Instructions: Use OR. You may write v or ∨.
Inclusive OR: true when p is true, or q is true, or both.
Let p: "I pay cash." Let q: "I pay by card." Accepted payment statement: "I pay cash OR I pay by card."
"I do not pay cash OR I pay by card."
"I pay cash OR I do not pay by card."
Section B6 - OR Misconception Check
Instructions: In logic, p v q is TRUE when...
A) only p is true
B) only q is true
C) p and q are both true
D) A, B, and C are all true
E) only when both are false
Section B7 - Mixed Translation
Context: p = "The Wi-Fi works." q = "I can submit my homework online."
Instructions: Use only NOT, AND, OR (symbols allowed: ~ ¬ ^ v ∨).
"The Wi-Fi does not work AND I can submit my homework online."
"The Wi-Fi works OR I cannot submit my homework online."
"The Wi-Fi does not work OR I can submit my homework online."
Section C0 - Why are there 4 rows?
Instructions: Each of p and q can be True or False. How many combinations?
A) 2
B) 3
C) 4
D) 8
Section C1 - Truth Table Order
A) TT, TF, FT, FF
B) TT, FT, TF, FF
C) TF, TT, FF, FT
D) FF, FT, TF, TT
Section C2 - Truth Table for NOT
| p | ~p |
|---|---|
| T |
36
|
| F |
37
|
Section C3 - Truth Table for AND
Instructions: Complete the truth table for p ^ q.
| p | q | p ^ q |
|---|---|---|
| T | T |
38
|
| T | F |
39
|
| F | T |
40
|
| F | F |
41
|
Section C4 - Truth Table for OR
Instructions: Complete the truth table for p v q (or p ∨ q).
| p | q | p v q |
|---|---|---|
| T | T |
42
|
| T | F |
43
|
| F | T |
44
|
| F | F |
45
|
Section C5a - Practice: ~q
Real-world statement: "I do not pay by card."
Instructions: Complete the truth table for ~q (or ¬q).
| p | q | ~q |
|---|---|---|
| T | T |
46
|
| T | F |
47
|
| F | T |
48
|
| F | F |
49
|
Section C5b - Practice: ~p ^ q
Real-world statement: "I do not pay cash AND I pay by card."
Instructions: Fill ~p first, then the final column for ~p ^ q.
| p | q | ~p | ~p ^ q |
|---|---|---|---|
| T | T |
50
|
54
|
| T | F |
51
|
55
|
| F | T |
52
|
56
|
| F | F |
53
|
57
|
Section C5c - Practice: p v ~q
Real-world statement: "I pay cash OR I do not pay by card."
Instructions: Fill ~q first, then the final column for p v ~q.
| p | q | ~q | p v ~q |
|---|---|---|---|
| T | T |
58
|
62
|
| T | F |
59
|
63
|
| F | T |
60
|
64
|
| F | F |
61
|
65
|
Section C5d - Practice: ~(p ^ q)
Real-world statement: "It is not true that I pay cash AND I pay by card."
Instructions: Fill p ^ q first, then the final column for ~(p ^ q).
| p | q | p ^ q | ~(p ^ q) |
|---|---|---|---|
| T | T |
66
|
70
|
| T | F |
67
|
71
|
| F | T |
68
|
72
|
| F | F |
69
|
73
|
Section D (Optional) - Preview: IF–THEN (→) as a Rule
If p is false (not happening), the rule does not apply.
Rule: If you are in the lab (p), you must wear goggles (q).
In lab + goggles: ✅ rule followed ❌ rule broken
In lab + NO goggles: ✅ rule followed ❌ rule broken
NOT in lab + goggles: ✅ rule not applied ❌ rule broken
NOT in lab + NO goggles: ✅ rule not applied ❌ rule broken