InterviewSolution
Saved Bookmarks
| 1. |
Which of the following quantified statement is false?(A) ∃x ∈ N, such that x + 5 ≤ 6 (B) ∀x ∈ N, x2 \(\nleq\) 0 (C) ∃x ∈ N, such that x - 1 < 0 (D) ∃x ∈ N, such that x2 - 3x + 2 = 0 |
|
Answer» Correct option: (C) ∃x ∈ N, such that x - 1 < 0 Option (C) is false, since for every natural number the statement x - 1 ≥ 0 is always true. |
|