Final answer:
The equivalent logical expression to ¬∃x(p(x)∧q(x)) is ∀x(¬p(x)∨¬q(x)), according to De Morgan's laws.
The correct answer is 1).
Step-by-step explanation:
The student is asking for the equivalent logical expression to ¬∃x(p(x)∧q(x)), which in plain language means 'there is no x for which both p(x) and q(x) are true'. To find an equivalent expression, we can use De Morgan's laws. De Morgan's laws state that the negation of an existential quantifier combined with a conjunction is equivalent to a universal quantifier combined with a disjunction of the negations. This gives us the expression ∀x(¬p(x)∨¬q(x)), which translates back to 'for all x, either p(x) is not true or q(x) is not true'.
Therefore, the equivalent logical expression is Option 1: ∀x(¬p(x)∨¬q(x)).