I know $\exists x(P(x) \land Q(x))$ isn't the same as $\exists x P(x) \land \exists x Q(x)$. This is because the first sentence means that the same object makes P(x) and Q(x) true, and the second sentence allows for different elements to make P(x) and Q(x) true.
But if Q means, for instance, "the pizza is cold", is $\exists x P(x) \land \exists x Q$ equivalent to $\exists x(P(x) \land Q)$, since the bound variable $x$ is irrelevant to "the pizza is cold"?
I think the question amount to whether or not "there is some x such that the pizza is cold" is a valid sentence in logic.