Question

I am having a hard time trying to understand how to to create a truth table....

I am having a hard time trying to understand how to to create a truth table. It would help if you could also explain what you did too. Thank you in advance.

1) Construct a truth table for the following:

a) f(x,y)= xy+xy’         b) f(x,y,z)= x'yz' + x'yz + xy'z' + xyz' + xyz

Homework Answers

Answer #1

Truth table for xy: If x and y both are true then only xy is true.

x

y

xy

0

0

0

0

1

0

1

0

0

1

1

1

Truth table of x + y: If either x or y is true then x + y is true.

x

y

x + y

0

0

0

0

1

1

1

0

1

1

1

1

Truth table of x': If x is not true then x' is true

x

x'

0

1

1

0

a) f(x,y) = xy + xy'

Truth Table:

x

y

y'

xy

xy'

xy + xy’

0

0

1

0

0

0

0

1

0

0

0

0

1

0

1

0

1

1

1

1

0

1

0

1

b) f(x,y,z) = x'yz' + x'yz + xy'z' + xyz' + xyz

Truth Table:

x

y

z

x'

y'

z'

x'yz'

x'yz

xy'z’

xyz'

xyz

f(x,y,z)

0

0

0

1

1

1

0

0

0

0

0

0

0

0

1

1

1

0

0

0

0

0

0

0

0

1

0

1

0

1

1

0

0

0

0

1

0

1

1

1

0

0

0

1

0

0

0

1

1

0

0

0

1

1

0

0

1

0

0

1

1

0

1

0

1

0

0

0

0

0

0

0

1

1

0

0

0

1

0

0

0

1

0

1

1

1

1

0

0

0

0

0

0

0

1

1

If you're still having any doubt then please feel free to ask in the comment section.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
So I am having a really hard time on my investments homework. I would be grateful...
So I am having a really hard time on my investments homework. I would be grateful to just see examples like these so that I understand how to do them. My textbook is no help. 2.         XYZ stock traded last at $30.00 per share. Provide an example of a buy limit order that you might place, and indicate how it would work.         b.    Suppose you bought XYZ's stock at $30.00 per share. Explain the stop order that...
I am having a hard time with working through Weighted Average Cost of Capital (WACC) on...
I am having a hard time with working through Weighted Average Cost of Capital (WACC) on a project and was curious if anyone could help me better understand it to get through my work. (I am also doing this with the company's income statement and balance sheet if that makes a difference). I need to find: 1. the firm's before-tax and after-tax component cost of debt. 2. estimate the firms component cost of preferred stock 3. and use CAPM, DCF...
Hello! I hope you are healthy and well! I am hoping that this message finds you...
Hello! I hope you are healthy and well! I am hoping that this message finds you happy and content! I am having trouble solving this 5-part practice problem. I would greatly appreciate any and all help that you could lend! Thanks in advance! Given that A and B are true and X and Y are false, determine the truth values of the propositions in the following problem: ∼[(B • ∼X) ⊃ ∼(Y • ∼B)] ⊃ [∼(X ⊃ A) ∨ (B...
I am trying to figure out how to find the test statistic using Excel. I understand...
I am trying to figure out how to find the test statistic using Excel. I understand the formula- that I need to use parameter 'p' and 'normal distribution' ….z= sample proportion and minus the 'population portion' then we divide p*q and divide n -sample size. I understand how to populate the data in the formula. I just can't figure out how to solve this using Excel. (my only option with my class) I need step by step directions if possible....
Hello, Please explain this question, I am having a hard time to understand the question correctly...
Hello, Please explain this question, I am having a hard time to understand the question correctly It is established that training goals and objectives are necessary for training design and to ensure appropriate learner outcomes. How can we determine what our learner outcome(s) should be? And how does this translate into a solid training goal and objectives?
Hello i am having a hard time solving the following physical chemistry question: Estimate the number...
Hello i am having a hard time solving the following physical chemistry question: Estimate the number of photos generated by your favorite FM Station that is assumed to ave a power of 45kW. (If you do not listen to any FM station, assume the transmission frequencey of 98.4 MHz). Also comment on whether photons will be emitted from an AM broadcast. Please include step by step. Thank you!
Hi, I am stuck and am trying to create a loop for this question: Create a...
Hi, I am stuck and am trying to create a loop for this question: Create a program that outputs the state of water (liquid, solid or gas) based on the following temperatures (degrees C): -25, 120, -11, 55, 99, 155, 133, 11. Thank you!
Hi, 1. I need to write my unknown lab report, but I am having a hard...
Hi, 1. I need to write my unknown lab report, but I am having a hard time confirming if Bacillus megatherium is an obligate aerobe or facultative anaerobe? 2. does bacillus megatherium produce any pigmentation? 3. how does it grow on slant and broth culture? thank you!
Hello, below is the STATA question i am having trouble with. I understand you dont have...
Hello, below is the STATA question i am having trouble with. I understand you dont have the dataset, however, is there any help you may please provide? Maybe the commands in STATA needed for this problem? Thank you. Please download the hprice dataset (housing prices) and answer the following questions: 1. Run a regression where your x variable is age and your y variable is price. a) What is the null hypothesis? Alternate hypothesis? b) Do you expect the coefficient...
I am very new to coding and I am trying to understand how I can go...
I am very new to coding and I am trying to understand how I can go about connecting my Java Program to my Java GUI? I built my JAVA program using eclipse, I created a database using mysql workbench and connected the two (java program and mysql database). I also created two GUI interfaces using Netbeans but Im not sure how to bring these together?