OG Functions

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Sat May 23, 2009 11:20 pm
Location: Saudi Arabia

OG Functions

by Khalid.B » Tue Apr 17, 2012 3:49 pm
For every 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 10

B. between 10 and 20

C. between 20 and 30

D. between 30 and 40

E. greater than 40

Answer A
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Tue Apr 17, 2012 7:56 pm
Khalid.B wrote:For every 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 10

B. between 10 and 20

C. between 20 and 30

D. between 30 and 40

E. greater than 40

Answer A
h(100) = 2 * 4 * 6 * ... * 100
= (2 * 1) * (2 * 2) * (2 * 3) * ... * (2 * 50)
= 2^(50) * (1 * 2 * 3 ... * 50)
Then h(100) + 1 = 2^(50) * (1 * 2 * 3 ... * 50) + 1
Now, h(100) + 1 cannot have any prime factors 50 or below, because dividing this value by any of these prime numbers will give a remainder of 1.

The correct answer is E. Please check the OA.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

User avatar
Master | Next Rank: 500 Posts
Posts: 385
Joined: Mon Apr 16, 2012 8:40 am
Location: Pune, India
Thanked: 186 times
Followed by:29 members

by aneesh.kg » Tue Apr 17, 2012 9:27 pm
h(100) + 1 = 2*4*6*...100 + 1
let one of the even numbers multiplied in '2*4*6*...100' be 2x where, 1 =< x =< 50

2*4*6*...100 is a multiple of 2x, so it will also be a multiple of x.
If 2*4*6*...100 is a multiple of x, '2*4*6*...100 + 1' cannot be a multiple of x. Infact, h(100) will leave a remainder of 1 when divided by any number from 2 to 50.

Therefore, the Prime factor p > 50.

Option (E) is correct
Aneesh Bangia
GMAT Math Coach
[email protected]

GMATPad:
Facebook Page: https://www.facebook.com/GMATPad

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Sat May 23, 2009 11:20 pm
Location: Saudi Arabia

by Khalid.B » Wed Apr 18, 2012 9:48 am
You are both correct, the answer is (E), Thanks.