First, we need to find the conditions when the output will be HIGH. The output will be HIGH when at least two of the inputs A, B, and C are HIGH. So, we have the following cases:
- A=1, B=1, C=0
- A=1, B=0, C=1
- A=0, B=1, C=1
- A=1, B=1, C=1
Show more…