How to Simplify a Boolean Reduction Problem?

  • Thread starter Thread starter DethRose
  • Start date Start date
Click For Summary

Homework Help Overview

The discussion revolves around a Boolean reduction problem involving expressions with AND, OR, and NOT operations. The original poster presents a specific Boolean expression and seeks assistance in simplifying it.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore different interpretations of the symbols used in the Boolean expression, questioning the meaning of terms like AB and the representation of operations. Some suggest alternative formulations and simplifications, while others express confusion over the proposed methods.

Discussion Status

The discussion is ongoing, with various participants offering insights and corrections regarding the notation and potential simplifications. There is no clear consensus on the best approach, and multiple interpretations of the problem are being explored.

Contextual Notes

Participants note the importance of correctly interpreting the symbols and the potential for confusion due to differing conventions in Boolean algebra representation. Some express a desire to simplify the expression without substituting variables.

DethRose
Messages
101
Reaction score
0
Ive been working on this problem for hours and its due on monday i really need help :bugeye: !

heres the boolean reduction i have to do
[tex](ab)[/tex][tex]([/tex][tex]\overline c[/tex][tex]+[/tex][tex]\overline d[/tex][tex])[/tex][tex]+[/tex][tex](a+b)[/tex][tex]([/tex][tex]\overline c[/tex][tex]\overline d[/tex][tex])[/tex]

heres what I've done
***_******_ _**_ _
AB C+ABD+AC D+BC D
***_***_ _
AB(C+D)+C D (A+B)

i have no idea where to go from there...thanks for you help

the stars are just to keep the bars over top of the correct letter so you know which ones are inverted

andrew
 
Last edited:
Physics news on Phys.org
I am a bit confused by your symbology.

I assume + equal to AND , the bar should be NOT but what is meant by AB?

look here to learn how to do this

[tex]AB \overline {C}[/tex]
 
Correction:

AB = A and B
A+B = A or B.

That seems to be the archaic form according to various websites. But that is the form that I was familiar with along time ago.
 
Last edited:
when the numbers are right beside each other they are anded together..and when there is a plus sign it means they are ord...thats the way I've been taught to represent them haha...the bar on top means the input is inverted
 
heres the revised formula haha

[tex](ab)[/tex][tex]([/tex][tex]\overline c[/tex][tex]+[/tex][tex]\overline d[/tex][tex])[/tex][tex]+[/tex][tex](a+b)[/tex][tex]([/tex][tex]\overline c[/tex][tex]\overline d[/tex][tex])[/tex]
 
DethRose said:
heres the revised formula haha

[tex](ab)[/tex][tex]([/tex][tex]\overline c[/tex][tex]+[/tex][tex]\overline d[/tex][tex])[/tex][tex]+[/tex][tex](a+b)[/tex][tex]([/tex][tex]\overline c[/tex][tex]\overline d[/tex][tex])[/tex]


[tex]\overline{C} + \overline{D}=\overline{CD}[/tex]

[tex](A + B)\overline{CD} + (AB)\overline {CD} = \overline{CD}(AB + A +B )[/tex]

[tex]A + B + AB = A + B[/tex]

[tex]AB(\overline{C} + \overline{D}) + (A+B)(\overline{C}\overline{D}) = (A+B)\overline{CD}[/tex]


ehild
 
that doesn't work because the cd in brackets doesn't have a whole bar on top of it...it is split in half
 
Correctly written, original problem should be:
[tex]AB(\overline{C} + \overline{D}) + (A+B)(\overline{C}\,\overline{D})[/tex]

What if one lets:

[tex]W=AB[/tex]

[tex]X=\overline{C}+\overline{D}[/tex]

[tex]Y=A+B[/tex]

[tex]Z=\overline{C}\,\overline{D}[/tex]


Then the above original expression becomes

(WX) + (YZ)

((WX)+Y)((WX)+Z)

(W+Y)(X+Y)(W+Z)(X+Z)

or

[tex]\Big({(AB)+(A+B)}\Big) \Big({\overline{C}+\overline{D}+A+B}\Big)\Big({AB\overline{C}\,\overline{D}}\Big)\Big(({\overline{C}+\overline{D})\overline{C}\,\overline{D}}\Big)[/tex]

then make use of commutative and associative properties and

a(a+b) = a+(ab) = a

so for example

(AB)+(A+B) = ((AB)+A)+B = A+B

You'll need to do a sanity check on the intermedate relationships (W, X, Y, Z). It's been awhile since I have done this.
 
i have no idea what you are doing there...there has to be a way to do it without having to replace the variables and just using the boolean rules i think
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 15 ·
Replies
15
Views
1K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 20 ·
Replies
20
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
3K