Question 1
Evaluate the compound logical expression:
¬(p ∧ q)
Given: p = False, q = True
Step 1: Break down the compound expression
Expression: ¬(p ∧ q)
Step 2: Evaluate inner expression first
p ∧ q = False ∧ True = False
Step 3: Apply negation
¬(False) = True
Negation reverses the truth value
Expression: ¬(p ∧ q)
Step 2: Evaluate inner expression first
p ∧ q = False ∧ True = False
Step 3: Apply negation
¬(False) = True
Negation reverses the truth value