Simplifying this equation using Boolean Algerbra

  • Thread starter Thread starter Ese
  • Start date Start date
  • Tags Tags
    Simplifying
Ese
Messages
6
Reaction score
0

Homework Statement


Where
. or SPACE (" ") = AND
+ = OR
` = NOT (Complementary)


Homework Equations


I've been having problems with the second question of my assignment. Here's the equation:
[( a + bc ) + ( b` + a'c )]' = F


The Attempt at a Solution


So far, all I've done is this:
[( a + bc ) + ( b` + a'c )]'
= [(aa+ac+ba+bc) + (b'b' + b'c + a'b' + a'c)]'
= [a+...

Now I'm stuck. Please help me out. :(
 
Physics news on Phys.org
Ese said:
[( a + bc ) + ( b` + a'c )]' = F

Is it [( a + bc ) + ( b' + a'c )]'?

Ese said:

The Attempt at a Solution


So far, all I've done is this:
[( a + bc ) + ( b` + a'c )]'
= [(aa+ac+ba+bc) + (b'b' + b'c + a'b' + a'c)]'
= [a+...

I do not understand what you did. Try to simplify the expression between the square brackets. Do you know the relation a+a'c=a+c? Do you know De Morgan's laws?

ehild
 
I tried this:

= [(aa+ac+ba+bc) + (b'b' + b'c + a'b' + a'c)]'
= [a+...

[( a + bc ) + ( b` + a'c )]' = F
= (a+bc)' + (b'+a'c)'
= (a'+(bc)') + (b+(a'c)')
= a.b'c' + b'.ac'
= ab'c' + b'ac'
= ab'c'

Is this correct?
 
One thing you did wrong was that you forgot to change the symbols for the " ' " equations

ex: (a + b)' = a'b'

So, for your first couple lines:

[( a + bc ) + ( b` + a'c )]'

= (a+ bc)'(b'+ a'c)'
= (a'(bc)')(b(a'c)')
= ...
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top