Thread Closed

Greatest Common Divisor

 
Share Thread
Jan2-10, 08:55 PM   #1
 

Greatest Common Divisor


If there are integers s,t with as+bt=6, this implies that gcd(a,b)=6, right?

And if gcd(a,b)=6, does this necessarily mean that a and b are not relatively prime since their gcd is not 1? (I have read that two integers a and b are relatively prime if gcd(a,b)=1).
PhysOrg.com mathematics news on PhysOrg.com

>> Pendulum swings back on 350-year-old mathematical mystery
>> Bayesian statistics theorem holds its own - but use with caution
>> Math technique de-clutters cancer-cell data, revealing tumor evolution, treatment leads
Jan2-10, 09:05 PM   #2
 
Quote by roam View Post
If there are integers s,t with as+bt=6, this implies that gcd(a,b)=6, right?
No. It simply implies that gcd(a,b) divides 6. For instance take a=4, b =6, then gcd(a,b) = 2 but:
[tex]0a+1b = 6[/tex]

And if gcd(a,b)=6, does this necessarily mean that a and b are not relatively prime since their gcd is not 1? (I have read that two integers a and b are relatively prime if gcd(a,b)=1).
Yes, 6 divides them both so they have a common factor besides 1 (2,3,6 are all common factors). That gcd(a,b)=1 is actually a pretty common definition of integers being relatively prime.

By the way if you wanted to use this argument to prove that a and b are not relatively prime, then unfortunately that doesn't work. Consider for instance:
a = 2, b= 3
which are definitely relatively prime as they are both prime, but:
[tex]6b+(-6)a = 6[/tex]
Thread Closed

Similar discussions for: Greatest Common Divisor
Thread Forum Replies
greatest common divisor Calculus & Beyond Homework 24
greatest common divisor Calculus & Beyond Homework 19
greatest common divisor of fractions and decimals General Math 2
Greatest common divisor of polynomials Linear & Abstract Algebra 0
Greatest commen divisor question Introductory Physics Homework 5