InterviewSolution
Saved Bookmarks
| 1. |
Identify the type of Or and whether the statement “2 is a prime number or even number” is true or not?(a) Inclusive Or, true(b) Exclusive Or, true(c) Inclusive Or, false(d) Exclusive Or, falseI have been asked this question in an internship interview.I want to ask this question from Mathematical Reasoning in division Mathematical Reasoning of Mathematics – Class 11 |
|
Answer» CORRECT answer is (a) Inclusive Or, true The EXPLANATION is: 2 is a PRIME number as well as EVEN number. Since for the STATEMENT to be true, we need at least one to be true so it is true. Since both are correct so or used is Inclusive. |
|