InterviewSolution
Saved Bookmarks
| 1. |
What is converse for statement if p then q?(a) if not q then not p(b) if q then p(c) if not p then q(d) if not p then not qThis question was addressed to me during an online interview.My question comes from Mathematical Reasoning topic in division Mathematical Reasoning of Mathematics – Class 11 |
|
Answer» Right answer is (b) if q then p |
|