I try to find the number of nonnegative integer solutions of
$\begin{align} & {{x}_{1}}+{{x}_{2}}+{{x}_{3}}+{{x}_{4}}+{{x}_{5}}+{{x}_{6}}=24 \\ & {{x}_{1}}+{{x}_{2}}+{{x}_{3}}>{{x}_{4}}+{{x}_{5}}+{{x}_{6}} \\ \end{align}$
But I don't know how to refer to
${{x}_{1}}+{{x}_{2}}+{{x}_{3}}>{{x}_{4}}+{{x}_{5}}+{{x}_{6}}$
I tried to solve it : $$\begin{align} & {{x}_{1}}+{{x}_{2}}+{{x}_{3}}={{t}_{1}} \\ & {{x}_{4}}+{{x}_{5}}+{{x}_{6}}={{t}_{2}} \\ & {{t}_{1}}+{{t}_{2}}=24 \\ & 13\le {{t}_{1}}\le 24 \\ & 0\le {{t}_{2}}\le 11 \\ & ({{t}^{13}}+{{t}^{14}}+...+{{t}^{24}})(1+t+{{t}^{2}}+...{{t}^{11}})=24 \\ & 12{{t}^{24}} \\ & t{{}_{1}}>{{t}_{2}} \\ & \\ \end{align}$$
And now I am stuck.
An alternate method would be to use symmetry:
We have $\dbinom{29}{5}$ solutions in total, and the number of solutions where $x_1+x_2+x_3=x_4+x_5+x_6$
is given by $\dbinom{14}{2}\dbinom{14}{2}$, since then $x_1+x_2+x_3=12=x_4+x_5+x_6$.
By symmetry, half of the remaining solutions will have $x_1+x_2+x_3>x_4+x_5+x_6$,
so this gives $\displaystyle\frac{1}{2}\left[\binom{29}{5}-\binom{14}{2}\binom{14}{2}\right]=55,237$.