Processing math: 100%
 
+0  
 
0
466
1
avatar

As $n$ ranges over the positive integers, what is the sum of all possible values of the greatest common divisor of $3n+4$ and $n$?

 Jun 16, 2021
 #1
avatar+506 
+1

Applying Euclidean's algorithm, we get:

gcd(3n+4,n)=gcd(3n+43n,n)=gcd(4,n)

The factors of 4 are 1, 2, and 4. Sum them up and you'll get the answer.

 Jun 16, 2021

0 Online Users