document.write( "Question 1003091: Given: If Alex does not score well on his final exams and Alex does not earn an academic scholarship, the he does not go to college. If Alex does not study, then he does not score well on his final exams. if Alex gets involved in too many extracurricular activities, then Alex does not study. Alex gets involved in too many extracurricular activities. Alex goes to college.
\n" );
document.write( "Let C represent: \"Alex goes to college\"
\n" );
document.write( "Let E represent: \"Alex earns an academic scholarship\"
\n" );
document.write( "Let F represent: \"Alex scores well on his final exams\"
\n" );
document.write( "Let S represent: \"Alex studies\"
\n" );
document.write( "Let X represent: \"Alex gets involved in too many extracurricular activities\"\r
\n" );
document.write( "\n" );
document.write( "Prove: Alex earns an academic scholarship \n" );
document.write( "
Algebra.Com's Answer #619892 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website!
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We have these premises \n" ); document.write( "(~F * ~E) -> ~C \n" ); document.write( "~S -> ~F \n" ); document.write( "X -> ~S \n" ); document.write( "X \n" ); document.write( "C\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The goal is to prove E. One way to do it is to use a derivation table and follow the rules of inference/rules of replacement \n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Abbreviations used:\r \n" ); document.write( "\n" ); document.write( "MP = Modus Ponens \n" ); document.write( "MT = Modus Tollens \n" ); document.write( "DN = Double Negation \n" ); document.write( "DM = De Morgan's Law \n" ); document.write( "DS = Disjunctive Syllogism \n" ); document.write( " |