Posted by: dynamite October 16, 2009
boolean algebra Urgent -
Login in to Rate this Post:     0       ?        
assuming bnot = not b

a.b.c + a.notb.a + a.notb.c (distributive)
 
a.b.c + a.notb + a.notbc ( a.a = a)

a.c.b   + a.c.notb  +a.notb (re-arranging)

ac(b+ notb) + a.notb ( distributive)

b+ notb = true

therefore ac + a.notb
Last edited: 16-Oct-09 11:36 AM
Read Full Discussion Thread for this article