MixedMediumQuestion 420008
Question
If p: 'It rains' and q: 'Roads are wet', then 'If it rains then roads are wet' in symbolic form is:
- Ap → qCorrect
- Bp ∧ q
- Cq → p
- Dp ↔ q
Correct answer
p → q
Explanation
'If p then q' = p → q. The converse would be q → p (if roads are wet, it rained), which is not necessarily true.