← Back to Test

Problem 9 - Entrance Test

Given an integer n > 1, let g(n) be the smallest integer k > 1 that is relatively prime to n. What is the sum of g(n) for n = 2 to 10?

Correct: A

undefined