For every positive even integer n, the functionh(n) is defined to be the product ofall even integers from 2 to n, inclusive. If p is the smallest prime factor of h(100)+1,the p is :
f(100)+1= (2 x 1) x (2 x 2) x (2 x 3) x ... x (2 x 50)+1
=2 x (1 x 2 x 3 x ... x 50) + 1
所以1到50的所有整数都不是它的因子 因为总有余数1
因此f(100)+1不可能有小于或等于50的因子 更加没有质因子 所以 the smallest prime number that can be a factor of h(100) + 1 has to be greater than 50
根据选项 选E