Quote:
If the integer k lies between 100 and 137, then what is the probability that \(k^3 – k\) is divisible by 72?
First, let's transform the condition a little:
\(k^3 – k = k(k^2-1)=k(k-1)(k+1)\)
In other words, we need to know whether \((k-1)k(k+1) = 72*n\), where N is a random integer.
As we already see, we are dealing with three consecutive numbers here. Let's also take a look at our divisor - what factors must we have?
\(72 = 8*9 = 2*2*2*3*3 \)
So basically, we need to check, in how many cases the possible K numbers - three consecutive ones - are divisible by 8 and 9 at the same time.
Starting with 9 is easiest, because from three consecutive numbers, obviously, only one will be divisible by three, because they will always be: \(3m, 3m+1, 3m+2\).
Therefore, our K-combinations will be centered around the integers divisible by 9, because those are the only ones that will provide the necessary 3*3 factors.
Such numbers are: 108 | 117 | 126 | 135.
Now, we need to 'gather' 2*2*2 factors within those numbers and around them, to find the right combinations of K.
- \(108 = 2*2*27\)
Therefore, we need only one more 2 for the combination to be divisible by 72.
It means that we need to include at least one more even number - which may be 106 or 110.
So, there are two divisible combinations: \(106*107*108\) and\( 108*109*110\)
So, two possible K's are 107 and 109.
- \(117=9*13\)
Which means we need to have all three 2's for the divisibility.
From the neighbours, 116 gives us 2*2*29, and 118 = 2 * 59
Therefore, there's only one combination - \(116*117*118\) - and one possibility for K: 117
- \(126=2*63\)
Therefore, we need two more 2's for the combination to be divisible by 72.
From the even neighbours, both 124 and 128 are divisible by 4.
So, there are two divisible combinations: \(124*125*126\) and \(126*127*128\)
So, two possible K's are 125 and 127.
- \(135=9*15\)
Which means we need to have all three 2's for the divisibility.
From the neighbours, 134 gives us 2*67, and 136 = 17*8. This means that only 136 by itself is sufficient to provide all 2*2*2!
Therefore, there are again two divisible combinations: \(134*135*136\) and \(135*136*137\).
So, two possible K's are 135 and 136.
Now it's time to solve the task. We have 7 suitable options for K - and in total, there's a range of 36 numbers available for it (from 101 to 136, inclusive).
Therefore, the probability of getting a number that is divisible by 72 is \(\frac{Suitable-K's }{ Total-range-of-K's }=\frac{7}{36}\).
The correct answer is C.