If p and q are both true, then
![\neg p \implies q](https://tex.z-dn.net/?f=%20%5Cneg%20p%20%5Cimplies%20q%20)
is an implication of the form
![F \implies T](https://tex.z-dn.net/?f=%20F%20%5Cimplies%20T%20)
which is true, because every implication starting with false is true, i.e.
![F \implies T = T,\quad F \implies F = T](https://tex.z-dn.net/?f=%20F%20%5Cimplies%20T%20%3D%20T%2C%5Cquad%20F%20%5Cimplies%20F%20%3D%20T%20)
So, we're looking for an expression evaluating to true. Let's see what we have:
A) is an AND proposition. Logical AND is true only if both parts are true. So, you have
![\neg P \land \neg Q = F \land F = F](https://tex.z-dn.net/?f=%20%5Cneg%20P%20%5Cland%20%5Cneg%20Q%20%3D%20F%20%5Cland%20F%20%3D%20F%20)
So it's not the right option.
B) is an OR proposition. Logical OR is true whenever one of the two parts is true. So, you have
![\neg P \lor\neg Q = F \lor F = F](https://tex.z-dn.net/?f=%20%5Cneg%20P%20%5Clor%5Cneg%20Q%20%3D%20F%20%5Clor%20F%20%3D%20F%20)
So it's not the right option.
C) is again an AND proposition. You have
![P \land \neg Q = T \land F = F](https://tex.z-dn.net/?f=%20P%20%5Cland%20%5Cneg%20Q%20%3D%20T%20%5Cland%20F%20%3D%20F%20)
So this is not the right option.
D) Finally, the last one is again an implication, and again it starts with false:
![\neg Q \implies P = F \implies T = T](https://tex.z-dn.net/?f=%20%5Cneg%20Q%20%5Cimplies%20P%20%3D%20F%20%5Cimplies%20T%20%3D%20T%20)
So this is true, and thus is the correct option.