InterviewSolution
Saved Bookmarks
| 1. |
What is contrapositive 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 posed to me in an interview.This intriguing question originated from Mathematical Reasoning topic in chapter Mathematical Reasoning of Mathematics – Class 11 |
|
Answer» CORRECT option is (a) if not q then not P The explanation: CONTRAPOSITIVE STATEMENT for given statement “if p then q” is “if not q then not p” i.e. ~q => ~p. |
|