I have taken the following approach using combinations.
I am considering $2y$ to be one object say $k$.
So now I will have the equation : $x+k+z = 100$
and the conditions : $x,z \geq1 $ and $k \geq2$.
Then in order to use the formula for distributing $n$ alike objects I convert this equation into
$X+K+Z =96$
where $X = x-1, K = k-2, Z = z-1$
and $X, Y, Z \geq0$
Now applying the formula for distribution of $n$ alike objects which is :
$\frac{(n+r-1)!} {n!(r-1)!} $
$\frac{(96+3-1)! }{96!(3-1)!} = 4753$
But the answer is supposed to be $2401$
Why is this method wrong and what is the right way for solving this problem?