If gcd(ab,c) = 1 then gcd(a,c) = 1 and gcd(b,c) = 1

  • Thread starter Thread starter iamalexalright
  • Start date Start date
  • Tags Tags
    Gcd
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
iamalexalright
Messages
157
Reaction score
0

Homework Statement


If gcd(ab,c) = 1 then gcd(a,c)=1 and gcd(b,c)=1


2. The attempt at a solution
Well, if gcd(ab,c) = 1 we know that

abk + cl = 1 for some integers k and l

not really sure where to go from here... any hints?
 
Physics news on Phys.org
Also, if gcd(a,c)=1, then am+cn=1 for some integers m and n. Now what if m=bk?

Repeat for the other one.
 
oh wow, that is painfully obvious ... thanks Char. Limit !