document.write( "Question 1032209: how to solve this logic proof
\n" );
document.write( "(1)(I&E)>~F
\n" );
document.write( "(2)Fv(G&H)
\n" );
document.write( "(3)I=E /(conclusion) I>G\r
\n" );
document.write( "\n" );
document.write( "(Key: \"&\"= and, \">\"= if_then_, \"~\"= not, \"v\"= or, \"=\"= if and only if \n" );
document.write( "
Algebra.Com's Answer #646920 by robertb(5830)![]() ![]() You can put this solution on YOUR website! 1. Fv(G&H) ------------------------hypothesis \n" ); document.write( "2. (FvG)&(FvH) ---------------------distributivity \n" ); document.write( "3. FvG --------------------------simplification \n" ); document.write( "4. ~F > G ------------------------material implication \n" ); document.write( "5. (I&E)>~F -----------------------hypo. \n" ); document.write( "6. (I&E)> G ----------------------hypothetical syllogism on #4 and #5 \n" ); document.write( "7. (I&I)> G ---------------------- logical equivalence of I and E \n" ); document.write( "8. I > G -------------------------idempotent law \n" ); document.write( " |