SOLUTION: 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

Algebra ->  Geometry-proofs -> SOLUTION: 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       Log On


   



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.
Let C represent: "Alex goes to college"
Let E represent: "Alex earns an academic scholarship"
Let F represent: "Alex scores well on his final exams"
Let S represent: "Alex studies"
Let X represent: "Alex gets involved in too many extracurricular activities"
Prove: Alex earns an academic scholarship

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
Original StatementTranslation
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.(~F * ~E) -> ~C
If Alex does not study, then he does not score well on his final exams.~S -> ~F
if Alex gets involved in too many extracurricular activities, then Alex does not study.X -> ~S
Alex gets involved in too many extracurricular activities.X
Alex goes to college.C


We have these premises
(~F * ~E) -> ~C
~S -> ~F
X -> ~S
X
C


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
NumberStatementLines UsedReason
1(~F * ~E) -> ~C
2~S -> ~F
3X -> ~S
4X
5C
:.E
6~S3,4MP
7~F2,6MP
8~~C5DN
9~(~F * ~E)1,8MT
10~~F v ~~E9DM
11F v E10DN
12E11,7DS


Abbreviations used:
MP = Modus Ponens
MT = Modus Tollens
DN = Double Negation
DM = De Morgan's Law
DS = Disjunctive Syllogism