Amcote
- 16
- 0
Problem 1
Suppose ab=cd, where a, b, c d \in N. Prove that a^{2}+b^{2}+c^{2}+d^{2} is composite.
Attempt
ab=cd suggests that a=xy, b=zt, c=xz. d=yt. xyzt=xzyt.
So (xy)^{2}+(zt)^{2}+(xz)^{2}+(yt)^{2}=x^{2}(y^{2}+z^{2})+t^{2}(z^{2}+y^{2})=(x^{2}+t^{2})(z^{2}+y^{2}) Therefore this is composite.
Problem 2
Prove that
GCD(a,b)=1 \Rightarrow GCD(a+b,a-b,ab)=1.
Attempt
My first attempt at this I started with (a+b,a-b,ab)=1 and wrote this as a linear combination (a+b)x+(a-b)y+(ab)z=1 which can be re written as a(x+y+bz)+b(x-y)=1 and I thought I had proved it but realized the arrow suggests a one way proof so now I am stuck at how to start with (a,b)=1... Perhaps if I take ax+by=1 and square both sides but after that I still don't know what to do. Any hints would be appreciated.
Problem 3
Prove that if a,m \in N and a>1, then
GCD(\frac{a^{m}-1}{a-1},a-1)=GCD(a-1,m).
Attempt
I'm having a really bad day with these sorts of questions and any attempt just turns into a mess so any little suggestion or hint would be appreciated for this one as well.
Thank you
Suppose ab=cd, where a, b, c d \in N. Prove that a^{2}+b^{2}+c^{2}+d^{2} is composite.
Attempt
ab=cd suggests that a=xy, b=zt, c=xz. d=yt. xyzt=xzyt.
So (xy)^{2}+(zt)^{2}+(xz)^{2}+(yt)^{2}=x^{2}(y^{2}+z^{2})+t^{2}(z^{2}+y^{2})=(x^{2}+t^{2})(z^{2}+y^{2}) Therefore this is composite.
Problem 2
Prove that
GCD(a,b)=1 \Rightarrow GCD(a+b,a-b,ab)=1.
Attempt
My first attempt at this I started with (a+b,a-b,ab)=1 and wrote this as a linear combination (a+b)x+(a-b)y+(ab)z=1 which can be re written as a(x+y+bz)+b(x-y)=1 and I thought I had proved it but realized the arrow suggests a one way proof so now I am stuck at how to start with (a,b)=1... Perhaps if I take ax+by=1 and square both sides but after that I still don't know what to do. Any hints would be appreciated.
Problem 3
Prove that if a,m \in N and a>1, then
GCD(\frac{a^{m}-1}{a-1},a-1)=GCD(a-1,m).
Attempt
I'm having a really bad day with these sorts of questions and any attempt just turns into a mess so any little suggestion or hint would be appreciated for this one as well.
Thank you