InterviewSolution
Saved Bookmarks
| 1. |
For positive integers m and n, let god(m, n) denote the largest integer that is a factor of both m and n. Find the sum of all possible values of gcd (a - 1, a^2 + a + 1) where a is a positive integer. |
|
Answer» |
|