Understanding Boolean Algebra: Homework Help and Examples

Master0fN0thing
Messages
4
Reaction score
0

Homework Statement


Am I doing this right? The question is...
(ab) + (a' + b') = 1

Homework Equations


(a) Commutative a · b = b · a a + b = b + a
(b) Associative (a · b) · c = a · (b · c) (a + b) + c = a + (b + c)
(c) Distributive a · (b + c) = (a · b) + (a · c) a + (b · c) = (a + b) · (a + c)
(d) Identity a · 1 = a a + 0 = 0
(e) Negation a + a' = 1 a · a' = 0
(f) Double negative (a')' = a
(g) Idempotent a · a = a a + a = a
(h) DeMorgan’s laws (a · b)' = a' + b' (a + b)' = a' · b'
(i) Universal bound a + 1 = a a · 0 = 0
(j) Absorption a · (a + b) = a a + (a · b) = a
(k) Complement of 1 and 0 1' = 0 0' = 1

The Attempt at a Solution


My Steps...
(ab) + (a' + b') = (ab + a') + b' [Associative]
= (a' + ab) + b' [Commutative]
= (a' + a)(a' + b) + b' [Distributive]
= 1(a' + b) + b' [Negation]
= (a' + b) + b' [Identity]
= a' + (b + b') [Associative]
= a' + 1 [Negation]
= 1 [Absorbtion]
 
Physics news on Phys.org
How are you justifying the third step? It doesn't look like a straightforward application of the Distributive law to me.
 
andrewkirk said:
How are you justifying the third step? It doesn't look like a straightforward application of the Distributive law to me.
I'm sorry. I probably should of spaced the relevant equations better. According to the properties in my textbook, one way the distributive property can be written as is...
a + (bc) = (a+b)(a +c)
so I'm treating a as my 1st part and bc as my 2nd part.
Now to my work... in the previous step, I have (a' + ab) + b' and I think I can use the distributive property stated to say
(a' + ab) + b' = (a' + a)(a' + b) + b'
if I consider a' as my first part and ab as my 2nd part. I hope that makes sense...
 
Yes, that looks OK.
 
Ok, cool. Thanks! :smile:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top