- Oct 27, 2007
- 17,009
- 5
- 0
Can someone tell me how to find the sum of the positive divisors of a number? For example, the number 1200 has prime factorization 2^4 x 3 x 5^2, so it has 5x2x3=30 positive divisors (correct?), but how do I find the sum of the divisors?
Bonus question
I know Euclid's algorithm like the back of my hand, but how do I apply it to gigantic numbers in a reasonable amount of time? I need to show that (6x301^10 + 7) and (3x301^10 + 2) are co-prime using Euclid's algo, I'm not quite sure how to approach this problem.
Just so you guys know I'm not asking for you to do my homework, I'm studying for an exam and the previous years' exams don't have solutions posted
Bonus question
I know Euclid's algorithm like the back of my hand, but how do I apply it to gigantic numbers in a reasonable amount of time? I need to show that (6x301^10 + 7) and (3x301^10 + 2) are co-prime using Euclid's algo, I'm not quite sure how to approach this problem.
Just so you guys know I'm not asking for you to do my homework, I'm studying for an exam and the previous years' exams don't have solutions posted
