15.3k views
1 vote
How many input configurations does the Boolean expression (x AND Y) OR (NOT x

AND NOT y) have?
4
6
8
10
CAN SOMEONE PLSEASEEE HELP ME

User Flx
by
3.3k points

1 Answer

3 votes

Answer:

4

Step-by-step explanation:

There are only 2 inputs, X and Y, and the number of different input configurations will be 2-to-the-power-of the number of inputs.

2² = 4

In other words, XY can be 00,01,10 or 11 and that's it. Four combinations.

BTW, (x AND Y) OR (NOT x AND NOT y) is allso called XNOR. See picture.

How many input configurations does the Boolean expression (x AND Y) OR (NOT x AND-example-1
User Aung Myo Linn
by
3.1k points