How do I simplify Boolean simplification ABC + AB' . ( A' C') + A'BC?

  • Thread starter Thread starter adnankhuram
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
adnankhuram
Messages
3
Reaction score
0
ABC + AB' . ( A' C') + A'BC

I am confused in AB' . ( A' C')

the multiplication would be AA'B'C' OR AA'C'+A'B'C'
 
on Phys.org
Abc + ab' . ( a' c') + a'bc

abc + aa'b'c' + a'bc

abc + b'c' + a'bc ( aa' = 0)

bc(a + b'c' +a')

bc (a+a'+b'c') as a+a' = 1

bc( b'c')

bb'cc'

0

is this is right
 
adnankhuram said:
Abc + ab' . ( a' c') + a'bc

abc + aa'b'c' + a'bc

abc + b'c' + a'bc ( aa' = 0)

As aa'=0 the second term cancels. You have abc+a'bc. Continue from here.

ehild