document.write( "Question 189540: 3) I can only use the 8 rules of inference...\r
\n" );
document.write( "\n" );
document.write( "1. (M v N) → ~S
\n" );
document.write( "2. T → (M v N)
\n" );
document.write( "3. ~S → ~(M v N) / T → ~(M v N)\r
\n" );
document.write( "\n" );
document.write( "________________________
\n" );
document.write( " 4.
\n" );
document.write( "5.
\n" );
document.write( "6.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #142225 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! In this proof, all we've used is a hypothetical syllogism. This is like saying \"if it rains, then it gets wet outside. If it gets wet outside, then the roads will be slippery. Therefore, if it rains, the roads will be slippery.\". Symbolically, this means that \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p -> q \n" ); document.write( "q -> r \n" ); document.write( "therefore: p -> r\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You'll find that you'll use this rule quite often.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "1. (M v N) -> ~S\r\n" ); document.write( "2. T -> (M v N)\r\n" ); document.write( "3. ~S -> ~(M v N) / T -> ~(M v N) \r\n" ); document.write( "-------------------------------------\r\n" ); document.write( "4. (M v N) -> ~(M v N) 1,3 Hypothetical Syllogism \r\n" ); document.write( "5. T -> ~(M v N) 2,4 Hypothetical Syllogism \r\n" ); document.write( "\n" ); document.write( " |