For every positive even integer n, the function h(n) is

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 391
Joined: Sat Mar 02, 2013 5:13 am
Thanked: 50 times
Followed by:4 members
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. Between 2 and 20
B. Between 10 and 20
C. Between 20 and 30
D. Between 30 and 40
E. Greater than 40

OA is E
Last edited by rakeshd347 on Wed Oct 09, 2013 4:04 am, edited 1 time in total.

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Tue Oct 08, 2013 11:52 pm
h(n) = 2 x 4 x 6 x ............. n

h(100) = 2 x 4 x 6 x 8 x ....... 100 = 2^50 (1x2x3x4.....50)

h(100) + 1 = 2^50 (1x2x3x4.....50) + 1

2^50 (1x2x3x4.....50) ==> This number have prime factors such as 2,3,5,7 ..

Now, if we add "1" to this number.. then these all prime factors won't remain factors.. So, the prime factor will be 50+ maybe 51.. etc

So, Greater than 40

Answer [spoiler]{E}[/spoiler]
R A H U L

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Wed Oct 09, 2013 2:47 am
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
Since the difference between them is 1, h(100) and h(100)+1 are consecutive integers.
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.
So 1 is the only factor common both to x and to x+1.
In other words, x and x+1 are COPRIMES.

Thus:
h(100) and h(100)+1 are COPRIMES. They share no factors other than 1.

h(100) = 2 * 4 * 6 *....* 94 * 96 * 98 * 100
Factoring out 2 from every value above, we get:
h(100) = 2��(1 * 2 * 3 *... * 47 * 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.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Wed Oct 09, 2013 6:42 am
rakeshd347 wrote: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. Between 2 and 20
B. Between 10 and 20
C. Between 20 and 30
D. Between 30 and 40
E. Greater than 40

OA is E
Important Concept: If k is a positive integer that's greater than 1, and if k is a factor (divisor) of N, then k is not a divisor of N+1
For example, since 7 is a factor of 350, we know that 7 is not a factor of (350+1)
Similarly, since 8 is a factor of 312, we know that 8 is not a factor of 313

Now let's examine h(100)
h(100) = (2)(4)(6)(8)....(96)(98)(100)
= (2x1)(2x2)(2x3)(2x4)....(2x48)(2x49)(2x50)
Factor out all of the 2's to get: h(100) = [2^50][(1)(2)(3)(4)....(48)(49)(50)]

Since 2 is in the product of h(100), we know that 2 is a factor of h(100), which means that 2 is not a factor of h(100)+1 (based on the above rule)

Similarly, since 3 is in the product of h(100), we know that 3 is a factor of h(100), which means that 3 is not a factor of h(100)+1 (based on the above rule)

Similarly, since 5 is in the product of h(100), we know that 5 is a factor of h(100), which means that 5 is not a factor of h(100)+1 (based on the above rule)

.
.
.
.
Similarly, since 47 is in the product of h(100), we know that 47 is a factor of h(100), which means that 47 is not a factor of h(100)+1 (based on the above rule)

So, we can see that none of the primes from 2 to 47 can be factors of h(100)+1, which means the smallest prime factor of h(100)+1 must be greater than 47.

Answer = E

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

Junior | Next Rank: 30 Posts
Posts: 14
Joined: Thu Mar 23, 2017 10:58 pm
GMAT Score:470

by Turksonaaron » Tue Jun 27, 2017 1:33 am
Brent@GMATPrepNow wrote:
rakeshd347 wrote: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. Between 2 and 20
B. Between 10 and 20
C. Between 20 and 30
D. Between 30 and 40
E. Greater than 40

OA is E
Important Concept: If k is a positive integer that's greater than 1, and if k is a factor (divisor) of N, then k is not a divisor of N+1
For example, since 7 is a factor of 350, we know that 7 is not a factor of (350+1)
Similarly, since 8 is a factor of 312, we know that 8 is not a factor of 313

Now let's examine h(100)
h(100) = (2)(4)(6)(8)....(96)(98)(100)
= (2x1)(2x2)(2x3)(2x4)....(2x48)(2x49)(2x50)
Factor out all of the 2's to get: h(100) = [2^50][(1)(2)(3)(4)....(48)(49)(50)]

Since 2 is in the product of h(100), we know that 2 is a factor of h(100), which means that 2 is not a factor of h(100)+1 (based on the above rule)

Similarly, since 3 is in the product of h(100), we know that 3 is a factor of h(100), which means that 3 is not a factor of h(100)+1 (based on the above rule)

Similarly, since 5 is in the product of h(100), we know that 5 is a factor of h(100), which means that 5 is not a factor of h(100)+1 (based on the above rule)

.
.
.
.
Similarly, since 47 is in the product of h(100), we know that 47 is a factor of h(100), which means that 47 is not a factor of h(100)+1 (based on the above rule)

So, we can see that none of the primes from 2 to 47 can be factors of h(100)+1, which means the smallest prime factor of h(100)+1 must be greater than 47.

Answer = E

Cheers,
Brent
Hi Brent,

You stated this "So, we can see that none of the primes from 2 to 47 can be factors of h(100)+1, which means the smallest prime factor of h(100)+1 must be greater than 47"

However, you initially stated that no factor is common to both h(100) and h(100)+1 except 1, which is not prime. Why then do you say again that the smallest prime factor COULD BE greater than 47 when we know that no such factor ever exists. The answer should be none but why did GMAC not put that option there.

What you stated logically means that such prime number could be there.

Please correct me if I'm wrong.

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Tue Jun 27, 2017 3:20 am
Turksonaaron wrote:"So, we can see that none of the primes from 2 to 47 can be factors of h(100)+1, which means the smallest prime factor of h(100)+1 must be greater than 47"

However, you initially stated that no factor is common to both h(100) and h(100)+1 except 1, which is not prime. Why then do you say again that the smallest prime factor COULD BE greater than 47 when we know that no such factor ever exists. The answer should be none but why did GMAC not put that option there.

What you stated logically means that such prime number could be there.

Please correct me if I'm wrong.
As you have noted, there is no prime factor common to h(100) and h(100)+1, since h(100) and h(100)+1 are COPRIMES and thus share no factors other than 1.
But the question stem does not ask for the smallest prime factor common to h(100) and h(100)+1.
It asks merely for the smallest prime factor of h(100)+1.
Since all of the prime numbers up to 47 are factors of h(100) -- and h(100) and h(100)+1 share no factors other than 1 -- NONE of the prime numbers up to 47 is a factor of h(100)+1.
Thus, the smallest prime factor of h(100)+1 must be GREATER THAN 47, with the result that the correct answer is E.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Junior | Next Rank: 30 Posts
Posts: 14
Joined: Thu Mar 23, 2017 10:58 pm
GMAT Score:470

by Turksonaaron » Tue Jun 27, 2017 3:51 am
GMATGuruNY wrote:
Turksonaaron wrote:"So, we can see that none of the primes from 2 to 47 can be factors of h(100)+1, which means the smallest prime factor of h(100)+1 must be greater than 47"

However, you initially stated that no factor is common to both h(100) and h(100)+1 except 1, which is not prime. Why then do you say again that the smallest prime factor COULD BE greater than 47 when we know that no such factor ever exists. The answer should be none but why did GMAC not put that option there.

What you stated logically means that such prime number could be there.

Please correct me if I'm wrong.
As you have noted, there is no prime factor common to h(100) and h(100)+1, since h(100) and h(100)+1 are COPRIMES and thus share no factors other than 1.
But the question stem does not ask for the smallest prime factor common to h(100) and h(100)+1.
It asks merely for the smallest prime factor of h(100)+1.
Since all of the prime numbers up to 47 are factors of h(100) -- and h(100) and h(100)+1 share no factors other than 1 -- NONE of the prime numbers up to 47 is a factor of h(100)+1.
Thus, the smallest prime factor of h(100)+1 must be GREATER THAN 47, with the result that the correct answer is E.
Thanks Mitch for the clarification.
I appreciate it

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Tue Jun 27, 2017 10:09 am
Hi All,

This particular PS question shows up periodically in the Forum here. The main idea behind this prompt is:

"The ONLY number that will divide into X and (X+1) is 1."

In other words, NONE of the factors of X will be factors of X+1, EXCEPT for the number 1.

Here are some examples:
X = 2
X+1 = 3
Factors of 2: 1 and 2
Factors of 3: 1 and 3
ONLY the number 1 is a factor of both.

X = 9
X+1 = 10
Factors of 9: 1, 3 and 9
Factors of 10: 1, 2, 5 and 10
ONLY the number 1 is a factor of both.
Etc.

Since the H(100) is (100)(98)(96)....(4)(2)....we can deduce....
1) This product will have LOTS of different factors
2) NONE of those factors will divide into H(100) + 1 except for the number 1.

H(100) contains all of the primes from 2 through 47, inclusive (the 47 can be "found" in the "94"), so NONE of those will be in H(100) + 1. We don't even have to calculate which prime factor is smallest in H(100) + 1; we know that it MUST be a prime greater than 47....and there's only one answer that fits.

Final Answer: E

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 7271
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

by Scott@TargetTestPrep » Fri Jun 30, 2017 8:15 am
rakeshd347 wrote: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. Between 2 and 20
B. Between 10 and 20
C. Between 20 and 30
D. Between 30 and 40
E. Greater than 40
We are given that h(n) is the product of all the even integers from 2 to n, inclusive. For example, h(8) = 2 x 4 x 6 x 8.

We need to determine the smallest prime factor of h(100) + 1. Before determining the smallest prime factor of h(100) + 1, we must recognize that h(100) and h(100) + 1 are consecutive integers, and consecutive integers will never share the same prime factors.

Thus, h(100) and h(100) + 1 must have different prime factors. However, rather than determining all the prime factors of h(100), let's determine the largest prime factor of h(100). Since h(100) is the product of the even integers from 2 to 100 inclusive, let's find the largest even integer less than 100 that is the product of 2 and a prime number.

That prime number is 47, since 2 x 47 = 94, which is less than 100. The next prime after 47 is 53, and 2 x 53 = 106, which is greater than 100.

Therefore, 47 is the largest prime number that is a factor of h(100). In fact, all prime numbers from 2 to 47 are included in the prime factorization of h(100). Since we have mentioned that h(100) + 1 will not have any of the prime factors of h(100), all the prime factors in h(100) + 1, including the smallest one, must be greater than 47. Looking at the answer choices, only choice E can be the correct answer.

Answer: E

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage