Euler's totient function (also know as Euler's phi function and denoted with the Greek letter φ) counts the positive integers up to a given integer n that are relatively prime to n. More formally, it counts the number of integers k in the range 1≤k≤n for which: gcd(n, k)=1.  The following are rules can be used for fast computation of phi, φ(j): if n is prime, then φ(n)=n-1   -- same as Fermat’s Little Theorem If gcd(n,m)=1, then φ(n*m)=φ(n)*φ(m) if p is prime, then φ(pn)=pn-pn-1.  Employing the rules above what is φ(17)?单项选择题

A

16

B

7

C

1

D

8

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

类似问题

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!