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

Enhance your electrical engineering skills! Our quiz includes multiple choice questions with hints and explanations. Prepare for your interview and boost your confidence!

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