How do you find all the answers to this Diophantus equation (only whole numbers): $462x + 273y = 63$ ?
I started with finding the gcd using the Euclidean Algorithm.
$\gcd(462;273)$
$462=1*273+189$
$273=1*189+84$
$189=2*84+21$
$84=4*21+0$
$\gcd(462;273)=21$
But how do I continue? I know that you can solve it because you can divide 63 by our gcd 21.