- UID
- 579779
- 在线时间
- 小时
- 注册时间
- 2010-11-3
- 最后登录
- 1970-1-1
- 主题
- 帖子
- 性别
- 保密
|
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 to 10 Between 10 to 20 Between 20 to 30 Between 30 to 40 Greater than 40
h(100) = 2*4*6*8*. . .*94*96*98*100 =(2^50)*1*2*3*4*. . .*47*48*49*50
So prime factors of h(100) includes all the prime numbers between 2 and 47.
It is also known that any two consecutive natural number are co-prime, meaning that these two numbers do not share any factors. Therefore h(100) and h(100)+1 are co-prime, so they do not share any prime number as their co-factors. Therefore, h(100) + 1 does not contain any prime factor between 2 and 47. Thus, the smallest prime factor for h(100) + 1 greater than 47. |
|