Question 1
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
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