document.write( "Question 884149: Please answer using the 1st eight rules of formal logic
\n" ); document.write( " 1. N ⊃ (D • W)
\n" ); document.write( " 2. D ⊃ K
\n" ); document.write( " 3. N / N • K
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #534027 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
I'm going to use \"->\" in place of the horseshoe symbol.
\n" ); document.write( "I'm going to use \"&\" in place of the dot\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "1.  N -> (D & W)\r\n" );
document.write( "2.  D -> K\r\n" );
document.write( "3.  N                 / N & K\r\n" );
document.write( "-------------------------------------------------------\r\n" );
document.write( "4.  D & W                  1,3   Modus Ponens\r\n" );
document.write( "5.  D                      4     Simplification\r\n" );
document.write( "6.  K                      2,5   Modus Ponens\r\n" );
document.write( "7.  N & K                  3,6   Conjunction\r\n" );
document.write( "
\n" ); document.write( "
\n" );