Finding the no. of non negative integral solutions to $x+y+2z=33$.
I tried many pure combinatorial approaches (I don't like making individual cases, too long). But they went in vain. I was just pondering, when randomly, a thought came to my mind.
$$x+y+2z=33$$
$$x+2y+z=33$$
$$2x+y+z=33$$
All would have the same number of solutions (integral). So if we add them up, then also, the solutions would remain the same.
$$4x+4y+4z=99$$
$$x+y+z=24.75$$
Taking the floor of the right side (random), we get $x+y+z=24$.
Then, the number of solutions would be ${26\choose2}$. But it is incorrect. So, what can I employ.