Reply

shunhe January 28, 2021
Hi @Brady,Thanks for the question! So let’s say you have
P: ~A —> ~B
P: ~B —> C
P: C —> X
C: ?
We want to try to find the conclusion, right? So let’s try to put as many premises together as possible. Note that the first, second, and third premises can all be chained together as follows:
~A —> B —> C —> X
which is just the transitive property. That allows us to conclude??~A —> X
which should be the conclusion. If it said you were wrong, it might have wanted the contrapositive, which is just
~X —> A
And you were actually right, since those statements mean the same thing.
Hope this helps! Feel free to ask any other questions that you might have.