Answer
¬ → ↔ p ∨ q p ∧ q
a) p ∧ q
b) p ∧ ¬q
c) ¬p ∧ ¬q
d) p ∨ q
e) p → q
f) p ⊕ q
g) p ↔ q
Work Step by Step
f) It is quite clear from the sentence in English that an exclusive XOR must be employed here. However, if we want to disassemble step by step that sentence, we see that it can be represented as
(p ∨ q) ∧ (p → ¬q).
For this proposition to be true, one between p and q has to be true (so that the first member is true), but the other ought to be false (otherwise, with both p and q true, the second member will be false).
In other words, it is equivalent to the proposition p ⊕ q.