Question:

The Boolean function $AB + AC$ is equivalent to:

Show Hint

Canonical expansion always ensures every term contains all variables using $(X + X')$ multiplication.
  • $AB + AC + BC$
  • $A'BC' + ABC' + A'BC$
  • $ABC + A'BC + B'C'$
  • $ABC + ABC' + AB'C$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: To convert a Boolean expression into canonical Sum of Products form, we expand missing variables using the identity $X + X' = 1$ so that each term contains all variables.

Step 1: Expand first term
\[ AB = AB(C + C') \] \[ = ABC + ABC' \]

Step 2: Expand second term
\[ AC = AC(B + B') \] \[ = ABC + AB'C \]

Step 3: Combine terms
\[ AB + AC = ABC + ABC' + ABC + AB'C \] Using idempotent law ($X + X = X$): \[ = ABC + ABC' + AB'C \]

Step 4: Interpretation
The final expression is a canonical SOP form containing all minterms covered by the original expression. Final Answer: \[ \boxed{ABC + ABC' + AB'C} \]
Was this answer helpful?
0
0