Analyze the logical forms of the following statements: (a) Alice and Bob are not both in the room.
(b) Alice and Bob are both not in the room.
I don't feel the difference between both statements.
My solution is:
a)¬(A ∧ B)
b)(¬A ∧ ¬B)
Am i right? If not, can you explain why my solution is wrong? If I am right, explanation would be appreciated.