document.write( "Question 1136982: What is the true statement of the following equivalence. Not(p Or q) Equivalent (Not p And Not q ) \n" ); document.write( "
Algebra.Com's Answer #754813 by MathLover1(20850)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "¬(p ∨ q)⧦¬p ∧ ¬q is a tautology\r \n" ); document.write( "\n" ); document.write( "p | q |¬(p ∨ q) ⧦¬p ∧ ¬q \n" ); document.write( "T | T | T \n" ); document.write( "T | F | T \n" ); document.write( "F | T | T \n" ); document.write( "F | F | T \n" ); document.write( " |