Computer Science, asked by itsmeprathyu04, 5 hours ago

convert given Boolean expression in standard form to canonical form
y = a'b+bc'​

Answers

Answered by poojalmehta12
1

Answer:

y=a'bc + a'bc' + abc'

Explanation:

multiply each product with the (missing variable + complement of that variable)

y=a'b.(c+c') + bc'.(a+a')

y=a'bc + a'bc' + abc' + a'bc'

y=a'bc + a'bc' + abc' [since A+A=A, so a'bc' + a'bc' = a'bc']

Similar questions