Question:

A Boolean function \( X \) is given as \( X = AB + AC \). The reduced form of \( X \) is:

Show Hint

In Boolean algebra, use the distributive law \( AB + AC = A(B + C) \) to simplify expressions quickly. It helps reduce gate count in logic circuit design.
Updated On: Apr 25, 2025
  • \( A + B + C \)
  • \( A(B + C) \)
  • \( A + B + C \)
  • \( B + AC \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1: Given Boolean expression \[ X = AB + AC \] Step 2: Apply the Distributive Law: The distributive law of Boolean algebra states that: \[ AB + AC = A(B + C) \] Step 3: Hence, the reduced form of the Boolean function is: \[ X = A(B + C) \]
Was this answer helpful?
0
0