Help to transform a boolean expression into sum of products form

Thread Starter

kozis

Joined Jan 7, 2011
1
hello guys I am new to the forum and new in electronics too.. this one maybe is easy for some of you. I want to transform this in SOP form in order to get the most simplified expression using karnaugh maps. I just need help to get the sum of products form.,not the simplified one. Thank you!:)

(A+C).(A+'B.'C) (where ' means NOT)
 

Georacer

Joined Nov 25, 2009
5,182
The most basic and "no brainer" way I use in such cases, is to re-construct the truth-table from the expression and simplify it again, this time in SOP form.
 
Top