InterviewSolution
Saved Bookmarks
| 1. |
Let A = {2, 3, 5, 7}. Examine whether the statements given below are true or false.(i) exists x in A" such that "x+3 gt9.(ii) exists x in A such that x is even. (iii) exists x in A" such that "x+2=6.(iv) AA x in A, x is prime.(v) AA x in A, x+2 lt10(vi) AA x in A, x+4 ge11 |
| Answer» Solution :(i) TRUE (II) True (III) False (iv) True (v) True (VI) False | |