document.write( "Question 174925This question is from textbook Integrated Mathematics
\n" );
document.write( ": Present a formal proof in logic, using the laws of inference to reace the conclusion.\r
\n" );
document.write( "\n" );
document.write( "P-->A
\n" );
document.write( "G-->~R
\n" );
document.write( "A-->R
\n" );
document.write( "G v H
\n" );
document.write( "P
\n" );
document.write( "------
\n" );
document.write( "Therefore : H \n" );
document.write( "
Algebra.Com's Answer #130325 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! This may not be the most eloquent proof, and I'm sure there are many others, but here is one version that works:\r \n" ); document.write( "\n" ); document.write( "Since G -> ~R we have that R -> ~G. \n" ); document.write( "Since P -> A and A -> R and R -> ~G, we have P -> ~G. Since G V H and P is true, then H must be true. (Not G is true, so to make G V H true, H must be true). Hope this helps! \n" ); document.write( " |