How Do You Simplify Complex Boolean Expressions?

mad_monkey_j
Messages
33
Reaction score
0

Homework Statement



1.
Simplify the following problem using boolean algebra:
(p+q'r')(p'q'+r)

2.
Use algebra or karnaugh maps to simplify the following circuit:
(z+xy')+yx+xzy'

Homework Equations


Boolean algebra rules and demorgan's law

The Attempt at a Solution



1. (p+q'r')(p'q'+r)
=pq'p'+pr+q'r'p'q'+q'r'r
=0q'+pr+'q'r'p+0q
=pr+q'r'p'
=0r+q'r'
=00+q'
=q'
Not sure if correct

2.(z+xy')+yx+x(z+y')
=zxy'+yx+xzy'
=zxy'+1x+xz
=x(zy'+z)
=xz
Not sure about this one either
 
Last edited:
Physics news on Phys.org
mad_monkey_j said:

Homework Statement



1.
Simplify the following problem using boolean algebra:
(p+q'r')(p'q'+r)

2.
Use algebra or karnaugh maps to simplify the following circuit:
(z+xy')+yx+xzy'


Homework Equations


Boolean algebra rules and demorgan's law


The Attempt at a Solution



1. (p+q'r')(p'q'+r)
=pq'p'+pr+q'r'p'q'+q'r'r
=0q'+pr+'q'r'p+0q
=pr+q'r'p'
OK to there. Then next equation is wrong. Use the identity a + a'b = a + b.
=0r+q'r'
=00+q'
=q'
Not sure if correct

2.(z+xy')+yx+x(z+y')
=zxy'+yx+xzy'

What rule did you use to get that step?
 
So i get
pr+q' for the first one
and i used demorgan's law to get to the second step in the second question
 
mad_monkey_j said:
So i get
pr+q' for the first one
and i used demorgan's law to get to the second step in the second question

Actually, after looking at it a bit more leisurely than I did this morning, I think you should have just stopped at pr + q'r'p' which is correct. I don't think my suggestion was good.

For the second one, use the associative law to group the two center terms first to get started.
 
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