Simplify the boolean expression (A AND NOT B) OR (A AND B).

Study for the Electrical Engineering Fundamentals Interview Test. Engage with flashcards and multiple choice questions, each equipped with hints and explanations. Prepare effectively for your interview!

Multiple Choice

Simplify the boolean expression (A AND NOT B) OR (A AND B).

Explanation:
The expression has a common factor A in both terms, so you can factor it: (A ∧ ¬B) ∨ (A ∧ B) = A ∧ (¬B ∨ B). The inside (¬B ∨ B) is always true (a tautology), so it becomes 1. Then A ∧ 1 equals A. So the whole expression simplifies to A. This also matches the behavior: if A is false, the whole thing is false; if A is true, the inside is true, so the result is true, i.e., A.

The expression has a common factor A in both terms, so you can factor it: (A ∧ ¬B) ∨ (A ∧ B) = A ∧ (¬B ∨ B). The inside (¬B ∨ B) is always true (a tautology), so it becomes 1. Then A ∧ 1 equals A. So the whole expression simplifies to A. This also matches the behavior: if A is false, the whole thing is false; if A is true, the inside is true, so the result is true, i.e., A.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy