Let's assume $a+b+c+d$ is an integer multiple of $5$, that is
$$a+b+c+d=5m-------(1)$$
For all integer $m,$
where $5$ does not divide any of $a,b,c$ and $d$. What are all the sets of values of $a,b,c,d$?
The sets I could find are:
$$5w+1, 5x+1, 5y+1, 5z+7.$$ $$5w+1, 5x+1, 5y+4, 5z+4.$$ $$5w+1, 5x+2, 5y+3, 5z+4.$$ $$5w+2, 5x+2, 5y+2, 5z+4.$$ $$5w+2, 5x+2, 5y+3, 5z+3.$$ $$5w+3, 5x+3, 5y+3, 5z+1.$$ $$5w+4, 5x+4, 5y+4, 5z+3.$$ For all integers $w,x,y,z.$
Are the sets I have listed above sufficient for (1)? If not, please give a counter example.