Computer Science, asked by bhavika274, 2 months ago

Find the SOP form of this boolean expression:
Y(A, B) = AB' + A'B + AB + A'B'

Answers

Answered by ronak7165
1

Answer:

Explanation:

One way to get the SoP form starts by multiplying everything out, using the distributive law: (ac+b)(a+b′c)+ac=ac(a+b′c)+b(a+b′c)+ac=aca+acb′c+ba+bb′c+ac=ac+ab′c+ab+ac=ac+ab′c+ab.

Similar questions