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

Redeem

Counting number of integers between two given integers

Expert replies
by GoMBA » Sun Aug 17, 2008 9:14 pm
Hi
Can someone please help with some tip on the following:

One thing that confuses me is when i see a question that requires counting the number of integers between two given integers, for example in the problem below:

"Certain cards are numbered from 101 to 350. What is the probability of getting a card with hundreds digit equal to 2"

In the above problem first part is to count the total number of numbers between 101 and 350 (both inclusive) and the second part requires counting all the numbers between 200 and 299.
Though it seems trivial but i get confused in such calculation and end up wasting a lot of time. Can someone suggest a technique or formula to do such inclusive or exclusive counting between integers quickly or without confusion?

Any help will be great.

Thanks.
Join the discussion
Source: — Problem Solving |

by parallel_chase » Sun Aug 17, 2008 9:22 pm
if you have to calculate all the integers between 1 and 10 inclusive of both

[10-1] + 1 = 10

if you have to calculate all the integers between 1 and 10 exclusive of both

[10-1] -1 = 8, it doesnt include 1 and 10


credit card number with 2 at hundreds place.

[299-200] + 1 = 100, which is including 200 and 299

number of total integers

[350-101] + 1 = 250, which is including 101 and 350

probability= 100/250 = 2/5

Hope this helps.
Join the discussion