InterviewSolution
Saved Bookmarks
| 1. |
For positive integers m and n, let gcd(m, n) denote the largest integer that is a factorof both m and n. Compute gcd(1, 155) + gcd(2, 155) + + gcd(155, 155). |
| Answer» For positive integers m and n, let gcd(m, n) denote the largest integer that is a factorof both m and n. Compute gcd(1, 155) + gcd(2, 155) + + gcd(155, 155). | |