- Srishti_15
- Newbie | Next Rank: 10 Posts
- Posts: 6
- Joined: Wed Jun 01, 2016 11:45 pm
Since the difference between them is 1, h(100) and h(100)+1 are consecutive integers.For every positive even integer n, the function h(n) is defined to be the product of all even integers from 2 to n, inclusive. If p is the smallest prime factor of h(100) + 1, the p is
A: Between 2 & 10
B: Between 10 & 20
C: Between 20 & 30
D: Between 30 & 40
E: Greater than 40
Consecutive integers are COPRIMES: they share no factors other than 1.
Let's examine why:
If x is a multiple of 2, the next largest multiple of 2 is x+2.
If x is a multiple of 3, the next largest multiple of 3 is x+3.
Using this logic, if we go from x to x+1, we get only to the next largest multiple of 1.
Thus, 1 is the ONLY factor that x and x+1 have in common.
In other words:
x and x+1 are COPRIMES.
Implication:
h(100) and h(100)+1 are COPRIMES.
They share no factors other than 1.
h(100) = 2 * 4 * 6 *...* 96 * 98 * 100
= (2*1)(2*2)(2*3)...(2*48)(2*49)(2*50)
= 2��(1 * 2 * 3 *... * 48 * 49 * 50).
Looking at the set of parentheses on the right, we can see that every prime number between 1 and 50 is a factor of h(100).
Since h(100) and h(100)+1 are coprimes, NONE of the prime numbers between 1 and 50 can be a factor of h(100)+1.
Thus, the smallest prime factor of h(100) + 1 must be GREATER THAN 50.
The correct answer is E.























