I’m a bit confused as to how I should translate the following sentence:
- Neither Ana nor Bob can do every exercise but each can do some.
I've identified the atomic sentences $A$ = Ana can do every exercise and $B$ = Bob can do every exercise, and managed to translate the first part into $(\sim A \;\& \sim B),$ but I don't know how to go about "each can do some".
You are supposed to use quantifiers. Hence, you might want to define $A(x)$ as "Anna can do exercise x" and $B(x)$ as "Bob can do exercise x".
The second part of your sentence can now be translated as $\exists x A(x) \wedge \exists y B(y).$ I will let you translate the first part.