InterviewSolution
Saved Bookmarks
| 1. |
Write the converse, inverse, and contrapositive of each of the following implication. (i) If x and y are numbers such that x = y, then x2 = y2 (ii) If a quadrilateral is a square then it is a rectangle |
|
Answer» (i) Converse: If x and y are numbers such that x2 = y2 then x = y. Inverse: If x and y are numbers such that x ≠ y then x2 ≠ y2. Contrapositive : If x and v are numbers such that x2 ≠ y2 then x ≠ y. (ii) Converse: If a quadrilateral is a rectangle then it is a square. Inverse: If a quadrilateral is not a square then it is not a rectangle. Contrapositive : If a quadrilateral is not a rectangle then it is not a square |
|