Obtain the truth value of disjunction of “ Water is essential for life” and “2+2=4”
Answers
Disjunction(OR) is an operation that produces "true" value if either of the operands is True. If generates "false" value only when both the operands are false.
As per the given statement;
Statement 1:
"Water is essential for life" is always true as it is a universal fact.
Hence its value is True.
Similarly,
Statement 2:
"2+2=4" is also always true.
Hence its value is True.
Hence disjunction(OR) between both the statements,
True disjunction True will be True
Answer:
True
The overall answer to this question is true. When it comes to disjunction named (OR), it is an operator.
It produces the original value of any one of the operands is true. It generates the false value simply when two operands are completely false.
According to the above given statements, Water is essential for life and 2+2 =4. They are true because it is a worldwide fact and hence the value of these statements is true.