(a) There will be a multiple of 3 if it starts with a multiple of 3.
There will be a multiple of 2 if it starts with a multiple of 2.
There will be a multiple of 5 if it starts with a multiple of 5.
There will be a multiple of 7 if it starts with a multiple of 7.
This repeats.
Thus, we only have to try (1, 3, 5), (2, 4, 6), (3, 5, 7), (5, 7, 9). The only triplet that works is (3, 5, 7).
(b) There are none. There will be a multiple of something if it gets bigger. We only try the first few, and see that they all include a number that is either 1 or composite.