48 =< k =< 84
Total number of possinbilities of k = 37
(k - 1)(k + 1)(k + 3) is divisible by 48
Assume A = (k - 1)(k + 1)(k + 3)
If k was 48, A = 47 * 49 * 51 -> not divisible by 48
If k was 49, A = 48 * 50 * 51 -> divisible by 48
If k was 50, A = 49 * 51 * 53 -> not divisible by 48
If k was 51, A = 50 * 52 * 54 ->
48 = 2^4 * 3
So A needs to be a multiple of 16 and 3, which is not possible if A is odd
A is odd when k is even as seen above.
(k-1), k,
(k+1), (k+2),
(k+3)Out of (k-1), (k+1), (k+3) -> one of them will be a multiple of 3
If (k-1) is a multiple of 4 -> k+3 is also a multiple of 4 -> A will be divisible by 16
If k is multiple of 4 -> k+4 is multiple of 4, A will not be divisble by 16
If k+1 is multiple of 4 - > (k-1) and (k+3) are multiples of 2, A will be divisible by 4 * 2 * 2 = 16
If k+2 is a multiple of 4 -> A will not be divisible by 16
If k+3 is a multiple of 4 -> k-1 will also be a multiple of 4, A will be divisible by 16
(k-1) or (k+1) or (k+3) should be a multiple of 4
49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83 (all odd numbers)
18 numbers
Probability = 18/37 (OPTION D)
Bunuel
12 Days of Christmas 2024 - 2025 Competition with $40,000 of PrizesIf k is an integer from 48 to 84, inclusive, what is the probability that (k - 1)(k + 1)(k + 3) is divisible by 48?
A. 9/37
B. 12/37
C. 15/37
D. 18/37
E. 19/37