Find GCD of a and b: Express as Integer Combination

Click For Summary
The greatest common divisor (gcd) of a = 123 and b = 321 is computed to be d = 3 using the Euclidean algorithm. The challenge lies in expressing d as an integer combination of a and b, specifically in the form ra + sb. The initial approach involves testing integer multiples of a and b to find a combination that results in 3. A suggested resource provides a method and example for solving this type of problem effectively. Understanding this method can facilitate finding integer combinations for gcd calculations.
achacttn
Messages
7
Reaction score
0
RESOLVED

Homework Statement



Let a = 123, b = 321. Compute d = gcd(a,b) and express d as an integer combination of ra + sb.

Homework Equations



This is a question (3.1, page 70 of Michael Artin's Algebra). For those who do not have the book, this problem is relevant to the section on subgroups of the additive groups of integers.

The Attempt at a Solution



I quickly found d using the Euclidean algorithm (d=3). However, I'm unsure how to approach the 2nd part. So far, it just seems like brute-forcing integer multiples of a and b on a calculator and hoping the difference comes out as |3|.

Any help or point in the right direction would be much appreciated.
 
Last edited:
Physics news on Phys.org


Here's an exposition of a neat way to do it: http://www.millersville.edu/~bikenaga/number-theory/exteuc/exteuc.html

He gives a proof of the method, and then gives an example of it in action.
 
Last edited by a moderator:


Thanks !
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
5
Views
3K
Replies
3
Views
2K
  • · Replies 17 ·
Replies
17
Views
6K
  • · Replies 71 ·
3
Replies
71
Views
13K