Convert the Boolean expression into canonical form F(X,Y,Z)=(X+Y).(Y+Z)
Answers
Answered by
0
Answer:
1. Example – Express the Boolean function F = xy + x'z as a product of maxterms.
2. Solution – F = xy + x'z. = (xy + x')(xy + z) = (x + x')(y + x')(x + z)(y + z) ...
3. Example – Convert Boolean expression in standard form F=y'+xz'+xyz.
4. Solution – F = (x+x')y'(z+z')+x(y+y')z' +xyz. F = xy'z+ xy'z'+x'y'z+x'y'z'+ xyz'+xy'z'+xyz.
Answered by
3
Explanation:
It may helpful for you.
Attachments:
Similar questions