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道真实原题与详细解析,现在登录,立即获得答案。
类似问题
Question textWhat's the number hidden under the red rectangle?Answer: Answer 1 Question 22[input]
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 φ(35)?
Consider Euclid's Proof (By Refutation) that there are infinitely many primes : Proof: Suppose that there were only finitely many prime numbers. Then, we could write them all down in a list as, {p1,p2,...pn}. Consider now their product plus one, giving the new number: P = (p1 x p2 x.. x pn)+1 P is necessarily larger than any of the primes on our list. What remainder does this new number P leave when divided by any one of the pi for 1 ≤ i ≤ n?
Suppose p is prime and, a and b are natural numbers, and . Then either or .
更多留学生实用工具
希望你的学习变得更简单
加入我们,立即解锁 海量真题 与 独家解析,让复习快人一步!