Boolean expression A׳B׳C+A׳BC׳+AB׳C׳+ABC'

867 Views Asked by At

How do i simplify this boolean expression with steps? I am so lost for some reason. I entered it into my logic converter on multisim and did recieve the simplified version.

A׳B׳C+A׳BC׳+AB׳C׳+ABC'

1

There are 1 best solutions below

0
On

$$A'B'C+A'BC'+AB'C'+ABC'$$

With out kmap, you just have to eyeball:
1) Last two terms have $AC'$ as common
2) $2$nd and last terms have $BC'$ as common
So group them like this: $$A'B'C+(A'BC'+ABC')+(AB'C'+ABC')$$

Factor out the common and see if you can take it from there.