Question
Question: If $(p \land \sim r) \implies (q \lor r)$ is false and q and r are both false, then p is...
If (p∧∼r)⟹(q∨r) is false and q and r are both false, then p is
A
True
B
False
Answer
True
Explanation
Solution
For an implication A⟹B to be false, A must be true and B must be false.
Given:
(p∧∼r)⟹(q∨r)is false, withq=falseandr=false.-
Since q=false and r=false, the consequent becomes:
q∨r=false. -
For the implication to be false, the antecedent must be true:
p∧∼ris true.With r=false, we have ∼r=true. Therefore:
p∧true=pmust be true.
Thus, p must be true.