InterviewSolution
Saved Bookmarks
| 1. |
State whether the following statements are negation to each other ? (i) p: ram is a good boy. q : ram is not a good boy. (ii) p: `sqrt(5)` is a rational number. q : `sqrt(5)` is an irational number. (iii) p: australia is a continent. q: australia is not a continent. (iv) p: a multiple of 2 is 16. q : a multiple of 2 is 12. |
|
Answer» (i) yes (ii) yes (iii) yes (iv) No. |
|