Math problems from the *free* official practice tests and
problems from mba.com
jenniferdpitts
Course Students
 
Posts: 4
Joined: Thu Aug 28, 2008 5:22 am
 

Smallest Prime Factor

by jenniferdpitts Wed Dec 30, 2009 3:03 pm

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:

A) btwn 2 and 10
B) btwn 10 and 20
C) btwn 20 and 30
D) btwn 30 and 40
E) greater than 40
rchitta
Students
 
Posts: 14
Joined: Tue Nov 03, 2009 10:09 pm
 

Re: Smallest Prime Factor

by rchitta Tue Jan 05, 2010 9:28 pm

This seems like a real tough one. Hmmm...I could try an explanation but I'm not very sure at this point.

h(100) + 1 = (2 * 4 * 6 * ... * 98 * 100) + 1

Taking 2 as a common factor:

= 2 ^ 50 * (1 * 2 * 3 * ... * 47 * 48 * 49 * 50) = 2 ^ 50 * 50!

We could observe that the above value contains all the prime factors from 2 thru 47,

Therefore,
(h (100) + 1) % 2 = 1
(h (100) + 1) % 3 = 1
(h (100) + 1) % 5 = 1
:::::::::::::::::::::::
(h (100) + 1) % 47 = 1

% refers here to a remainder...

From that we could logically deduce that if the above value h(100) + 1 has a prime factor it should be greater then 47 and that value would be the smallest prime factor (the firs t one). It is evident that all the prime factors from 2 thru 47 DO NOT divide h(100) + 1.

I think, the answer is E.
RonPurewal
Students
 
Posts: 19744
Joined: Tue Aug 14, 2007 8:23 am
 

Re: Smallest Prime Factor

by RonPurewal Sat Jan 09, 2010 5:59 am