Logical Connectives - Advanced Level: bi-conditional ADVANCED

Quick competitive exam prep session: 20 advanced-level logical connectives questions. Worksheet 27 of 30 - Focus: bi-conditional. Practice truth tables, logical equivalence, logical gates with instant feedback. Great for advanced students needing complex scenarios and multi-step problems practice.

📝 Worksheet 27 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Advanced level

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

Question 1

Consider the biconditional statement: "p: Today is Sunday if and only if q: Tomorrow is Monday" (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

Consider the statement: "Either p: The light is on OR q: The light is off, but NOT both" If p is False and q is False, 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 = False, q = False

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

Question 3

Complete the truth table for the expression: p → (q ∨ r) What is the truth value when p=F, q=T, r=T?
Step 1: Break down the expression
Expression: p → (q ∨ r)
Given: p=F, q=T, r=T

Step 2: Evaluate inner expressions first
q ∨ r = T ∨ T = T

Step 3: Evaluate outer expression
p → (T) = F → T = True
Remember: Implication is False only when p is True and consequent is False

Question 4

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 ∧ F = F
p=F: F ∧ T = F
Result: Always False → CONTRADICTION
This violates the Law of Non-Contradiction

Question 5

Consider the statements: p: The store is open q: Customers can enter 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 6

Consider the statement: "Either p: He will come today OR q: He will come tomorrow, but NOT both" If p is False 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 = False, q = True

Step 3: Evaluate the exclusive OR
Since exactly one of p or q is True, the exclusive OR is True

Question 7

Person A says: 'I am a knave.' Is this statement possible?
Step 1: Test if A is a knight
If A is a knight, A tells the truth.
But A says 'I am a knave', which would be a lie.
Contradiction! A cannot be a knight.

Step 2: Test if A is a knave
If A is a knave, A lies.
But A says 'I am a knave', which would be true.
Contradiction! A cannot be a knave.

Step 3: Conclusion
Neither possibility works.
This statement is a LOGICAL PARADOX.
No one can truthfully or falsely claim to be a knave.

Answer: This statement is impossible

Question 8

Identify the logical fallacy in this argument: "My opponent argues for more police funding, but he was arrested for tax evasion, so his argument is wrong." What fallacy is being committed?
Attacking the person instead of addressing the argument.

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

Consider the conditional statement: "If p: You press the button, then q: The light turns on" (p → q) If p is False and q is False, 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 = False

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

Question 11

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

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

Question 12

Complete the truth table for the expression: p → (q ∨ r) What is the truth value when p=F, q=T, r=F?
Step 1: Break down the expression
Expression: p → (q ∨ r)
Given: p=F, q=T, r=F

Step 2: Evaluate inner expressions first
q ∨ r = T ∨ F = T

Step 3: Evaluate outer expression
p → (T) = F → T = True
Remember: Implication is False only when p is True and consequent is False

Question 13

Classify the following logical statement: (p → q) ∨ (¬p → q) 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 → q) ∨ (¬p → q)

Step 3: Test all possible combinations
This simplifies to q ∨ ¬q, which is always True

Question 14

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 15

Classify the following logical statement: (p → q) → 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 → q) → p

Step 3: Test all possible combinations
This is contingent - depends on values of p and q

Question 16

Consider the statement: "Either p: The light is on OR q: The light is off, but NOT both" If p is True and q is False, 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 = False

Step 3: Evaluate the exclusive OR
Since exactly one of p or q is True, the exclusive OR is True

Question 17

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

Step 2: Evaluate inner expression first
p ∨ q = False ∨ False = False

Step 3: Evaluate outer expression
(False) → True = True
Implication is False only when antecedent is True and consequent is False

Question 18

Evaluate this logical argument: Premise: If you study, you will pass. Premise: You did NOT study. Therefore, you will NOT pass. Is this argument valid? (If the premises are true, must the conclusion be true?)
Argument form: Denying the Antecedent

Fallacy! You might still pass without studying (natural talent, cheating, easy exam). ¬P does NOT imply ¬Q.

Conclusion: This argument is INVALID.

Question 19

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 20

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

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

Step 3: Evaluate outer expression
p → (False) = True → False = False
Implication is False only when antecedent is True and consequent is False
Previous Worksheet Next Worksheet