h(n) is the product of the even numbers from 2 to n, inclusive, and p is the least prime
factor of h(100)+1. What is the range of p?
Answer:
h(100)=2*4*6*...*100, h(100) is the multiple of 2, 3, 5, 7, 11, ?3.
If a integer m is multiple of integer n(none 1), m+1 is not the multiple of n definitely.
So, p is greater than 47.
Answer is p>40
We can use reductio ad absurdum to prove it:
Let m=k*n and m+1=h*n, where k and n are integers. So, (m+1)-m=1= (h-k)*n. It is
impossible.我没怎么懂那题目和解释的意思了, 请大牛们给我讲解下