Disjunction Math Example 1

Follow the full solution, then compare it with the other examples linked below.

Example 1

easy
Let pp: '22 is even' and qq: '22 is odd'. Evaluate pโˆจqp \lor q and explain the result.

Solution

  1. 1
    pp: '22 is even' โ€” True. qq: '22 is odd' โ€” False.
  2. 2
    pโˆจq=TโˆจF=Tp \lor q = T \lor F = T.
  3. 3
    In logic, pโˆจqp \lor q (inclusive or) is true when at least one of pp, qq is true.

Answer

pโˆจq=Truep \lor q = \text{True}
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 PโˆจQP \vee Q is a compound statement that is true whenever at least one of its parts is true.

Learn more about Disjunction โ†’

More Disjunction Examples