You are told: 'You can play outside if it is sunny AND warm.' It is sunny but cold. Can you play outside?
AYes — it is sunny, which is enough
BNo — 'and' requires both conditions, and it is not warm
CYes — 'and' means either condition is enough
DIt depends on how cold it is
'And' means BOTH conditions must be true. The statement requires sunny AND warm. Since it is sunny but NOT warm, one condition fails, and the whole 'and' statement is false. You cannot play outside. If the word had been 'or,' then sunny alone would be enough.
Question 2 True / False
In logic, 'You can have pizza or pasta' means you can have both pizza and pasta at the same time.
TTrue
FFalse
Answer: True
In logic, 'or' is inclusive — it means 'at least one, possibly both.' So 'pizza or pasta' is true if you have pizza, true if you have pasta, and true if you have both. This often surprises people because in everyday conversation, 'or' sometimes implies 'one but not both' (called exclusive or). In logic, unless specifically stated otherwise, 'or' always includes the both-at-once possibility.
Question 3 Multiple Choice
Which compound statement is true: 'A square has 4 sides AND a triangle has 4 sides' or 'A square has 4 sides OR a triangle has 4 sides'?
AThe 'and' statement is true; the 'or' statement is false
BBoth statements are true
CThe 'and' statement is false; the 'or' statement is true
DBoth statements are false
For 'and' to be true, both parts must be true. A square has 4 sides (true), a triangle has 4 sides (false). Since one part is false, the 'and' statement is false. For 'or' to be true, at least one part must be true. A square has 4 sides (true) — that is enough. So the 'or' statement is true. 'And' requires both; 'or' requires at least one.
Question 4 Short Answer
Explain the difference between 'and' and 'or' in logic, using an example.
Think about your answer, then reveal below.
Model answer: 'And' requires both parts to be true for the whole statement to be true. 'Or' requires at least one part to be true. Example: 'It is Monday AND it is raining' is only true if today is actually Monday and it is actually raining — both must hold. 'It is Monday OR it is raining' is true if either one is the case (or both). 'And' is stricter; 'or' is more flexible.
This distinction is fundamental in logic. In formal notation, 'and' becomes conjunction (∧) and 'or' becomes disjunction (∨). The truth tables students will eventually learn are just formalized versions of this everyday understanding: AND is true only when both inputs are true; OR is false only when both inputs are false.