document.write( "Question 1151809: using truth tables, decide if each argument is valid. \r
\n" );
document.write( "\n" );
document.write( "p ∨ ∼q
\n" );
document.write( "∼q → p
\n" );
document.write( "∴ p\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #773679 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! \n" ); document.write( "premise1 = p v ~q \n" ); document.write( "premise2 = ~q -> p \n" ); document.write( "conclusion = p\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p is some logical statement that can be either true (T) or false (F) \n" ); document.write( "q is also either T or F \n" ); document.write( "The first two columns of the table below represent the four possible ways to have a T and F combo\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The third column ~q represents the negation of column q. This is the opposite of the q column.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The fourth column has p and ~q in a disjunction. A disjunction is only false when both parts are false; otherwise, it is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The ~q -> p column is only false when ~q is true while p is false, ie in the form T -> F; otherwise it is true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The last column is just a copy of the first column. It's to help set up the conclusion which is often the last column.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Truth Table \n" ); document.write( "
\n" ); document.write( "An invalid argument would be if all the premises were true and they lead to a false conclusion. That doesn't happen here because the first two rows have a true conclusion while the last two rows have not all premises being true.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the argument is valid. \n" ); document.write( " \n" ); document.write( " |