If x divides p and q then it will also divide their gcd - pending

Proof:
p = a.x
q = b.x
gcd(p,q) = k

Using Bezout's identity:
k = s.p + r.q = s.a.x + r.b.x = x(s.a + r.b)
=>
x divides k
H.P.

Comments

Popular posts from this blog

IOQM 2024 Paper solutions (Done 1-21, 29)

IOQM 2023 solutions

Simon's factoring trick(complete the rectangle)