Logical connectivesEasyQuestion 420002
Question
The truth table for p → q (implication) shows it is FALSE only when:
- Ap is TRUE and q is FALSECorrect
- Bp is FALSE and q is TRUE
- CBoth are FALSE
- DBoth are TRUE
Correct answer
p is TRUE and q is FALSE
Explanation
p → q (if p then q) is FALSE only in the case where the hypothesis (p) is TRUE but the conclusion (q) is FALSE. In all other cases it is TRUE.