Original problem
Show that there are exactly 16 pairs of integers $(x,y)$ such that $11x+8y+17=xy$.
My work
From case by case analysis I come to know that the equation will hold if and only if $x$ is odd and $y$ is even.
Also I found that $(8-x)|(11x+17)$ and $(11-y)|(8y+17)$
This is all what I have found.
Please see that my work are right or not.
This is a new kind of question which I have encountered so please help me is solving this problem.
Given $a,b,c$ three integers, the idea when you have an equation of the form: $$xy=ax+by+c$$ to solve if for unknown integers $x,y$ is to do the following factorization: $$(x-b)(y-a)=c+ab$$
and hence the number of solutions is the number of divisors of $c+ab$.