ejonuma
Bunuel
paskorntt
An integer n between 1 and 99, inclusive, is to be chosen at random. What is the probability that n(n+1) will be divisible by 3 ?
A) 1/9
B) 1/3
C) 1/2
D) 2/3
E) 5/6
n(n+1) to be divisible by 3 either n or n+1 must be a multiples of 3.
In each following group of numbers: {1, 2, 3}, {4, 5, 6}, {7, 8, 9}, ..., {97, 98, 99} there are EXACTLY 2 numbers out of 3 satisfying the above condition. For example in {1, 2, 3} n can be: 2, or 3. Thus, the overall probability is 2/3.
Answer: D.
Can someone explain why a sequence of 3 numbers?
Hi ejonuma,
Since we're dealing with consecutive integers - and we're looking for results that are DIVISBLE BY 3 - it's likely that a pattern will exist in "groups of 3." For example:
Of the numbers 1, 2, 3, 4, 5, 6..... notice how every THIRD number is divisible by 3.
This question asks us to do a bit more work than that though, but even if you aren't thinking in terms of 'groups of 3', it does not take much effort to figure out that a pattern exists...
IF....
N = 1....(1)(2) = 2 is NOT divisible by 3.
N = 2....(2)(3) = 6 IS divisible by 3
N = 3....(3)(4) = 12 IS divisible by 3.
N = 4....(4)(5) = 20 is NOT divisible by 3.
N = 5....(5)(6) = 30 IS divisible by 3
N = 6....(6)(7) = 42 IS divisible by 3.
Notice that there is a repeating pattern! For every 3 consecutive values of N, 2 of the 3 will be divisible by 3. Since we're dealing with the numbers 1 to 99, inclusive, that means we'll have 33 "sets" of 3 numbers (as shown above).
GMAT assassins aren't born, they're made,
Rich