document.write( "Question 179086This question is from textbook
\n" );
document.write( ": Construct a truth table for not(p and q)\r
\n" );
document.write( "\n" );
document.write( "can you explain please \n" );
document.write( "
Algebra.Com's Answer #134043 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! P... Q... (P&Q).. -(P&Q) \n" ); document.write( "T... T....... T........... F \n" ); document.write( "T... F....... F........... T \n" ); document.write( "F... T....... F........... T \n" ); document.write( "F... F....... F........... T\r \n" ); document.write( "\n" ); document.write( "(P&Q) is only true when both P and Q are true, otherwise the value is false. \r \n" ); document.write( "\n" ); document.write( "Not (P&Q) takes values opposite of (P&Q) (False becomes true, true becomes false). \n" ); document.write( " |