I have a question which is:
Given the set {1,2,3,4,5,6,7,8,9,10}. Calculate the number of subsets having an element divisible by 3.
I got the answer 896 by subtracting the number of subsets of the set without 3,6,9 from the number of subsets of the full set IE: 1024 - 128.
But I have a feeling this is incorrect. If so can someone correct me and explain why?
Thanks :)