Question:

Consider the Boolean expression \( X = (A + B). C \) over two Boolean variables A and B. Which one of the following Boolean expressions is equivalent to the given Boolean expression X?

Show Hint

To simplify Boolean expressions, use properties like distribution and factoring.
Updated On: Oct 7, 2025
  • \( A \cdot B + C \)
  • \( A \cdot C + B \cdot C \)
  • \( A \cdot B' + C \)
  • \( A' + B' \cdot C' \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

We are given the Boolean expression: \[ X = (A + B) \cdot C \] We need to find an equivalent expression. Apply distribution to expand the given expression: \[ X = A \cdot C + B \cdot C \] This simplifies to: \[ X = (A \cdot C) + (B \cdot C) \] Now, the expression \( X = A \cdot B' + C \) is equivalent to the form obtained by factoring the terms. Thus, the correct answer is \( \boxed{A \cdot B' + C} \).
Was this answer helpful?
0
0

Questions Asked in NIMCET exam

View More Questions