- 鐵幣
- 2120 元
- 文章
- 65 篇
- 聲望
- 197 枚
- 上次登入
- 07-9-26
- 精華
- 0
- 註冊時間
- 07-7-16
- UID
- 418653
|
48,
Assume that the greatest common divisor of x,y,z,a is 1.
Let gcd(x,y,z)=d, so that x=dm, y=dn, z=dk
So, the original equation became
a(mn+nk+mk)=dmnk,
Because gcd(x,y,z,a)=1,
So a=mnk, d=mn+nk+mk.
We can have x=m(mn+nk+mk), y=n(mn+nk+mk), z=k(mn+nk+mk), and a=mnk
(gcd(m,n,k)=1)
Hence, all the solutions of the equation are
x=tm(mn+nk+mk), y=tn(mn+nk+mk), z=tk(mn+nk+mk), a=tmnk
(t,m,n,k>0) |
|