Disjunction Math Example 1
Follow the full solution, then compare it with the other examples linked below.
Example 1
easyLet : ' is even' and : ' is odd'. Evaluate and explain the result.
Solution
- 1 : ' is even' โ True. : ' is odd' โ False.
- 2 .
- 3 In logic, (inclusive or) is true when at least one of , is true.
Answer
The logical OR is inclusive: it is true whenever at least one operand is true, and false only when both are false. This differs from the everyday exclusive 'or' which excludes the case where both are true.
About Disjunction
A disjunction is a compound statement that is true whenever at least one of its parts is true.
Learn more about Disjunction โ