Prove: a((bc)'d+b)+a'b=(a+b)(b+d)

  • Thread starter Gee Wiz
  • Start date
  • #1
137
0

Homework Statement


Prove that the left equals the right.

a((bc)'d+b)+a'b=(a+b)(b+d)



The Attempt at a Solution



ab'd+adc'+ab+a'b distribution
ab'd+adc'+b complementary
I don't know what to do next, or what i should look for to give me a clue as to how to progress.
 
  • #2

Homework Statement


Prove that the left equals the right.

a((bc)'d+b)+a'b=(a+b)(b+d)



The Attempt at a Solution



ab'd+adc'+ab+a'b distribution
ab'd+adc'+b complementary
I don't know what to do next, or what i should look for to give me a clue as to how to progress.
A Karnaugh map (K-map) will prove useful.

(By the way, you can reduce both sides of the equation, not just the left side. :wink:)
 
  • #3
we aren't supposed to use the karnaugh map yet, and they only want us to manipulate the left side.
 
  • #4
we aren't supposed to use the karnaugh map yet, and they only want us to manipulate the left side.

There are a couple of uses of the redundancy law that you can use.

x + x'y = x + y

After that, you can use it again in a different way,

x + xy = x

And you'll reach the minimal solution.

But since the right hand side of the equation is not at its minimal form, you'll have to actually go backwards after that to get the (a+b)(b+d). That is, if you are not allowed to simplify the right hand side.
 
  • #5
So, I would basically want the minimal on the left (before going a little backwards) to be ab+ad+b+ad?
 
  • #6
So, I would basically want the minimal on the left (before going a little backwards) to be ab+ad+b+ad?
It's even simpler than that! :smile:

Notice that you have "ad" terms in there twice. You can just get rid of one of them (x + x → x). :wink: (But don't get rid of both them, of course).

And then there's still more you can do. There's a "b" all by itself, and then there's another term with "b" in it. Use the redundancy rule,
x + xy → x.
 
  • #7
Got it! Thank you very much.
 
  • #8
So, I would basically want the minimal on the left (before going a little backwards) to be ab+ad+b+ad?
Oh, wait. Yes, since you're going backward, you'll eventually want to get it into a form that you can factor into (a + b)(b + d) such as, ab + ad + bb + bd.

The point of my last post is that ab+ad+b+ad is still not minimal. That's all I meant.
 

Suggested for: Prove: a((bc)'d+b)+a'b=(a+b)(b+d)

Replies
9
Views
761
Replies
8
Views
710
Replies
2
Views
733
Replies
3
Views
970
Replies
1
Views
544
Replies
2
Views
443
Back
Top