Find the number of non-negative integer solutions of $a^2$ + $2b$ + $c^3$ + $4ac$ + $d$ = 144 where a,b,c,d $\geqslant$ $0$
I tried by applying $C((n+r-1),(r-1))$.
But by this method it is becoming too lengthy with so many cases. And the time given to solve this question is only 3 mins.
The number of solutions of $2b+d=x$ is known $(x=144)$ etc...
– Toni Mhax Sep 06 '18 at 15:39$a=1$ same $a=2$ same til $a=7$ for $a=8$, $c\in [0,4]$ respecting $ac$ bound and so on. You should find the formula for the number of non-negative integer solutions to $ax+by=n$, $a$ and $b$ coprime, i could give you one (they are not unique).
– Toni Mhax Sep 06 '18 at 16:07