- A Diophantine equation ax+by = c always has a solution whenever a and b are relatively prime.
- Find x ,y such that $$93x-81y=3 $$
2026-03-29 14:28:42.1774794522
Solve and explain diophantine equation
1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Divide throughout by $3$. You get $31x-27y=1$. Now note that $gcd(31,27)=1$ Thus, by Euclidean algorythm there exist integers $p$ and $q$ such that. $31p+27q=1$. Compare to get values of $x$ and $y$.
You have,
$31=27(1)+4$
$27=4(6)+3$
$4=3(1)+1$
Thus you have
$1=4-3$
$=4-(27-4(6))$
$=4(7)-27$
$=7(31-27)-27$
$=31(7)-27(8)$.
Thus $31(7)+27(-8)=1$