document.write( "Question 588459: construct a truth table for the following:
\n" );
document.write( "1. ~p-> q
\n" );
document.write( "2. ~(p->q) \n" );
document.write( "
Algebra.Com's Answer #374510 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! # 1\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "========================================================================\r \n" ); document.write( "\n" ); document.write( "# 2\r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Notes:\r \n" ); document.write( "\n" ); document.write( "1) ~p is the opposite of p. So if p is true, then ~p is false. If p is false, then ~p is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2) p -> q is only false when both p is true and q is false. Otherwise, p -> q is true. \n" ); document.write( " |