InterviewSolution
Saved Bookmarks
| 1. |
The converse of the statement “If x > y, then x + a > y + a”, is (A) If x < y, then x + a < y + a (B) If x + a > y + a, then x > y (C) If x < y, then x + a > y + a (D) If x > y, then x + a < y + a |
|
Answer» Correct option: (B) If x + a > y + a, then x > y Let p : x > y q : x + a > y + a Converse of p → q is q → p i.e., If x + a > y + a, then x > y |
|