Computer Science, asked by Aswathyde, 1 year ago

simplify the following Boolean function to minimum number of literals ( input variables) a) f=ABC+ABD+ABC+CD+BD
b)F=A(A+B+C)+(A+B+C).(A+B+C).(A+B+C)

Answers

Answered by theAmazing
1
a) f=ABC+ABD+CD+BD+ABC
=(ABC+ABC)+D (AB+B)+CD
=ABC+BD+CD
b) F=A (A+B+C)+(A+B+C)
= A+ B+ C
Similar questions