co-prime

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 299
Joined: Tue Feb 15, 2011 10:27 am
Thanked: 9 times
Followed by:2 members

co-prime

by hey_thr67 » Fri May 18, 2012 1:34 am
How many numbers are co-prime to 2304 and lie between 1000 and 2000 ?

1: 500
2: 332
3: 333
4: 334
5: None of the above

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 » Fri May 18, 2012 4:25 am
hey_thr67 wrote:How many numbers are co-prime to 2304 and lie between 1000 and 2000 ?

1: 500
2: 332
3: 333
4: 334
5: None of the above
Two integers a and b are said to be co-prime or relatively prime if the only positive integer that evenly divides both of them is 1. This means gcd(a, b) = 1.

2304 = 2^8 * 3^2

We have to find all integers, which are not multiples of 2 and 3.

Now, number of integers between 1000 and 2000, inclusive = (2000 - 1000) + 1 = 1001
Out of 1001 integers, 501 will be even integers. We are left with 500 integers, out of which every 3rd integer will be divisible by 3.
So, 500/3 = 166 integers are divisible by 3.

Therefore, number of integers, which are not multiples of 2 and 3 = 1001 - (501 + 166) = 334
So, 334 numbers are co-prime to 2304.

The correct answer is D.
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/

Master | Next Rank: 500 Posts
Posts: 299
Joined: Tue Feb 15, 2011 10:27 am
Thanked: 9 times
Followed by:2 members

by hey_thr67 » Fri May 18, 2012 8:41 am
how do come up with the number 501 for even ? is it because counting is starting from 1000 and ending with 2000 ?