Logic Gates/ Truth Tables Trouble

  • Thread starter Thread starter Diearduk
  • Start date Start date
  • Tags Tags
    Logic Logic gates
Click For Summary

Discussion Overview

The discussion revolves around the creation and interpretation of truth tables for Boolean equations, specifically focusing on the equation K = (X + Y) . (X . Y). Participants are addressing issues related to constructing accurate truth tables and understanding the underlying logic.

Discussion Character

  • Homework-related
  • Technical explanation
  • Conceptual clarification

Main Points Raised

  • Diearduk expresses confusion regarding a truth table for the Boolean equation K = (X + Y) . (X . Y) and requests assistance in identifying errors and understanding the process.
  • Chiro points out that Diearduk's truth table is incorrect due to inconsistent use of X and Y values across operations and provides a corrected truth table with an additional variable Z representing NOT X.
  • Chiro suggests using distributive laws to verify the truth table results, indicating a method for checking the correctness of the table.
  • Diearduk seeks clarification on whether the variable Z in Chiro's table corresponds to K or is simply an additional variable introduced for simplification.
  • Another participant confirms that Z is indeed NOT X and serves to clarify the simplification process in the context of the discussion.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the correctness of Diearduk's initial truth table, as Chiro identifies errors. However, there is no agreement on the overall understanding of the concepts, as Diearduk expresses confusion and seeks further clarification.

Contextual Notes

Diearduk mentions a lack of effective teaching from a lecturer, which may contribute to the confusion experienced by the class regarding Boolean logic and truth tables.

Who May Find This Useful

Students studying Boolean algebra, truth tables, or those preparing for exams in mathematics or computer science may find this discussion relevant.

Diearduk
Messages
2
Reaction score
0
Hey guys I am having todo a resit paper for a maths module i failed and I've come up against a question on my paper where I am stomped and don't know if I am down the right road or not. Its truth tables from Boolean equations.

Question was:

K = ( X + Y) . (X . Y)

I Came up with:

Code:
K [U][B]X[/B][/U] Y | X Y K | K
1 0 0   1 1 1   1
1 1 1   0 0 0   0
1 0 1   1 0 0   0
0 1 0   0 1 0   0

Answer would be handy if i could get it and also where I've gone wrong and how todo it as there's a few more like this and worse. I've bolded and underlined for Inverted attributes as the forum code doesn't let me space out to do the _ sign midline.
Thanks
 
Last edited by a moderator:
Physics news on Phys.org
Hey Diearduk and welcome to the forums.

Your table is wrong: you need to use the same x and y values for each operation. I will create a new table and create an extra variable corresponding to the inverted X.

Code:
X Y Z = NOT X |  Z OR Y | X AND Y | (Z OR Y) AND (X AND Y)
0 0  1           1            0                  0
0 1  1           1            0                  0
1 0  0           1            0                  0
1 1  0           1            1                  1

We can use distributive laws to show that:

(NOT X + Y) . (X . Y) = (NOT X).X.Y + Y.X.Y = X.Y which is what we got above.

You should use these kinds of simplifications to give another check of whether you get something symbolic that matches up with your truth table.
 
Thanks Chiro, This forum and community looks great. Glad i could find it and thanks for your help :) Quick question tho was the Z meaning K? or was that the extra variable you made? i had a lecturer who really didnt educate anyone and just rambled on without explaining things :( meaning my whole class is pretty much as stomped as me.
 
Diearduk said:
Thanks Chiro, This forum and community looks great. Glad i could find it and thanks for your help :) Quick question tho was the Z meaning K? or was that the extra variable you made? i had a lecturer who really didnt educate anyone and just rambled on without explaining things :( meaning my whole class is pretty much as stomped as me.

Look at his table. He specifically says Z=not X. It's just to make the simplification look less confusing.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
5K
Replies
9
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 7 ·
Replies
7
Views
8K