InterviewSolution
Saved Bookmarks
| 1. |
Write the negation of the following statements:(i) p: For every real number `x ,``x^2> x`.(ii) q: There exists a rational number x such that `x^2=2`.(iii) r: All birds have wings.(iv) s: All students study mathematics at the element |
|
Answer» (i) `~p : `For every real number `x, x^2 < x` (ii)`~q : `There exists a rational number `x` such that `x^2 !=2`. (iii)`~r: `All birds do not have wings. (iv) `~s: `All students do not study mathematics at the elementary level. |
|