Rewrite each of these statements so that negations ap- pear only within predicates (that is, so that no negation is outside a quantifier or an expression involving logical connectives).
¬∃y(Q(y) ∧ ∀x¬R(x, y)) = ∀y¬(Q(y) ∧ ∀x¬R(x, y))?
or
∀y¬(Q(y) v ∀x R(x, y))?
My solution manual says the second one, however, I didn't see any parenthesis including the whole term, so shouldn't it be just the negative of the first term, and the second term unaffected?