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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

help with boolean algebra

  • 31-07-2011 10:27pm
    #1
    Registered Users, Registered Users 2 Posts: 46


    Im having trouble breaking down this equation. Could someone help me out?

    ___
    F = AD(D + AC) + C(A+C + C)


Comments

  • Registered Users, Registered Users 2 Posts: 46 Everything In Its Right Place


    sorry the over score is actually over the A+C in the second set of brackets


  • Registered Users, Registered Users 2 Posts: 100 ✭✭japester


    F = AD(D+AC) + C(!(A+C) + C)


    Distributive law => X(Y+Z) = XY + XZ therefore
    AD(D+AC) = ADD + ADAC


    XX = X always therefore DD = D and AA = A so


    ADD + ADAC becomes AD + ADC (left hand side dealt with for now)


    !(A+C) = !A!C by DeMorgan’s Theorem and so, by the distributive law, the expression
    C(!(A+C) + C) becomes C!A!C + CC


    C!C is always 0 and CC is always C so it simplifies to


    A!0 + C but X0 is always 0 so it simplifies further to just


    C (right hand side dealt with for now)

    Combining both results we have:


    AD + ADC + C


    Using the distributive law we can write it as:


    AD(1 + C) + C


    But 1+C is always 1 so we have the original expression simplified to just


    AD + C


    hope this helps, Japester :)


  • Registered Users, Registered Users 2 Posts: 46 Everything In Its Right Place


    thanks!


  • Registered Users, Registered Users 2 Posts: 113 ✭✭First Explorer


    Ah the joys of boolean algebra, was a major stumbling block for a lot of people in first year college!


Advertisement