Question 922639: Hi there!
I have been stuck on this one logic problem for the longest time. I am a junior in college and have seen my prof in her office hours every day for the last two weeks to get help, as well as paid tutoring services. It is not clicking for me, and I really need help with this one question:
1) ~H > (~T>R)
2) H v (E>F)
3)~T v E
4) ~ H * D /R v F
Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website!
1) ~H -> (~T -> R)
2) H v (E -> F)
3) ~T v E
4) ~ H * D
/ R v F
-------------------------------------------------------
5) ~H 4 Simplification
6) ~T -> R 1,5 Modus Ponens
7) E -> F 2,5 Disjunctive Syllogism
8) (~T -> R) * (E -> F) 6,7 Conjunction
9) R v F 8,3 Constructive Dilemma
------------------------------------------------------------------------
Let me know if that helps or not. Thanks.
If you need more help, feel free to email me at jim_thompson5910@hotmail.com
My Website: http://www.freewebs.com/jimthompson5910/home.html
|
|
|