Logical Connectives - Beginner Level: truth tables BEGINNER

Master logical connectives concepts through this speed drill practice set. Worksheet 6 of 30 contains 20 beginner-level problems. Deep dive into truth tables while learning truth tables, logical equivalence, logical gates. Recommended for entry-level learners aiming for foundational concepts and basic patterns.

📝 Worksheet 6 of 30 • 20 questions • ⏱️ Estimated time: 20 minutes • 🎯 Beginner level

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

Question 1

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 2

Are the following two logical expressions equivalent? Expression 1: p → q Expression 2: q → p 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: q → p

Step 3: Test with truth table
p → q (implication) is NOT the same as q → p (converse).
Counter-example: p=F, q=T
p → q = F → T = T
q → p = T → F = F
Since they differ, they are NOT equivalent.

Question 3

Given: p, q What can you validly derive?
Rule: Conjunction Introduction (∧-intro)

If you have P and you have Q, you can combine them into P ∧ Q.

Answer: p ∧ q

Question 4

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

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

Step 3: Apply negation
¬(False) = True
Negation reverses the truth value

Question 5

Given the conditional statement: "If it is raining, then the ground is wet" (p → q) What is the Inverse of this statement?
Step 1: Understand the original statement
Original: p → q means "If it is raining, then the ground is wet"

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 it is raining is false, then the ground is wet is false

Question 6

Convert the following to standard logical form: "You will pass only if you study" 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: You will pass only if you study
P: You pass, S: You study

Step 3: Convert to logical form
Logical form: P → S
Equivalent: If you pass, then you studied

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

Given the conditional statement: "If the alarm rings, then I wake up" (p → q) What is the Converse of this statement?
Step 1: Understand the original statement
Original: p → q means "If the alarm rings, then I wake up"

Step 2: Understand Converse
Converse switches the hypothesis and conclusion: q → p
If the original is p → q, the converse is q → p

Step 3: Apply to our statement
Converse: If I wake up, then the alarm rings

Question 9

Consider the relationship between: P: Being a square Q: Being a rectangle 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: Being a square
Q: Being a rectangle

Step 3: Determine the condition type
All squares are rectangles (sufficient), but not all rectangles are squares (not necessary)

Answer: Sufficient but not necessary

Question 10

Consider the relationship between: P: Being a triangle Q: Having three sides 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: Being a triangle
Q: Having three sides

Step 3: Determine the condition type
A shape is a triangle if and only if it has three sides

Answer: Necessary and sufficient

Question 11

Consider the relationship between: P: Being a square Q: Being a rectangle 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: Being a square
Q: Being a rectangle

Step 3: Determine the condition type
All squares are rectangles (sufficient), but not all rectangles are squares (not necessary)

Answer: Sufficient but not necessary

Question 12

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 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 13

Translate this English sentence into symbolic logic: "Neither John nor Mary came to the party." Let p = 'John came', q = 'Mary came' (use appropriate letters).
'Neither P nor Q' means ¬P ∧ ¬Q (both are false).

Answer: ¬j ∧ ¬m

Question 14

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 15

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 16

Consider the relationship between: P: Being divisible by 4 Q: Being an even number 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: Being divisible by 4
Q: Being an even number

Step 3: Determine the condition type
All numbers divisible by 4 are even (sufficient), but not all even numbers are divisible by 4 (not necessary)

Answer: Sufficient but not necessary

Question 17

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

Question 18

Consider the statements: p: The meeting is on Monday q: The meeting is on Tuesday If p is False and q is True, what is the truth value of p ∨ q (p OR q)?
Step 1: Understand the disjunction (OR) operator
The disjunction p ∨ q is True when AT LEAST ONE of p or q is True.
It is False ONLY when both p and q are False.

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

Step 3: Evaluate p ∨ q
Since at least one of p or q is True, p ∨ q = True

Question 19

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
¬p = T
q ∧ r = T ∧ T = T

Step 3: Evaluate outer expression
T ∨ T = True
Remember: OR is True when at least one operand is True

Question 20

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

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

Step 3: Apply negation
¬(False) = True
Negation reverses the truth value
Previous Worksheet Next Worksheet