Logical Connectives - Expert Level: disjunction EXPERT

Intensive progress check šŸŽÆ drill: 20 expert-level logical connectives questions. Worksheet 30 of 30 hones your disjunction abilities. Practice AND-OR-NOT logic, conditional statements, logical connectives under timed conditions. Best for expert-level students seeking challenging problems and time-bound practice.

šŸ“ Worksheet 30 of 30 • 20 questions • ā±ļø Estimated time: 20 minutes • šŸŽÆ Expert level

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

Question 1

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 2

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 3

Consider the statement: "Either p: The answer is A OR q: The answer is B, but NOT both" If p is True and q is True, is this statement true?
Step 1: Understand Exclusive OR (XOR)
Exclusive OR (p āŠ• q) is True when EXACTLY ONE of p or q is True.
It is False when both are True or both are False.

Truth table for p āŠ• q:
p=T, q=T → Result=F (both true)
p=T, q=F → Result=T (exactly one)
p=F, q=T → Result=T (exactly one)
p=F, q=F → Result=F (neither true)

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

Step 3: Evaluate the exclusive OR
Since both have the same truth value, the exclusive OR is False

Question 4

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 5

Given: p ∨ q, ¬p What can you validly derive?
Rule: Disjunctive Syllogism

If P ∨ Q is true and P is false, then Q must be true.

Answer: q

Question 6

Find a counterexample to show this statement is FALSE: "p → q is logically equivalent to q → p" Provide truth values for p, q, r that make the two sides different.
Implication is not symmetric. Converse is not equivalent to original.

p=True, q=False: p→q=False, q→p=True → Different!

Question 7

Consider the statements: p: Sarah is present q: Sarah is attentive If p is False and q is False, 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 = False, q = False

Step 3: Evaluate p ∧ q
Since at least one of p or q is False, p ∧ q = False

Question 8

Consider the statements: p: Sarah is present q: Sarah is attentive 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 9

Given: p → q, ¬q What can you validly derive?
Rule: Modus Tollens

If P → Q and Q is false, then P must be false.

Answer: ¬p

Question 10

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 11

Convert the following to standard logical form: "The alarm rings only if there is an intruder" 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: The alarm rings only if there is an intruder
A: Alarm rings, I: There is an intruder

Step 3: Convert to logical form
Logical form: A → I
Equivalent: If the alarm rings, then there is an intruder

Step 4: Important distinction
Note: Intruder 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 12

In set theory, what logical connective matches this concept? A = B (A equals B)
Equal sets mean element is in A IF AND ONLY IF it is in B, which is biconditional.

Answer: x ∈ A ↔ x ∈ B

Question 13

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 14

Translate this English sentence into symbolic logic: "If it rains, then the ground is wet." Let p = 'It rains', q = 'The ground is wet' (use appropriate letters).
'If P then Q' translates to P → Q (implication).

Answer: p → q

Question 15

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

Question 16

Classify the following logical statement: p → p Is it a Tautology (always True), Contradiction (always False), or Contingent (depends on variables)?
Step 1: Understand the classifications
• Tautology: Always True for all possible truth values
• Contradiction: Always False for all possible truth values
• Contingent: True for some values, False for others

Step 2: Analyze the expression
Expression: p → p

Step 3: Test all possible combinations
Truth table:
p=T: T → T = T
p=F: F → F = T
Result: Always True → TAUTOLOGY
This is the Law of Identity

Question 17

Consider the conditional statement: "If p: It rains, then q: The match is cancelled" (p → q) If p is True 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 = True, 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 18

Consider this syllogism: Premise 1: Some politicians are honest. Premise 2: No honest people lie. Therefore, some politicians do not lie. Is this syllogism logically valid?
Valid: Some A are B, no B are C → Some A are not C.

Question 19

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 De Morgan's Law
De Morgan's Law states: ¬(p ∨ q) ≔ ¬p ∧ ¬q
The negation of a disjunction equals the conjunction of negations.
These expressions ARE equivalent.

Question 20

Consider the biconditional statement: "p: x = 5 if and only if q: x² = 25" (p ↔ q) If p is True 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 = True, q = False

Step 3: Evaluate p ↔ q
Since p and q have different truth values, p ↔ q = False
Previous Worksheet Next Worksheet