MHB Product of Sums Minimization KMap (Problem #2)

AI Thread Summary
The discussion centers around verifying the minimal Product of Sums (POS) equation derived from a Karnaugh Map. The original poster presents their equation as (\bar{z})(\bar{y} + w + \bar{x}) and questions the correctness of their grouping, particularly whether to include the bottom left 0 and D in their group of 8. They note that the Karnaugh Map image should be rotated 90 degrees clockwise for proper orientation. The context is clarified as a practice exam, not graded, and the instructor encourages seeking help, including online resources. The conversation emphasizes the importance of academic honesty while discussing the use of tools like table functions for solving the problem.
shamieh
Messages
538
Reaction score
0
Write out the minimal Product of Sums (POS) equation with the following Karnaugh Map. Just need someone to check my work please. I am questioning my self on my grouping. Did I group correctly or should I have grouped the bottom left 0 and D versus the 0 in the group of 8? Thanks for your time.

My Answer: $$(\bar{z})(\bar{y} + w + \bar{x})$$
View attachment 1417
 

Attachments

  • photo(1).JPG
    photo(1).JPG
    32.8 KB · Views: 86
Technology news on Phys.org
Just to let you know, at least for me, the image should be rotated 90 degrees clockwise to be oriented correctly. :D

In fact, it might be easier to just use the table functions on our toolbar:

[TABLE="class: grid, width: 250"]
[TR]
[TD]YZ
[/TD]
[TD]00
[/TD]
[TD]01
[/TD]
[TD]11
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]00
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]01
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]11
[/TD]
[TD]0
[/TD]
[TD]d
[/TD]
[TD]d
[/TD]
[TD]0
[/TD]
[/TR]
[TR]
[TD]10
[/TD]
[TD]d
[/TD]
[TD]0
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[/TABLE]

I see that 5 points are associated with this problem in the image...is this part of a graded assignment? If so, has your instructor given you permission to seek outside help with it?
 
MarkFL said:
Just to let you know, at least for me, the image should be rotated 90 degrees clockwise to be oriented correctly. :D

LOL hahahaha:D:D

No it's not a graded assignment. It's a "practice exam" just to give us something to look at before the real Exam which isn't until Wednesday. Thus the "5pts etc" next to the questions, it was one of his real exams from last year. Oh of course, he encourages us to seek help. He literally told us in class the other day to look for help on Google lol.
 
shamieh said:
LOL hahahaha:D:D

No it's not a graded assignment. It's a "practice exam" just to give us something to look at before the real Exam which isn't until Wednesday. Thus the "5pts etc" next to the questions, it was one of his real exams from last year. Oh of course, he encourages us to seek help. He literally told us in class the other day to look for help on Google lol.

Okay, thank you for letting me know...we value academic honesty very highly here, and so it is my duty to ask. :D
 
Good to know about the table feature. Lol(Clapping)
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
3
Views
3K
Replies
1
Views
2K
Replies
4
Views
2K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
4K
Replies
6
Views
3K
Back
Top