InterviewSolution
Saved Bookmarks
| 1. |
The contrapositive of the statement 'If 7 is greater than 5, then 8 is greater than 6' isA. If 8 is greater than 6, then 7 is greater than 5B. If 8 is not greater than 6 then 7 greater than 5C. If 8 is not greater than 6, then 7 is greater tha 5D. If 8 is greater than 6, then 7 is not greater than 5 |
|
Answer» Correct Answer - C Let p: 7 is gretaer than 5. and q:8 is greater than 6. `therefore p to q` ~ p: 7 is not greater than 5. ~q : 8 is not greater than 6. `(~q) to (~p)` i.e., If is 8 is not greater than 6, then 7 is not greater than 5. |
|