Help with Truth Tables

Status
Not open for further replies.

armin999

New Member
is any body know how to simplify this truth table with boolean algebra
 

Attachments

  • Truth_table.gif
    1.8 KB · Views: 275
armin999,

According to the title description, the third line of your truth table, the result of P=F and Q=T, should be FALSE. After correcting the truth table, it is easily seen to be a description of a 2-input Exclusive-NOR gate. **broken link removed**

Ratch
 
armin999

Please use meaningful titles for your posts.
 
Result= Q + NOT(P) ..

Result= NOT(P.NOT(Q))

Draw the truth table, P in columns and Q in lines (or the opposite), fill with "1" and "0" and it should be obvious.
 
1) Result=not(p) or (P and Q)
2) Distribute not(p): result=(not(p) or p) and (not(p) or q)
3) Use identities: result=1 and (not(p) or q)
4) Simplify: result= not(p) or q.
 
Last edited:
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…