InterviewSolution
Saved Bookmarks
| 1. |
Determine the truth value of each of the following statements (i) If 6 + 2 = 5 , then the milk is white. (ii) China is in Europe or √3 is an integer (iii) It is not true that 5 + 5 = 9 or Earth is a planet(iv) 11 is a prime number and all the sides of a rectangle are equal |
|
Answer» (i) p, → q is True : T (ii) p ∨ q is False : F (iii) ¬ p ∨ q is True : T (iv) p ∧ q is False : F |
|