Quote (carteblanche @ Dec 13 2014 02:19am)
using ' (prime) for bar:
BC' + ABC is what he got from simplifying the boolean expression.
BC' + AB is what he got from the kmap.
he's trying to understand how to go from the first line to the second using boolean algebra. it's clear they both work, but it's not obvious to me how to get rid of the second C using just boolean algebra.
My bad, I didn't read carefully enough.
BC' + ABC = B.(C' + AC)
whereas
BC' + AB = B.(C' + A)
So the problem is to show that C' + AC = C' + A
This is a well known rule for any boolean algebra.
You can write :
C' + AC = (C'+A).(C'+C), using the distributivity of + over .
and since C'+C = 1 :
C' + AC = (C'+A).1 = C'+A