223k views
4 votes
Can the circuit be simplified? Boolean algebra

Can the circuit be simplified? Boolean algebra-example-1
User Whunmr
by
7.4k points

1 Answer

4 votes

it says F = (A and !A) or (B and !B)

A and !A is always false, and so is B and !B.

So F = false or false, which is false.

So this is a trivial circuit that does nothing. F is always false.

User Roselyn
by
7.3k points