I have done similar type of questions before by using the Euclidean Division Lemma/Algorithm to rewrite the equation and then find the solution, but those were problems with only two variables.
In the above equation, as there are three variables, I am confused on how to proceed. Here's what I have tried till now -
$6x + 10y + 15z = -1$
$10y + 3(2x+5z) = -1$
Let $2x+5z = m$. Then, we have $10y + 3m = -1$
For the above equation, we have integral solutions as $y=1$ and $m=-3$.
$2x + 5y = -3$
I am stuck here and unable to find integral solution for x, y. Any help would be greatly appreciated!