BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Target Test Prep · GMAT

Choose how you want to prepare

Learn live with an expert or move at your own pace. Every option includes the complete TTP study system.

★★★★★5.0559 reviews
GMATLiveTeach 7 seats left
Chris Peckover
NEXT LIVE COHORT

Oct 13 to Jan 7, 2027

with Chris Peckover

Schedule
Tue, Thu · 8:00 to 10:00 PM ET
Included
40 live hours + 6 months of GMAT OnDemand
  • Live instruction and real-time questions
  • Class recordings and assigned practice
View class & enroll
Limited cohort · enrollment openTarget Test Prep
EALiveTeach 5 seats left
Logan Thompson
EXECUTIVE ASSESSMENT

Sep 6 to Dec 6, 2026

with Logan Thompson

Schedule
Sun · 9:30 AM to 12:30 PM ET
Included
Live EA class + 6 months of EA OnDemand
  • Expert-led weekly online sessions
  • EA Masterclass access between classes
View EA class & enroll
Limited cohort · enrollment openTarget Test Prep
GMATOnDemand Start anytime
SELF-PACED MASTERCLASS

Target Test Prep GMAT OnDemand

Complete access from day one. Study on your schedule.

130-point score guarantee
$0to start then $127/mo
  • Personalized study plan and analytics
  • Thousands of lessons and practice questions

Compare the format, schedule, and included access before enrolling. Prices and seat counts shown reflect the supplied offer details.

integers between

Expert replies
by greenplant » Tue Apr 07, 2009 1:27 pm
Q. How many integers are between 100 and 150, inclusive, cannot be evenly divided by 3 nor 5?
a. 35
b. 27
c. 25
d. 26
e. 28

Could anyone tell me if there is a simple way to deduce the answer instead of going through each number between 100 and 150
Join the discussion
Source: — Problem Solving |

by pakaskwa » Tue Apr 07, 2009 3:35 pm
It's a question testing knowledge on arithmetic progression. And it's quite tricky because it's also testing knowledge on sets.

For any arithmetic progression, a1, a2, ..., an, if we know common difference d, first number a1, and last number an, we can calculate how many numbers there are in the sequence:
n=[(an-a1)/d]+1

If an integer a is divisible by 3, (a+3) is divisible by 3. In the original question, from 100-150, first number that's divisible by 3 is 102, so a1=102;
Last number divisible by 3 is 150, so an=150
Common difference d=3, so
n=[(150-102)/3]+1=17
There are 17 numbers from 100-150 that are divisible by 3.

Likewise, when a1=100, an=150, d=5,
n==[(150-100)/5]+1=11
There are 11 numbers from 100-150 that are divisible by 5.

There are 51 numbers from 100 to 150 (you can use the same formula to get 51 if you need to). So numbers that are NOT divisible by 3 OR 5 is
51-17-11=23

But here's the tricky part: there are numbers divisible by both 3 AND 5 (ie, divisible by 15), and they were deducted twice from our calculation above. Once as in set divisible by 3; once as in set divisible by 5. So we need to add the number back:
Using same formula, first number divisible by 15 is a1=105,
Last number divisible by 15 is an=150, so
n=[(150-105)/15]+1=4

23+4=27

Answer is B.

The last step can also be calculated by sets formula (refer to OG11 page 116-117). Assume that from 100-150, there are n numbers can be divisible by 3, m numbers can be divisible by 5. Total numbers should be:
|n OR m| = |n| + |m| - |n AND m|
which is
|n or m| = 17+11-4=24
Total numbers not divisible by 3 or 5 is:
51-24=27
Join the discussion

by cramya » Tue Apr 07, 2009 3:43 pm
3 * 34 = 102
3*50 = 150

There are 50-34+1 i.e 17 multiples of 3 between 100 and 150 inclusive

5*21 = 105
5*30= 150

There are 30 - 21 +1 i.e 10 multiples of 5 between 100 and 150 inclusive


Total = 27 but u would have counted multiples of both 3 and 5 twice i.e 115,130,145(counted twice once as a multiple of 3 and another time as a multiple of 5) so subtract one instance of each of them

27 - 3 = 24 distinct integers

The total number of integers between 100 and 150 inclusive are 150 - 100 +1 = 51

51- 24 = 27(numbers between 100 and 150 neither divisible by 3 nor 5)


Regards,
CR
Join the discussion

Re: integers between

by dtweah » Tue Apr 07, 2009 4:00 pm
greenplant wrote:Q. How many integers are between 100 and 150, inclusive, cannot be evenly divided by 3 nor 5?
a. 35
b. 27
c. 25
d. 26
e. 28

Could anyone tell me if there is a simple way to deduce the answer instead of going through each number between 100 and 150
In the case of 3, going thru each number might be very prone to error though it might be quick for some people. Instead, I would use the formula for the nth term of an arithmetic sequence to find how many numbers are divisible by 3 btw 100, and 150, count how many numbers are divisible by 5, sum these and subtract from the sum the number. of integers divisble by 15, since these would have been double counted. I would then take this sum from the number of integers between 100 and 150 inclusive. So the Algorithm might run like this

N-(T + F - B) where T, F and B mean "The number of Integers divisible by Three, Five and Both 3 and 5 or 15, respectively. N is the number of integers between 100 and 150 inclusive.

150 = 102 +(T-1)3 (102 is the first number divible by 3 after 100.)
51 =3T
T=17

Since 5 is generally easier to handle I would count, not forgeting to start with 100. F=11
For B: 105 120 135 150 so, B=4


So 17+11-4=24

Now N= 150 -100 +1=51

51-24=27


I choose B.
Join the discussion