-
The Boolean functions can be expressed in canonical SOP (sum of products) and POS (product of sums) form. For the functions, Y = A + BC, which are such two forms—
-
- Y = Σ (1, 2, 6, 7) and Y = Π (0, 2, 4)
- Y = Σ (1, 4, 5, 6, 7) and Y = Π (0, 2, 3)
- Y = Σ (1, 2, 5, 6, 7) and Y = Π (0, 1, 3)
- Y = Σ (1, 2, 4, 5, 6, 7) and Y= Π (0, 2, 3, 4)
- Y = Σ (1, 2, 6, 7) and Y = Π (0, 2, 4)
Correct Option: B
Given Y = A + BC
From K-map
Y = Σ m (1, 4, 5, 6, 7)
and
Y = Π (0, 2, 3)
