document.write( "Question 1050795: Good morning sir's and ma'ams..Kindly help me answer the following:
\n" );
document.write( "Construct a formal proof of validity for each argument..
\n" );
document.write( "1. A => B
\n" );
document.write( " A v (C ^ D)
\n" );
document.write( " -B ^ -E
\n" );
document.write( " Therefore C.
\n" );
document.write( "2. W => X
\n" );
document.write( " (W ^ X)=>Y
\n" );
document.write( " (W ^ Y)=>Z
\n" );
document.write( " Therefore W => Z. \n" );
document.write( "
Algebra.Com's Answer #666424 by robertb(5830)![]() ![]() You can put this solution on YOUR website! I will do #1 only. I leave the second to you.\r \n" ); document.write( "\n" ); document.write( "1. A v (C ^ D)-------------hypothesis \n" ); document.write( "2. (A v C) ^ (A v D)-------distributivity \n" ); document.write( "3. A v C ------------------simplification \n" ); document.write( "4. A-> B -----------------hypothesis \n" ); document.write( "5. ~B -> ~A ---------------contrapositive of #4 \n" ); document.write( "6. ~B ^ ~E ---------------hypothesis \n" ); document.write( "7. ~B -------------------simplification \n" ); document.write( "8. ~A -------------------modus ponens from #5 and #7 \n" ); document.write( "9. C ---------------------disjunctive syllogism from #3 and #8 \n" ); document.write( " \n" ); document.write( " |