InterviewSolution
Saved Bookmarks
| 1. |
Let P(m, n) be the statement “m divides n” where the Universe of discourse for both the variables is the set of positive integers. Determine the truth values of the following propositions.(a)∃m ∀n P(m, n)(b)∀n P(1, n)(c) ∀m ∀n P(m, n)Codes :(A) (a) – True; (b) – True; (c) – False(B) (a) – True; (b) – False; (c) – False(C) (a) – False; (b) – False; (c) – False(D) (a) – True; (b) – True; (c) – True |
| Answer» | |