You can put this solution on YOUR website! how many positive whole numbers less than 100 are divisible by 3, but not by 2?
==========
17
------
It's every 6th number from 3 to 99
(99-3)/6 = 16
--> 3 + 6n, n = 0 ... 16
-----------------
0 to 16 is 17 numbers.