- #1
mad_monkey_j
- 33
- 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: