PROBLEM8

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 15
Joined: Sun Dec 16, 2012 4:04 am

PROBLEM8

by Captchar » Sun Dec 23, 2012 10:53 am
What is the total number of integers between 100 and 200 that are divisible by 3?

(A) 33
(B) 32
(C) 31
(D) 30
(E) 29

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 » Sun Dec 23, 2012 10:56 am
Captchar wrote:What is the total number of integers between 100 and 200 that are divisible by 3?
The first and last integer between 100 and 200 which are divisible by 3 are 102 and 198.
Hence, number of integers between 100 and 200 that are divisible by 3 = number of integers between 102 and 198 (both inclusive) that are divisible by 3 = (198 - 102)/3 + 1 = 96/3 + 1 = 32 + 1 = 33

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

Newbie | Next Rank: 10 Posts
Posts: 1
Joined: Thu Dec 13, 2012 3:07 pm

by krosario » Sun Dec 23, 2012 3:26 pm
Hi Anurag,

For questions like this specifically,

((198-102)/3) + 1 = 33

would I add by a different number if the question was asking if the integers were divisible by, say 4, or any other number?

Thanks!

Master | Next Rank: 500 Posts
Posts: 131
Joined: Wed Nov 14, 2012 2:01 pm
Thanked: 39 times
Followed by:2 members

by puneetkhurana2000 » Sun Dec 23, 2012 3:38 pm
Lets say the question is:- What is the total number of integers between 100 and 200 that are divisible by either 3 or 4?

Then you have to take into account 3 things:-
1) Digits divisible by 3
2) Digits divisible by 4
3) Digits divisible by 12, as these have been counted twice in calculations above.

So Answer becomes (1) + (2) - (3)

i.e. (1) becomes (198 - 102)/3 + 1 = 33
(2) becomes (200 - 100)/4 + 1 = 26
(3) becomes (192 - 108)/12 + 1 = 8

Answer is 33 + 26 -8 = 51.

Hope this makes it clear!!!

Master | Next Rank: 500 Posts
Posts: 131
Joined: Wed Nov 14, 2012 2:01 pm
Thanked: 39 times
Followed by:2 members

by puneetkhurana2000 » Sun Dec 23, 2012 3:43 pm
And Lets say if the question is:- What is the total number of integers between 100 and 200 that are divisible by both 3 and 4?

So we have to look for digits divisible by 12(LCM of 3 and 4) only.

This equals (192 - 108)/12 + 1 = 8.

Hope this helps!!!

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 » Mon Dec 24, 2012 7:41 am
Captchar wrote:What is the total number of integers between 100 and 200 that are divisible by 3?

(A) 33
(B) 32
(C) 31
(D) 30
(E) 29
We know that the multiples of 3 are 102, 105, 108, . . . 195, 198, and we want to know how many numbers there are in this sequence.

Some people will use the formula for arithmetic progressions here, but I think that we can solve this kind of question just as fast (and without needing to memorize formulas) by looking for a pattern.

Notice that:
102 = (3)(34)
105 = (3)(35)
108 = (3)(36)
111 = (3)(37)
.
.
.
195 = (3)(65)
198 = (3)(66)

So, the question becomes "How many integers are between 34 and 66 inclusive?"

66 - 34 + 1 = 33, so there are 33 integers are between 34 and 66 inclusive, which means there must be 33 integers between 100 and 200 that are divisible by 3.

Answer = A

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

User avatar
Master | Next Rank: 500 Posts
Posts: 194
Joined: Mon Oct 15, 2012 7:14 pm
Location: India
Thanked: 47 times
Followed by:6 members

by The Iceman » Mon Dec 24, 2012 8:00 am
Captchar wrote:What is the total number of integers between 100 and 200 that are divisible by 3?

(A) 33
(B) 32
(C) 31
(D) 30
(E) 29
You can also solve this problem using the floor function, [200/3] - [100/3] = 66-33 = 33 (where [] denotes the floor function)

The biggest advantage here is that you need not bother about the boundary values or need not apply the inclusion exclusion principle.

PS:The floor function or the greatest integer function gives the largest integer less than or equal to the number. e.g. [11.9]=11, [-2.4]=-3, [3]=3

So essentially you can find the number of multiples of any number less than a particular number.

e.g. number of multiples of 7 upto 200 = [200/7] = 28

Let's solve another problem applying this function. Let's say we need to find how many numbers upto 400 are divisible by 3 and 5.

[400/3] + [400/5] - [400/15] = 133+80-26=187

Note that we found all the multiples of 3, all the multiples of 5 and substracted the overlapping multiples which are both the multiples of 3 and 5.

Another application of this function is to calculate the highest power of a prime number p in n!

[n/p]+[n/p^2]+[n/p^3]+[n/p^4]+... where [] denotes the floor function.

Let's aplly this to a problem.

Find the number of positive divisors of 15!.

The prime factors in 15! are 2,3,5,7,11, and 13.

Powers of 2 in 15! = [15/2]+[15/2^2]+[15/2^3]=7+3+1=11
Powers of 3 in 15! = [15/3]+[15/3^2]=5+1=6
Powers of 5 in 15! = [15/5]=3
Powers of 7 in 15! = [15/7]=2
Powers of 11 in 15! = [15/11]=1
Powers of 13 in 15! = [15/13]=1

Therefore 15!=(2^11)*(3^6)*(5^3)*(7^2)*11*13

Number of positive divisors = 12*7*4*3*2*2= 4032