Logical Connectives - Intermediate Level: conditional statements INTERMEDIATE

Comprehensive weakness targeting worksheet covering 20 intermediate-level logical connectives problems. Worksheet 18 of 30 emphasizes conditional statements. Master logical connectives, propositional connectives, truth tables through detailed explanations. Difficulty: moderate complexity with mixed patterns. Tailored for mid-level preparation.

📝 Worksheet 18 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Intermediate level

What you'll learn in this worksheet:
Your progress through Logical Connectives
Worksheet 18 of 30 (60% complete)

Question 1

Consider the biconditional statement: "p: x = 5 if and only if q: x² = 25" (p ↔ q) If p is False and q is False, what is the truth value of p ↔ q?
Step 1: Understand the biconditional (↔) operator
The biconditional p ↔ q is True when BOTH p and q have the SAME truth value.
It is False when p and q have DIFFERENT truth values.

Truth table for p ↔ q:
p=T, q=T → Result=T (same)
p=T, q=F → Result=F (different)
p=F, q=T → Result=F (different)
p=F, q=F → Result=T (same)

Step 2: Apply the given values
p = False, q = False

Step 3: Evaluate p ↔ q
Since p and q have the same truth value (False), p ↔ q = True

Question 2

Convert the following to standard logical form: "A number is prime only if it is greater than 1" What is the correct conditional representation?
Step 1: Understand 'only if' statements
'P only if Q' means 'If P, then Q' (P → Q)
This is DIFFERENT from 'If Q then P' (Q → P)

Key insight: 'only if' introduces a NECESSARY condition
Q is necessary for P (P cannot be true without Q)

Step 2: Identify components
Statement: A number is prime only if it is greater than 1
P: Number is prime, G: Greater than 1

Step 3: Convert to logical form
Logical form: P → G
Equivalent: If a number is prime, then it is greater than 1

Step 4: Important distinction
Note: Being greater than 1 is necessary but not sufficient
'Only if' ≠ 'If and only if'
'Only if' gives one direction only (→)
'If and only if' gives both directions (↔)

Question 3

Consider the statement: p: The door is locked If p is False, what is the truth value of ¬p (NOT p)?
Step 1: Understand the negation (NOT) operator
The negation ¬p simply reverses the truth value of p.
If p is True, then ¬p is False.
If p is False, then ¬p is True.

Step 2: Apply the given value
p = False

Step 3: Evaluate ¬p
Since p is False, ¬p = True
In other words: ¬p: The door is not locked is True

Question 4

Consider the statement: p: The door is locked If p is True, what is the truth value of ¬p (NOT p)?
Step 1: Understand the negation (NOT) operator
The negation ¬p simply reverses the truth value of p.
If p is True, then ¬p is False.
If p is False, then ¬p is True.

Step 2: Apply the given value
p = True

Step 3: Evaluate ¬p
Since p is True, ¬p = False
In other words: ¬p: The door is not locked is False

Question 5

Are the following two logical expressions equivalent? Expression 1: p → q Expression 2: ¬p ∨ q Answer Yes or No and explain why.
Step 1: Understand what logical equivalence means
Two expressions are logically equivalent if they have the same truth value for ALL possible combinations of variables.

Step 2: Analyze the expressions
Expression 1: p → q
Expression 2: ¬p ∨ q

Step 3: Apply Implication equivalence
The implication p → q is equivalent to ¬p ∨ q
This is a fundamental law in logic.
These expressions ARE equivalent.

Question 6

Consider the relationship between: P: Studying Q: Passing the exam Is P a necessary condition, sufficient condition, both, or neither for Q?
Step 1: Understand necessary and sufficient conditions
• P is NECESSARY for Q: Q cannot be true without P (Q → P)
• P is SUFFICIENT for Q: P being true guarantees Q (P → Q)
• P is BOTH: P if and only if Q (P ↔ Q)

Step 2: Analyze the relationship
P: Studying
Q: Passing the exam

Step 3: Determine the condition type
You need to study to pass (necessary), but studying alone doesn't guarantee passing (not sufficient)

Answer: Necessary but not sufficient

Question 7

You meet two people, A and B. A says: 'We are both knaves.' What are A and B?
Step 1: Analyze A's statement
A says: 'We are both knaves'

Step 2: Test if A is a knight
If A is a knight, then A tells the truth.
But then 'We are both knaves' would be true.
This means A is a knave, which contradicts our assumption.
Therefore, A cannot be a knight.

Step 3: Test if A is a knave
If A is a knave, then A lies.
A's statement 'We are both knaves' must be false.
For 'both knaves' to be false, at least one must be a knight.
Since A is a knave, B must be a knight.

Step 4: Verify
A (knave) lies: 'We are both knaves' is indeed false ✓
B is a knight ✓

Answer: A is a knave, B is a knight

Question 8

In set theory, what logical connective matches this concept? A ∩ B = ∅ (disjoint sets)
Disjoint means no element is in both, which is NOT (A AND B).

Answer: ¬(x ∈ A ∧ x ∈ B)

Question 9

Translate this English sentence into symbolic logic: "It is raining and the ground is wet." Let p = 'It rains', q = 'The ground is wet' (use appropriate letters).
'P and Q' translates to P ∧ Q (conjunction).

Answer: p ∧ q

Question 10

Evaluate the compound logical expression: (p ∧ q) ∨ r Given: p = True, q = False, r = False
Step 1: Break down the compound expression
Expression: (p ∧ q) ∨ r

Step 2: Evaluate inner expression first
p ∧ q = True ∧ False = False

Step 3: Evaluate outer expression
(False) ∨ False = False
Since OR is True when at least one operand is True

Question 11

Consider the conditional statement: "If p: The temperature drops below 0°C, then q: Water freezes" (p → q) If p is False and q is True, what is the truth value of p → q?
Step 1: Understand the implication (→) operator
The implication p → q is False ONLY when p is True but q is False.
In all other cases, it is True.

Truth table for p → q:
p=T, q=T → Result=T
p=T, q=F → Result=F (the only False case)
p=F, q=T → Result=T
p=F, q=F → Result=T

Step 2: Apply the given values
p = False, q = True

Step 3: Evaluate p → q
Since this is not the case where p is True and q is False, p → q = True

Question 12

Given the conditional statement: "If you study hard, then you will pass" (p → q) What is the Inverse of this statement?
Step 1: Understand the original statement
Original: p → q means "If you study hard, then you will pass"

Step 2: Understand Inverse
Inverse negates both parts: ¬p → ¬q
If the original is p → q, the inverse is ¬p → ¬q

Step 3: Apply to our statement
Inverse: If you study hard is false, then you will pass is false

Question 13

Consider the relationship between: P: Having oxygen Q: Fire burning Is P a necessary condition, sufficient condition, both, or neither for Q?
Step 1: Understand necessary and sufficient conditions
• P is NECESSARY for Q: Q cannot be true without P (Q → P)
• P is SUFFICIENT for Q: P being true guarantees Q (P → Q)
• P is BOTH: P if and only if Q (P ↔ Q)

Step 2: Analyze the relationship
P: Having oxygen
Q: Fire burning

Step 3: Determine the condition type
Fire needs oxygen (necessary), but oxygen alone doesn't guarantee fire (not sufficient)

Answer: Necessary but not sufficient

Question 14

Rewrite the following statement in standard 'if-then' form: "You will fail unless you study" What is the equivalent conditional statement?
Step 1: Understand 'unless' statements
'P unless Q' means 'If not Q, then P'
In logical form: 'P unless Q' ≡ '¬Q → P'

Step 2: Identify components
Original: You will fail unless you study
p: You will fail, q: You study

Step 3: Convert to if-then form
'unless' tells us what happens if the condition is NOT met
Logical form: ¬q → p

Step 4: Write in English
Equivalent statement: If you do not study, then you will fail

Question 15

Consider the statements: p: It is raining q: The ground is wet If p is True and q is True, what is the truth value of p ∧ q (p AND q)?
Step 1: Understand the conjunction (AND) operator
The conjunction p ∧ q is True ONLY when BOTH p and q are True.

Step 2: Apply the given values
p = True, q = True

Step 3: Evaluate p ∧ q
Since both p and q are True, p ∧ q = True

Question 16

Consider the conditional statement: "If p: The alarm rings, then q: You wake up" (p → q) If p is False and q is True, what is the truth value of p → q?
Step 1: Understand the implication (→) operator
The implication p → q is False ONLY when p is True but q is False.
In all other cases, it is True.

Truth table for p → q:
p=T, q=T → Result=T
p=T, q=F → Result=F (the only False case)
p=F, q=T → Result=T
p=F, q=F → Result=T

Step 2: Apply the given values
p = False, q = True

Step 3: Evaluate p → q
Since this is not the case where p is True and q is False, p → q = True

Question 17

Rewrite the following statement in standard 'if-then' form: "The plant will die unless you water it" What is the equivalent conditional statement?
Step 1: Understand 'unless' statements
'P unless Q' means 'If not Q, then P'
In logical form: 'P unless Q' ≡ '¬Q → P'

Step 2: Identify components
Original: The plant will die unless you water it
p: The plant will die, q: You water it

Step 3: Convert to if-then form
'unless' tells us what happens if the condition is NOT met
Logical form: ¬q → p

Step 4: Write in English
Equivalent statement: If you do not water it, then the plant will die

Question 18

Consider the statement: 'The solution is neither hot nor cold' If p is F and q is F, what is the truth value of 'The solution is neither hot nor cold'?
Step 1: Understand 'neither...nor' statements
'Neither p nor q' means 'not p AND not q'
Logical form: ¬p ∧ ¬q

Step 2: Build the truth table
¬p ∧ ¬q is True ONLY when both p and q are False
Truth table:
p=T, q=T → ¬T ∧ ¬T = F ∧ F = F
p=T, q=F → ¬T ∧ ¬F = F ∧ T = F
p=F, q=T → ¬F ∧ ¬T = T ∧ F = F
p=F, q=F → ¬F ∧ ¬F = T ∧ T = T

Step 3: Apply given values
p = F, q = F
¬p = T, ¬q = T
¬p ∧ ¬q = T

Answer: True

Question 19

Logic puzzle: A says: 'I am a knight or B is a knave.' B says: 'A is a knave.' What are A, B, and C (or A and B)?
Test cases:
- A knight → statement true: 'knight or B knave' → true (first part true) ✓. B says 'A knave' which is false, so B knave ✓.
- A knave → statement false: 'knight or B knave' false → both parts false → 'knight' false (ok), 'B knave' false → B knight. Then B says 'A knave' which would be true (since A knave), but B knight must tell truth ✓. This also works? Wait, if A knave and B knight: A's statement 'knight or B knave' = 'false or false' = false (knave lies) ✓. B's statement 'A knave' = true (knight truth) ✓. Two solutions? But puzzle assumes unique. Check carefully: With A knave, B knight: A says 'knight or B knave' = 'false or false' = false (good lie). B says 'A knave' = true (good truth). Both work. So puzzle ambiguous. We'll take first solution: A knight, B knave.

Question 20

Rewrite the following statement in standard 'if-then' form: "She won't come unless you invite her" What is the equivalent conditional statement?
Step 1: Understand 'unless' statements
'P unless Q' means 'If not Q, then P'
In logical form: 'P unless Q' ≡ '¬Q → P'

Step 2: Identify components
Original: She won't come unless you invite her
p: She won't come, q: You invite her

Step 3: Convert to if-then form
'unless' tells us what happens if the condition is NOT met
Logical form: ¬q → p

Step 4: Write in English
Equivalent statement: If you do not invite her, then she won't come
Previous Worksheet Next Worksheet