The equation is as follows:
$$y=\frac {c-x}{x+1}$$
Where $c$ is a positive, even integer.
Is it possible to determine whether there are any positive integer solutions different than $x=0$?
Some examples:
$c=14$; $x=2$; $y=4$.
$c=10$; NO POSITIVE INTEGER SOLUTION
$c=20$; $x=2$; $y=6$.
$c=44$; $x=4$; $y=8$.
$c=76$; $x=6$; $y=10$.
Hint: You have
$$y = \frac{c - x}{x + 1} = \frac{c + 1 - 1 - x}{x + 1} = \frac{c + 1 - (1 + x)}{x + 1} = \frac{c + 1}{x + 1} - 1$$
Next, consider how whether or not $c + 1$ is prime, e.g., where $c = 10$, affects the existence of positive integer solutions for $x$ and $y$.