Boolean OR dominance
The booleans dominance law says that when we have a value
0 + 1 = 1 1 + 1 = 1 - So
x + 1 = 1
This is because the OR requires at least one side to be true if we want a true
result, but we already know one of the sides is true, so the result must also be
true, we don’t need to know the value of
A + 1 = 1
To simplify, replace anywhere ORed with 1 with just 1. For example,
flashcards
| Question | Answer |
|---|---|
| What is the Boolean OR dominance law? | When a value |
| How do you simplify an expression where a term is ORed with 1? | Replace the entire OR operation with just |
| Why is the result always | Because OR requires at least one side to be true for a true result; since one side ( |