Given $2x+3y=73$ so we know that the GCD of these is 1 so i do the Euclidean algorithm , i got that $2(3t-73)+3(73+2t)=73$.
now if x,y is Rational how many solutions?
if x,y is Integers how many solutions?
if x,y is Natural how many solutions?
this question made me confused because i thought if i have gcd = c so it means
that the diofant equation has infinite solution.
thank you guys.
Rewrite the equation to get $$y=\frac{73-2x}{3}.$$ This shows that for every rational $x$ there is a rational $y$ satisfying the equation. So there are infinitely many solutions in the rational numbers.
This also shows that $y$ is an integer if and only if $x$ is an integer of the form $3n+2$. So there are also infinitely solutions in the integers.
This also shows that if $y$ is a natural number then $73-2x\geq0$ and so $x\leq\frac{73}{2}$. This shows that there are only finitely many solutions in the natural numbers, and it is not hard to list them all.