document.write( "Question 541841: construct a truth table q--->(p v~q). and be sure to includ all intermediate steps in your table
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #354340 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( " \r\n" ); document.write( " q--->(p v ~q). \r\n" ); document.write( " \r\n" ); document.write( "p | q | ~q | (p v ~q) | q-->(p v ~q)\r\n" ); document.write( "T | T | F | T | T\r\n" ); document.write( "T | F | T | T | T\r\n" ); document.write( "F | T | F | F | F\r\n" ); document.write( "F | F | T | T | T\r\n" ); document.write( " \r\n" ); document.write( "Rule for ~A : Put the opposite of what A is. \r\n" ); document.write( "Rule for A v B : Put T except when A and B are both F, then put F\r\n" ); document.write( "Rule for A--->B : Put T except when A is T and B is F, then put F\r\n" ); document.write( " \r\n" ); document.write( "Edwin\n" ); document.write( " |