Which statement below is logically equivalent to the statement above?
A) If students do not go to the lab, then it is not raining.
B) If students do not go to the lab, then it is raining.
C) If it is raining, then students go to the lab.
D) If it is not raining, then students do not go to the lab.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the statement "Student go to the lab" be P, and "it is raining" be Q. The notation is P ⇒ Q . Now, put other choices into the notation
A) ∼ P ⇒ ∼ Q
B) ∼ P ⇒ Q
C) Q ⇒ P
D) ∼ Q ⇒ ∼ P
The very basic approach to find the equivalence to the original statement is to check every truth value possible for smaller statement, but in this short solution, we will set P as True and Q as False (hence P ⇒ Q is false )
A) ∼ P ⇒ ∼ Q
B) ∼ P ⇒ Q
For the first two, since P is true, then ~P is false, but since F ⇒ ( T / F ) will always be true, it contradicts our position that the sentence is false, and hence these two are not the correct choice
C) Q ⇒ P
Similarly to the above two, but we only switch Q (which is false) to the cause. This one is also not correct.
D) ∼ Q ⇒ ∼ P
This is the only correct option, which can be proven with truth table. Its properties is known as contraposition .