Given diophantine equation $11x+17y +19z =2561$ , which $x,y,z \geq 1$
Find minimum and maximum value of $x+y+z$
I'm start with reduces equation to $11x+17y +19z =2514$ , which help us guarantee that $x,y,z \geq 1$ then set each variable to $0$ to find bound of $x+y+z$
I'm not sure that the solution I did was correct. So, minimum $x+y+z = 137$ and maximum $x+y+z = 231$ ???. sorry for my english and thank you in advance.

From $$11\mid 2561-19z-17y -11(233-2z-2y) = -2+3z+5y$$
we have also $$11 \mid 4(5y+3z-2)-11(z+2y-1)=z-2y+3$$
So $z-2y+3 = 11t$ for some integer $t$. So we have $$z = 2y+11t-3$$ and $$x= 238-5y-19t$$ (from here we get $ 6\leq 238 -19t\implies t\leq 12$ ) so $$x+y+z = 235-2y-8t$$