What you need to do is add the smallest number to k that is itself divisible by 2, 3, 6, and 9. 18 fits that description, so k + 18 is the next smallest integer divisible by those numbers. (C)
Back to Answer Sheet