For every positive even integer n, the function h(n) is defined to be the product of all the even integers from 2 to n, inclusive. If p is the smallest prime factor of h(100) + 1, then p is
between 2 and 10
between 10 and 20
between 20 and 30
between 30 and 40
greater than 40
函数~$h(100)$~是偶数2-100的乘积,所以可以得到:
~$h(100)=2∗4∗6∗8∗\cdots∗100=(2∗1)∗(2∗2)∗(2∗3)∗(2∗4)∗\cdots∗(2∗50)=2^{50}∗50!$~
所以~$h(100)$~可以被1-50的所有整数整除。
那么当函数~$h(100)+1$~除以整数~$n$~,得到的值一定是 ~$a+\frac{1}{n}$~
所以~$h(100)+1$~不能整除50以内的任意一个整数(当然除了1)
所以~$h(100)+1$~的最小质因数一定大于50.选择E。
2个相邻自然数 或者 2个相邻奇数------互质
如题:h(100)和h(100)+1互质-----最大公约数为1,没有比1大的约数
h(100)能被1-50所有整数整除,所以h(100)+1不能有1-50的约数
登录 或 注册 后可以参加讨论