Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Boolean algebra question

Options
  • 28-01-2009 1:09pm
    #1
    Registered Users Posts: 12,683 ✭✭✭✭


    My head is wrecked, I've got the following statement :

    X=A'BCD + AB'CD + ABC'D + ABCD' + ABCD

    I've reduced this to :

    X=CD(A'B+AB') + AB(C+D)

    Can this be reduced any further using boolean algebra? I've been googling lots, but most examples are only using ABC, not ABCD, and I'm stumped.


Comments

  • Registered Users Posts: 610 ✭✭✭nialo


    i think you can reduce it to CD + AB(C +D) as A'B + AB' is 1.

    or

    CD(A'B + AB') + AB(C'D + CD') + ABCD
    CD(1) + AB(1) + ABCD


  • Registered Users Posts: 12,683 ✭✭✭✭Owen


    nialo wrote: »
    A'B + AB' is 1.

    Oh, well, that's where I've been screwing up! Thanks Nialo :)


  • Registered Users Posts: 610 ✭✭✭nialo


    Dont take that as golden. :) but i think its right. in simpler terms A + A' is 1 from what ive read. so would stand to reason it applys to AB as well.


  • Closed Accounts Posts: 2,349 ✭✭✭nobodythere


    Karnaugh Map:
       CD: 00  01  11  10
    AB
    00     
    01              1
    11          1   1   1
    10              1
    
    Best reduction is
    ABC + ABD + BCD + ACD
    = BC(A+D) + AD(B+C)
    


  • Registered Users Posts: 80 ✭✭Cpt Tremendous


    Divide by zero


  • Advertisement
Advertisement