I am trying to understand Diophantine equation article in wiki. They say that in the given equation:
$$ax + by = c$$
There will be such integers $x,y$ if and only if $c$ is a multiplier of greatest common divisor of $a$ and $b$.
So how does this example lay out with that rule?
$3*3 + 2*4 = 17$
Here you have $a=3, b=2$. The greatest common divisor of $3$ and $2$ is $1$. $17$ is a multiple of $1$, so there is a solution to the equation, namely that $x=3, y=4$.