You can put this solution on YOUR website! Hint: Count all the multiples of 3 and all of the multiples of 5 from 1 to 1000. Also, count all the multiples of 15 from 1 to 1000 and subtract this number from the sum of the previous counts to avoid double counting.