by Phill Sat Jan 10, 2009 3:58 am
First, find the first and last integer between 100 and 200 that are divisible by 3.
102 and 198. Then find the number of integers between these two numbers, inclusive, that are divisble by 3.
198 - 102 = 96
96 / 3 = 32 integers that are divisible by 3.
But, add one before you're done since it's inclusive.
32 + 1 = 33
Answer is A