How Do You Simplify Complex Boolean Expressions?

Click For Summary

Homework Help Overview

The discussion revolves around simplifying complex Boolean expressions using Boolean algebra and Karnaugh maps. The original poster presents two specific problems involving Boolean expressions and seeks assistance in simplifying them.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss various attempts at simplifying the expressions, with some expressing uncertainty about their results. Questions arise regarding the application of Boolean algebra rules and the correctness of specific steps taken in the simplification process.

Discussion Status

There is an ongoing exploration of the simplifications, with some participants providing feedback on each other's attempts. Suggestions for using specific laws, such as De Morgan's law and the associative law, are mentioned, indicating a collaborative effort to clarify the reasoning behind the steps taken.

Contextual Notes

Participants note the use of Boolean algebra rules and De Morgan's law as foundational tools for the simplifications. There is also mention of uncertainty regarding the correctness of certain steps and the potential for alternative approaches.

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.
 

Similar threads

Replies
15
Views
29K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
9K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
15K
  • · Replies 12 ·
Replies
12
Views
3K