The Boolean expression A′B′+AB′+A′B is equivalent to:

2022

The Boolean expression A′B′+AB′+A′B is equivalent to:

  1. A.

    A NAND B

  2. B.

    A NOR B

  3. C.

    A XOR B

  4. D.

    A OR B

Attempted by 107 students.

Show answer & explanation

Correct answer: A

Start by removing duplicate terms (idempotence) so the expression can be treated as: A'B' + AB' + A'B.

  • Factor B' from the first two terms: B'(A' + A) + A'B.

  • Simplify A' + A = 1, giving B' + A'B.

  • Use distributive/absorption: B' + A'B = (B' + A')(B' + B) = A' + B'.

Since A' + B' = (AB)', the expression equals the NAND of A and B.

Therefore the given Boolean expression is equivalent to A NAND B.

Explore the full course: Rssb Senior Computer Instructor