GeminiHeat wrote:
If an integer n is to be selected at random from 1 to 100, inclusive, what is probability n(n+1) will be divisible by 4?
A. 1/4
B. 1/3
C. 1/2
D. 2/3
E. 3/4
Let's
look for a pattern. If n = 1, then (n)(n+1) = 2, which is NOT divisible by 4
If n = 2, then (n)(n+1) = 6, which is NOT divisible by 4 If n = 3, then (n)(n+1) = 12, which IS divisible by 4
If n = 4, then (n)(n+1) = 20, which IS divisible by 4 If n = 5, then (n)(n+1) = 30, which is NOT divisible by 4
If n = 6, then (n)(n+1) = 42, which is NOT divisible by 4If n = 7, then (n)(n+1) = 56, which IS divisible by 4
If n = 8, then (n)(n+1) = 72, which IS divisible by 4 .
.
.
From the pattern, we can see that, out of every FOUR consecutive values of n, (n)(n+1) IS divisible by 4 for TWO of the values, and (n)(n+1) is NOT divisible by 4 for TWO of the values.
So, the probability is 1/2 that n(n+1) will be divisible by 4
Answer: C
Cheers,
Brent