I want to know how these two statements are not logically equivalent. From what I have done I am getting them as logically equivalent. I have started as letting $P(x) = x$ is even and $Q(y) = y$ is odd.
For your convience if you want to copy the question $\exists x(P(x) ⊕ Q(x))$ and (\exists x P(x)) ⊕ (\exist x Q(x))$
⊕ = exclusive or
The number 4 is even and not odd. Therefore $P(4) \oplus Q(4)$ is true. Therefore $\exists x(P(x) \oplus Q(x))$ is true, as witnessed by $x=4$.
$\exists x P(x)$ is true, as witnessed by $x=4$. $\exists x Q(x)$ is true, as witnessed by $x=3$. Since both are true, $(\exists x P(x)) \oplus (\exists x Q(x))$ is false.
Since one statement is true and the other is false, they are not logically equivalent.