Finding the complement using demorgans and involution (boolean alg)

  • Thread starter Thread starter buddyblakester
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 8K views
buddyblakester
Messages
3
Reaction score
0

Homework Statement


Use only DeMorgan's relationships and Involution to find the complements of the following functions:
a.) f(A,B,C,D) = [A+(BCD)'][(AD)'+B(C'+A)]


Homework Equations


Demorgans (x1 + x2 + ... + xn)' = x1'x2'...xn'

Involution (x')' = x

The Attempt at a Solution



[[A+(BCD)'][(AD)'+B(C'+A)]]' to find the compliment, then using demorgans
[A+(BCD)']' + [(AD)'+B(C'+A)]'
[A'(BCD)] + (AD)[B(C'+A)]'
A'BCD + (AD)[B' + (C'+A)']
A'BCD + (AD)(B' + CA')

from here I don't know where to go, i would think the right side of the equation could turn to ADB' + ADCA' but I'm not sure, if it can ADCA' would just be 0 since AA' = 0. Don't know if I can do that though, just looking for some input and hopefully I didn't make a mistake towards the begining.
 
Last edited:
Physics news on Phys.org
had it on my paper right but yea typed it in wrong, thanks
 
I hadn't noticed it was just a typo.

i would think the right side of the equation could turn to ADB' + ADCA' but I'm not sure, if it can ADCA' would just be 0 since AA' = 0.
Yes, that looks right.

You can check by constructing a Truth Table for the original expression and for your answer.
 
ok cool, seems like AA' = 0 and A + A' = 1 can really reduce some of these kinds of equations in my homework. thanks for the feedback